You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pdf2svg and pgfplots installed (the latter via tlmgr), I cannot get the graph to show using
using PGFPlots
x = [1, 2, 3]
y = [1, 2, 4]
plot(x, y)
It only outputs I get is the corresponding tex-output. This is via a regular terminal, so no Jupyter notebook or whatever.
Could it be that my tex-distribution is not installed under the default path? While it does not seem reasonable, since I can run Latex perfectly, it could perhaps be a reason?
Some information about my system:
OS: Arch Linux with i3 window manager
Julia version: 1.6.1
Tex-distribution: TexLive 2021, with the current release of pgfplots
The text was updated successfully, but these errors were encountered:
Yeah, if you are running from the terminal, you'll need to save the plots to a file. In a notebook (e.g. Jupyter and Pluto) or Juno it will show up automatically.
With
pdf2svg
andpgfplots
installed (the latter viatlmgr
), I cannot get the graph to show usingIt only outputs I get is the corresponding
tex
-output. This is via a regular terminal, so no Jupyter notebook or whatever.Could it be that my tex-distribution is not installed under the default path? While it does not seem reasonable, since I can run Latex perfectly, it could perhaps be a reason?
Some information about my system:
OS: Arch Linux with i3 window manager
Julia version: 1.6.1
Tex-distribution: TexLive 2021, with the current release of
pgfplots
The text was updated successfully, but these errors were encountered: