You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Joaquim,
My fresh install of GMT does work well inside the REPL displaying images properly when the window pops up but inside a Pluto notebook it shows the images i made last from the terminal and not the one I'm trying to make inside the notebook.
I tortured the showfig function a little and got it to work but this is probably more of a workaround than a solution:
From how I understand the problem:
Showfig is expecting "Pluto, the image is already in a raster format by a previous call to 'gmt end'" but in my case the figure is actually a (unclosed) .ps file. I'm pretty sure of that because when I make these changes.
It all works as expected.
Now I'm not sure this is really how it is meant to work (i.e. is this a gmt end problem upstream?) or if it breaks something else so I haven't bothered making a pull request from that.
I hope this helps and thanks for the awesome work you have been doing!
Cheers,
Cyp