Skip to content

Commit

Permalink
Add pythonplot to tex output (#342)
Browse files Browse the repository at this point in the history
Add pythonplot to list of backends that can output tex, since it seems that it can indeed output tex using its PGF backend.
  • Loading branch information
ajdunlap committed May 3, 2023
1 parent 95a8713 commit 77907a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ A simple table showing which format is supported by which backend
| png | gr, plotlyjs, pythonplot, pgfplotsx, inspectdr, gaston, unicodeplots |
| ps | gr, pythonplot |
| svg | gr, inspectdr, pgfplotsx, plotlyjs, pythonplot, gaston |
| tex | pgfplotsx |
| tex | pgfplotsx, pythonplot |
| text | hdf5, unicodeplots |

Supported file formats can be written to an IO stream via, for example, `png(myplot, pipebuffer::IO)`, so the image file can be passed via a PipeBuffer to other functions, eg. `Cairo.read_from_png(pipebuffer::IO)`.

0 comments on commit 77907a0

Please sign in to comment.