General ⇒ Graphs using the LaTeX fonts
Graphs using the LaTeX fonts
I recently tried to make some graphs for a LaTeX document about calculus. I have now downloaded GnuPlot and used it to produce the graphics. Unfortunately, it didn't look so nice as GnuPlot uses another font. Is there anyway to produce graphs with GnuPlot using the Computer Modern font? The only font I found looking like Computer Modern was "Euclid" -- which seems to be nearly identical. Why isn't the Computer Modern or Latin Modern font available? (I'm using Windows)
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
Graphs using the LaTeX fonts
[1] Gnuplot FAQ - Help! None of my fonts work.
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Graphs using the LaTeX fonts
Thanks for welcoming!Best regards and welcome to the board
Fortunately, there is also a LaTeX version (ps_fontfile_docs.tex) available, so I've compiled this with pdfLaTeX and I am now reading it. Thank you for your help!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Graphs using the LaTeX fonts
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Graphs using the LaTeX fonts
Regards,
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
Re: Graphs using the LaTeX fonts

pgfplots sounds good. It seemd to be an easy way (in combination with TeXnicCenter code snippets) and produces a great-looking output. Thanks a lot!