We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362e5bd commit 8f72e4cCopy full SHA for 8f72e4c
pygmt/clib/session.py
@@ -1877,7 +1877,7 @@ def virtualfile_in(
1877
_data.append(z)
1878
case "vectors":
1879
if hasattr(data, "items") and not hasattr(data, "to_frame"):
1880
- # pandas.DataFrame or xarray.Dataset types.
+ # Dictionary, pandas.DataFrame or xarray.Dataset types.
1881
# pandas.Series will be handled below like a 1-D numpy.ndarray.
1882
_data = [array for _, array in data.items()]
1883
else:
0 commit comments