Add experimental support for exporting mplot3d plots - #64
Draft
DanielBetschinske wants to merge 3 commits into
Draft
Add experimental support for exporting mplot3d plots#64DanielBetschinske wants to merge 3 commits into
DanielBetschinske wants to merge 3 commits into
Conversation
DanielBetschinske
force-pushed
the
feature/3dplots
branch
3 times, most recently
from
May 29, 2026 08:02
e903c1d to
ccc9daa
Compare
DanielBetschinske
force-pushed
the
feature/3dplots
branch
2 times, most recently
from
June 10, 2026 09:25
13d93e2 to
5b57448
Compare
DanielBetschinske
force-pushed
the
feature/3dplots
branch
from
June 17, 2026 10:08
5b57448 to
aa6bae8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds experimental support for exporting Matplotlib
mplot3dplots to PGFPlots/TikZ.Supported so far:
I opened this as a draft because it's the first implementation of a relatively large change that touches core export logic. Since the supported 3D plot types share common infrastructure, I am not sure whether splitting this into smaller PRs would be useful. Before marking it as ready for review, I would be happy to get feedback on whether the overall approach looks reasonable or if there are major changes I should make first.
Motivation
The README currently states that 3D plots do not work. This PR closes that gap with a first comprehensive implementation.
Design notes
\addplot3where possible.Known limitations / open points