Graphics, Figures & Tablespgfplots | Flawed DVI Output

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pranav
Posts: 5
Joined: Mon Nov 26, 2012 9:24 am

pgfplots | Flawed DVI Output

Post by pranav »

Hi I tried example LaTeX code given here:

http://www.texample.net/tikz/examples/pgfplots/

But I am getting only text (like legend text,axis text) but no graphical plot.I have attached the output DVI file and log file for reference.
Attachments
sample.log
(18.74 KiB) Downloaded 325 times
sample.dvi
(58.55 KiB) Downloaded 334 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Re: pgfplots | Flawed DVI Output

Post by localghost »

The DVI format is not meant for viewing since most viewers don't manage to display postscript code correctly. Compile with PDFLaTeX, XeLaTeX or LaTeX→dvips→ps2pdf and view the PDF output.


Best regards and welcome to the board
Thorsten
Post Reply