NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
58 stars 22 forks source link

Pull request: tickets 89 and 91 #93

Closed ACManke closed 2 years ago

ACManke commented 3 years ago

I've got fixes for two recent issues

PyFerret issue #89: plot/over/axes needs correct axis labeling fer/plt/disp_set_up.F fer/plt/plot_vs_set_up.F

PyFerret issue #91: @DIN within a single cell fer/doo/do_ave_int.F

PyFerret issue #92: add "padding" when defining the plot axes using the data in a PLOT/VS command. See the variable "pad" in fer/plt/plot_vs_set_up.F

and new benchmark tests for these fixes as well as benchmark logs for Linux rh7.

Also, I checked in a rewrite of plot_set_up.F that I've had in my fork for a year, which pulls out everything having to do with PLOT/VS plot setup, into its own routine, plot_vs_set_up.