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 1367f36 commit 69b681aCopy full SHA for 69b681a
pygmt/clib/session.py
@@ -1727,7 +1727,7 @@ def virtualfile_in( # noqa: PLR0912
1727
_data.extend(extra_arrays)
1728
case "vectors":
1729
if hasattr(data, "items") and not hasattr(data, "to_frame"):
1730
- # pandas.DataFrame or xarray.Dataset types.
+ # Dict, pandas.DataFrame or xarray.Dataset types.
1731
# pandas.Series will be handled below like a 1-D numpy.ndarray.
1732
_data = [array for _, array in data.items()]
1733
else:
0 commit comments