pstricks: Das Bild geht ueber den text hinaus
Verfasst: Sa 9. Jun 2012, 09:25
Gruss Gott,
ich habe das unterstehende Dokument gefasst. Aber Text und Bild decken
sich...was sollte ich tun? ich bin ein Anfaenger. danke!
ich habe das unterstehende Dokument gefasst. Aber Text und Bild decken
sich...was sollte ich tun? ich bin ein Anfaenger. danke!
\begin{document} \section{figura} This should be the picture \begin{figure}[!hbtp] \psset{xunit=0.4mm,yunit=1.5mm} \savedata{\questi}[{0,0},{100,25},{200,40},{300,50},{400,60}] \dataplot[plotstyle=curve,showpoints=true]{\questi} \psaxes[Dx=100,Dy=10]{->}(0,0)(0,0)(410,62) \vspace{5mm} \caption{This is the graph of $c(N)$} \end{figure} but it overlaps with the text! \end{document}