#Plotting a graph using the texit bot ?
1 messages · Page 1 of 1 (latest)
Oh wow
Didn’t knew you could do that
But would it be possible to insert as an image in a longer paper
For instance I wrote this
Saskcwatch
PGFPlots draws high-quality function plots in normal or logarithmic scaling with a user-friendly interface directly in TeX. The user supplies axis labels, legend entries and the plot coordinates for one or more plots and PGFPlots applies axis scaling, computes any logarithms and axis ticks and draws the plots, supporting line plots, scatter plots, piecewise constant plots, bar plots, area plots, mesh-- and surface plots and some more. Pgfplots is based on PGF/TikZ (PGF); it runs equally for LaTeX/TeX/ConTeXt.
Sources: /graphics/pgf/contrib/pgfplots
Documentation: README, Package manual
Home page: http://pgfplots.sourceforge.net/
Support: https://tug.org/mailman/listinfo/pgf-tikz
Bug tracker: https://github.com/pgf-tikz/pgfplots/issues
Repository: https://github.com/pgf-tikz/pgfplots
Version: 1.18.1 2021-05-17
Contained in: TeX Live as pgfplots, MiKTeX as pgfplots
Read more at CTAN page of the package.
Ok nice
(tikz)
\begin{tikzpicture}
\begin{axis}
\addplot{x^2};
\end{axis}
\end{tikzpicture}
Saskcwatch
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Ok
,preamble --add \usepackage{pgfplots}
Ok thanks
(tickz)
\begin{tickzpicture}
\begin{axis}
\addplot{x};
\end{axis}
\end{tickzpicture}
Saskcwatch
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Hmmmm
@still lotus
(tikz)
\begin{tikzpicture}
\begin{axis}
\addplot{x^2};
\end{axis}
\end{tikzpicture}
Saskcwatch
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
your request was rejected because it was faulty. you shouldve gotten a message from @proven cove about it, trying fixing it and resubmitting
is pgfplots better than tikz?