Uh oh!
There was an error while loading. Please reload this page.
example for gallery for pgf backend and integration with latex #669
anirudhkrishnan2718
started this conversation in
Ideas
Replies: 1 comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Bit outside the scope of UltraPlot as this is handled through matplotlib. Simplest example would just be importultraplotasupltfig, ax=uplt.subplots()
fig.save("test.pgf")Then import that in latex. |
0 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is there any interest in an example showing how to use the pgf backend to save figures that can be inserted into a latex file
This is a very specific use case, so I am not sure if there will be interest in creating this example.
All reactions