Tim Mok
Tim Mok
Added `graphviz` for Python to create a fixed size plot. Tests visibility and enablement for the plot action bar. The button matching for the plot size and zoom is based...
Override yarn config in smoke tests to use node runtime instead of electron. It seems that the tests need to compile `resemblejs` to target `node` instead of `electron` so that...
Add a way to allow a user to view a plot as an editor. This allows a larger view without altering the size of the plots pane and leverages the...
The current icon is reusing the ruler icon for the plot sizing policy. This is confusing and needs its own icon. The Positron codicons have already been updated with a...
Follow-up for #2270 Add a button to the editor's action bar to change the sizing policy for the plot. Each editor instance will have its own sizing policy. The sizing...
Address #2270 This adds an action to display a plot from the Plots pane in an editor. It works on static and dynamic plots. It is an editor just for...
## Positron Version: Positron Version: 2024.06.0 (Universal) build 770 Code - OSS Version: 1.90.0 Commit: 5d79ea68dceb5b734475af851b64cb3c0a323285 Date: 2024-06-14T05:53:04.122Z Electron: 29.4.0 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.4.0...
Follow-up to #2270 Add a button to the editor action bar to copy the plot to the clipboard.
When the preference to show HTML plots in the Viewer is disabled, rendering a Plotly plot shows up in the Viewer. ```python import plotly.express as px fig = px.bar(x=["a", "b",...
## System details: #### Positron and OS details: 2024.09.103 ## Describe the issue: This was originally reported in a [discussion post](https://github.com/posit-dev/positron/discussions/4871). Installing Positron on Linux Manjaro when VS Code has...