Skip to content

Remove plotly backend#571

Draft
nvaytet wants to merge 4 commits into
mainfrom
remove-plotly-backend
Draft

Remove plotly backend#571
nvaytet wants to merge 4 commits into
mainfrom
remove-plotly-backend

Conversation

@nvaytet

@nvaytet nvaytet commented Jun 10, 2026

Copy link
Copy Markdown
Member

The plotly backend, activated via pp.backends['2d'] = 'plotly' is basically unused.
It only has limited support for 1d line plots.

In addition, it is slowing down addition of new features (e.g. #514 ) and adding to maintenance burden.
We remove it for these reasons.

Moving forwards, we should be careful not to have matplotlib specifics creep in to part of the codebase which should be plotting-library-agnostic.

@jl-wynen

Copy link
Copy Markdown
Member

Moving forwards, we should be careful not to have matplotlib specifics creep in to part of the codebase which should be plotting-library-agnostic.

How relevant is this really? Can we commit to matplotlib fully and simplify the code?

@nvaytet

nvaytet commented Jun 15, 2026

Copy link
Copy Markdown
Member Author

How relevant is this really? Can we commit to matplotlib fully and simplify the code?

That is something we should maybe think about. I guess it could simplify quite a bunch? We should still keep some clean separation between 2d and 3d plots (where we still want to use pythreejs), but otherwise I'm guessing matplotlib will live as long as python lives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants