NOAA-PMEL/Ferret

garbled plotting of plot axes for SHADE/NOAXIS var; FILL/OVER/AXES var

Closed this issue · 1 comments

In LAS we do a SHADE plot to underlay 2-D color-filled contour plots, to get around the "white lines" that appear between polygons of color, a long-standing know issue not just in our graphics.

The sequence is

SHADE/NOAXIS/TITLE=" " variable
FILL/OVER/AXIS/NOLAB variable

For some datasets, the axis lines are drawn but the location information placing them on the page has become garbled. Here is a plot, where the script is essentially,

yes? use https://dunkel.pmel.noaa.gov:8930/erddap/griddap/aclim_depth
yes? shade/key=horiz/nolabel/noaxis/x=185/y=58/t=1-jan-2009:30-jun-2009 temp_latlon
yes? fill/over/nolab/axes/x=185/y=58/t=1-jan-2009:30-jun-2009 temp_latlon

editing to replace the image which doesn't seem to have shown up.

0CDC7FC0AD495F636714126F4AA0F56B_plot_image

The odd looking thing that seems to be a blank colorbar is in fact the vertical axis lines both squashed over there on the left.

This is fixed in ppl/plot/pltit.F and checked in with a new benchmark test for Ferret and PyFerret.