Open ryofurue opened 3 years ago
The first plot command has an /overlay qualifier. That should be an error. Instead it's leading us into some state where further commands crash the program.
with a non-vs plot there's this error, and I think the same should be happening thing for a plot/vs/over when there's no existing plot.
yes? let/units=degrees_east xs = {40, 130,110}
yes? plot/over/line/thick=2 xs
**ERROR: dimensions improperly specified: overlay is on a different axis
When I run this four-line code
with the GO command, pyferret crashes on my MacBook Pro with Big Sur (macOS 11.4).
If you comment out the "go fland" command, the code works.
I paste the full session below.
I then updated both miniconda (
conda update conda --yes; conda update --all --yes
) and pyferret (conda create -n FERRET -c conda-forge pyferret ferret_datasets --yes
) but the result was the same.Ryo