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 326 times
sample.dvi
(58.55 KiB) Downloaded 335 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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