I'm having a rather strange issue with psplot...
When I use the following code, the graphic displays fine without any issues:
Code: Select all
\documentclass[12pt, a4paper, fleqn, leqno]{article}
\usepackage{auto-pst-pdf}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}(-2,-0.5)(2,2)
\psplot[algebraic=true, plotpoints=1000, arrows=<->]{0}{1}{sin(x)}
\end{pspicture}
\end{document}
Code: Select all
\documentclass[12pt, a4paper, fleqn, leqno]{article}
\usepackage{auto-pst-pdf}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}(-2,-0.5)(2,2)
\psplot[algebraic=true, plotpoints=1000]{0}{1}{sin(x)}
\end{pspicture}
\end{document}
Could someone please tell me what's going on?? :S
Thanks heaps