Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Clarification on wxPython backend support (show() method behavior) #895

@qaz10102030

Description

@qaz10102030

Hi fastplotlib team,

According to the README and the documentation, wxPython is listed as a supported framework (since pygfx supports it).
The user guide also mentions that wx should work, but has not been thoroughly tested.

While reviewing the source code of _figure.py, I noticed that the show() method explicitly handles:

  • JupyterRenderCanvas
  • QRenderCanvas
  • OffscreenRenderCanvas
  • otherwise assuming GLFW

However, there is no explicit case for a wxPython backend.

My questions are:

  1. Is wxPython officially supported at this stage?
  2. If yes, how is the show() method expected to behave for wxPython canvases?
  3. If not fully supported yet, is there a roadmap or example planned for wxPython integration?

Thanks for your great work on this project!

#Edit:
Environment details:
OS: Windows 10/11
Python: 3.11.9
fastplotlib: 0.5.1

Not sure if this might be related to running on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions