Closed seisman closed 5 years ago
Are you sure that is how Leo used it? The C code checks to see if the figure name equals -, not the format. And since that fails it tries something... I can add a check so that if either name or format equals - then skip it.
Closed as fixed by #1638.
Below is a simple PyGMT script, which used to work with 6.0.0rc1.
The PyGMT script is equivalent to the following bash script:
Running the bash script above gives following error message:
According to the comments in PyGMT codes, passing format
-
to the figure module means "don't produce files for this figure when running gmt end". It seems it doesn't work correctly in 6.0.0rc4.