Beispiel #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")
Beispiel #2
0
 def pcolor_afteraxes(current_data):
     surge_afteraxes(current_data)
     surge.gauge_locations(current_data)
Beispiel #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")
Beispiel #4
0
 def after_with_gauges(cd):
     surge_afteraxes(cd)
     surge.gauge_locations(cd)
Beispiel #5
0
 def pcolor_afteraxes(current_data):
     surge_afteraxes(current_data)
     surge.gauge_locations(current_data,gaugenos=[6])
Beispiel #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")
Beispiel #7
0
 def after_with_gauges(cd):
     surge_afteraxes(cd)
     surge.gauge_locations(cd)
Beispiel #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")