-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tikz figure export #105
Tikz figure export #105
Conversation
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks overall good for me, just a couple of comments.
There was also @dpo comment #104 (comment)
Co-authored-by: tmigot <[email protected]>
Co-authored-by: tmigot <[email protected]>
Co-authored-by: tmigot <[email protected]>
Co-authored-by: tmigot <[email protected]>
Co-authored-by: tmigot <[email protected]>
Co-authored-by: tmigot <[email protected]>
Have you seen https://github.com/JuliaTeX/TikzPictures.jl ? It also allows exporting the TikZ to PDF, SVG, etc. |
Yes, I've just tried it and it works great ! I'll add different export options to this PR based on that library. |
export options are .tikz, .tex, .svg and .pdf
Last commit implements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @d-monnet for the changes. I have a couple more comments.
After this PR, I would suggest to open a few issues for developing this:
- add this new feature in the package documentation
- use Requires.jl or similar to add TikzPictures.jl as an optional dep.
Surely, this will be improved as we get more practical cases.
Co-authored-by: tmigot <[email protected]>
Sure, I'll open the issues once you confirm that the PR can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Thanks for the review @tmigot ! |
No description provided.