Closed
Description
gmt version = 6.0.0 (macOS, installed via brew)
pygmt does not display newly created figures using show()
.
In [4]: fig = pygmt.Figure()
...: fig.coast(shorelines=True, region=[-90, -70, 0, 20], projection="M8i", frame=True)
...: fig.show()
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6.
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6.
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6.
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6.
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6.
Out[4]: <IPython.core.display.Image object>