Skip to content

Plot Rendering Issue in Positron IDE with Ultraplot #270

@gepcel

Description

@gepcel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    TODOTODObugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions