We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba6e980 + badd97a commit 396fc0bCopy full SHA for 396fc0b
src/m/plot/plot_gridded.py
@@ -87,7 +87,7 @@ def plot_gridded(md,data,options,fig,axgrid,gridindex):
87
else:
88
data_min=np.nanmin(data_grid[:])
89
data_max=np.nanmax(data_grid[:])
90
- caxis_opt=[data_min, data_max]
+ caxis_opt=[data_min, data_max] # Back-up caxis for "applyoptions".
91
92
#TODO: Select plot area
93
#subplotmodel(plotlines,plotcols,i,options);
0 commit comments