NOAA-PMEL / PyFerret

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

Pull request for resolving issues Ferret-1009, PyFerret-99, PyFerret-102, PyFerret-106 #109

Closed ACManke closed 2 years ago

ACManke commented 2 years ago

Ferret-1009, incorrect SHADE or FILL plots when time is in seconds fer/plt/axis_format.F, fer/utl/box_bounds.F, ppl/plot/box_centers.F, ppl/plot/pltit.F

PyFerret-99 Color of labels on contour lines matches color of contour lines fer/xeq/xeq_contour.F

PyFerret-102 Too many tics on vertical axis fer/plot/plot_set_up.F

PyFerret-106 SHOW TEXT incorrect when R-G-B values include value of 100 fer/xeq/xeq_show.F

A few changes in the benchmark outputs for these fixes are also checked in on the fork

In addition, I changed the xeq*.F routines which call set_graticules, so that they check the status flag when returning from the set_graticules call.