You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A plot does not render when plot + ggsave() are run together.
Steps to reproduce the issue:
Following code: select code withoutggsave() command and run it - plot renders. Select full code including ggsave, run it, and plot does not render (but gets saved). Repeated running full code shows the plot history in the image thumbs (clicking on them shows the plot), but does not render plots as long as the ggsave-command is included.
System details:
Positron and OS details:
Positron Version: 2025.02.0 (system setup) build 79
Code - OSS Version: 1.96.0
Commit: a268bc8
Date: 2025-01-21T02:49:15.664Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100
Interpreter details:
R 4.4.2
Describe the issue:
A plot does not render when plot +
ggsave()
are run together.Steps to reproduce the issue:
Following code: select code without
ggsave()
command and run it - plot renders. Select full code including ggsave, run it, and plot does not render (but gets saved). Repeated running full code shows the plot history in the image thumbs (clicking on them shows the plot), but does not render plots as long as the ggsave-command is included.Were there any error messages in the UI, Output panel, or Developer Tools console?
(error says: "System cannot find the specified file")
The text was updated successfully, but these errors were encountered: