Open ryofurue opened 2 years ago
Out of interest I tried this with older versions, and it is not new; it goes back at least to classic-Ferret version v7.2, released in 2017.
It happens as well with plots that aren't PLOT/VS plots. The second command below behaves in the same way. It draws the line but not the symbol.
plot/vlimits=0:10/hlim=0:5/thick/line/color=black/symbol/size=0.5/vlimits=0:10/hlim=0:5 {1,1,9,9}
plot/thick/line/color=red/symbol/size=0.5/ov {2,2,8,8}
In general, drawing a series of lines with /OVERLAY cycles through line colors if no symbols are used. If the set of plot commands have /SYMBOL but do not have /LINE (and if no symbol number or name is given), then they cycle through the different symbols. Combining these two into PLOT/OVER/LINE/SYMBOL seems to be a case that was not explored in developing this.
This is fixed in the plot set-up routines. The issue can be closed.
For an overlay, the "/symbol/" form doesn't seem to work:
Below is a demonstration.
I use PyFerret v7.63 on macOS 12.4 .