-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
First, I'm unsure if this is specifically an Ultraplot issue or if it's related to using Positron IDE with Python. Feel free to disregard if this isn't relevant to others. However, it's frustrating to have to switch IDEs whenever I need to visualize data during analysis.
Issue Description:
When using Ultraplot with Positron IDE (main website, github), plots fail to render in the plot panel. For example:
import ultraplot as pplt
fig, ax = pplt.subplots()
pplt.show()
Error Message:
Error rendering plot to 'Auto' size: Internal error: Method locally_modified_subplot_params()
is disabled on ultraplot gridspecs. (-32603)
Additional Context:
- There was a period when this issue disappeared, but I'm uncertain whether this was due to package/IDE version changes or configuration adjustments (e.g., matplotlib backends).
- Current versions:
- Ultraplot: 1.57
- Positron IDE: 2025.07.0