Skip to content

Commit 9e78da0

Browse files
committed
Temporary switch back to virtualfile_from_data in Figure.text
1 parent 4391db2 commit 9e78da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def text_( # noqa: PLR0912
240240
confdict = {"PS_CHAR_ENCODING": encoding}
241241

242242
with Session() as lib:
243-
with lib.virtualfile_in(
243+
with lib.virtualfile_from_data(
244244
check_kind="vector", data=textfiles, x=x, y=y, extra_arrays=extra_arrays
245245
) as vintbl:
246246
lib.call_module(

0 commit comments

Comments
 (0)