GenericMappingTools / gmt

The Generic Mapping Tools
https://www.generic-mapping-tools.org
Other
843 stars 352 forks source link

Annoying warning with GMT API #2637

Closed seisman closed 4 years ago

seisman commented 4 years ago
import pygmt
fig = pygmt.Figure()
fig.basemap(region="0/10/0/10", projection="X10c", frame=True)
fig.plot(x=6, y=5, style='c0.3c')
fig.savefig("test.pdf")

The plot function reports following warnings:

pygmt-session [WARNING]: Pad argument (2) ignored in initialization of Data Table
PaulWessel commented 4 years ago

I will move that to INFORMATION.