example for gallery for pgf backend and integration with latex #669
anirudhkrishnan2718
started this conversation in
Ideas
Replies: 1 comment
-
|
Bit outside the scope of UltraPlot as this is handled through matplotlib. Simplest example would just be import ultraplot as uplt
fig, ax = uplt.subplots()
fig.save("test.pgf")Then import that in latex. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to 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.
Beta Was this translation helpful? Give feedback.
All reactions