示例#1
0
 def gauge_after_axes(cd):
     plt.subplots_adjust(left=0.12, bottom=0.06, right=0.97, top=0.97)
     surge_afteraxes(cd)
     surgeplot.gauge_locations(cd, gaugenos=[1, 2, 3, 4])
     plt.title("Gauge Locations")
示例#2
0
 def pcolor_afteraxes(current_data):
     surge_afteraxes(current_data)
     surge.gauge_locations(current_data)
示例#3
0
 def gauge_after_axes(cd):
     plt.subplots_adjust(left=0.12, bottom=0.06, right=0.97, top=0.97)
     surge_afteraxes(cd)
     surge.gauge_locations(cd, gaugenos=[1, 2, 3, 4])
     plt.title("Gauge Locations")
示例#4
0
 def after_with_gauges(cd):
     surge_afteraxes(cd)
     surge.gauge_locations(cd)
示例#5
0
文件: setplot.py 项目: erdc-cm/apps
 def pcolor_afteraxes(current_data):
     surge_afteraxes(current_data)
     surge.gauge_locations(current_data,gaugenos=[6])
示例#6
0
 def gauge_after_axes(cd):
     # plt.subplots_adjust(left=0.12, bottom=0.06, right=0.97, top=0.97)
     surge_afteraxes(cd)
     # import pdb; pdb.set_trace()
     surge.gauge_locations(cd, gaugenos=[1, 2, 3])
     plt.title("Gauge Locations")
示例#7
0
 def after_with_gauges(cd):
     surge_afteraxes(cd)
     surge.gauge_locations(cd)
示例#8
0
 def gauge_after_axes(cd):
     # plt.subplots_adjust(left=0.12, bottom=0.06, right=0.97, top=0.97)
     surge_afteraxes(cd)
     # import pdb; pdb.set_trace()
     surge.gauge_locations(cd, gaugenos=[1, 2, 3])
     plt.title("Gauge Locations")