Currently, the vim and vmax parameters must be provided to each PlotType object. It would be nice if these could be autoscaled based on the data. This may be tricky to implement because the PlotType object has been decoupled from data to allow multiple data sets to share the same plot type and colorbar more cleanly.
Currently, the
vimandvmaxparameters must be provided to eachPlotTypeobject. It would be nice if these could be autoscaled based on the data. This may be tricky to implement because the PlotType object has been decoupled from data to allow multiple data sets to share the same plot type and colorbar more cleanly.