Graphics, Figures & Tables ⇒ Gnuplot LaTeX Output
- devilsadvocate
- Posts: 13
- Joined: Thu Jun 16, 2011 10:21 pm
Gnuplot LaTeX Output
I am using gnuplot latex mode of writing. While I am plotting in gnuplot, I am getting my ylabel oriented correctly (text parallel to y-axis). But when I am writing out the .tex file, the text is not rotated. Did anybody face this. How to solve this ?
Regards,
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Gnuplot LaTeX Output
[1] View topic: Axis Labels of EPS File missing?
[2] View topic: Math formatting in Gnuplot Graph
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- devilsadvocate
- Posts: 13
- Joined: Thu Jun 16, 2011 10:21 pm
Gnuplot LaTeX Output
Now another come. I am including generated files in my dokument, like as follows:
Code: Select all
\begin{figure}[!ht]
\centering
\input{RESULTS/myGoat.tex}
\caption{Get a Free Goat!}
\label{img:this_goat_is_free}
\end{figure}
I am gonna include these as sub-figures.
Regards,
Gnuplot LaTeX Output
Code: Select all
\begin{figure}[!ht]
\centering
\scalebox{0.75}{\input{RESULTS/myGoat.tex}}
\caption{Get a Free Goat!}
\label{img:this_goat_is_free}
\end{figure}
- devilsadvocate
- Posts: 13
- Joined: Thu Jun 16, 2011 10:21 pm
Re: Gnuplot LaTeX Output
I can now get rid of my MATLAB plot outputs.
Thanks for the help
Regards,