Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-11-10 21:44:25 +01:00
parent 2a325bae8a
commit 636d6d24e1

View File

@@ -3480,7 +3480,7 @@ def interactive_windchart(id=0,promember=0):
plot.xaxis.axis_label = "Distance (m)" plot.xaxis.axis_label = "Distance (m)"
plot.yaxis.axis_label = "Wind Speed (m/s)" plot.yaxis.axis_label = "Wind Speed (m/s)"
plot.y_range = Range1d(-7,7) plot.y_range = Range1d(-7,7)
plot.sizing_mode = 'scale_both' plot.sizing_mode = 'stretch_both'
plot.extra_y_ranges = {"winddirection": Range1d(start=0,end=360)} plot.extra_y_ranges = {"winddirection": Range1d(start=0,end=360)}