Mastodon

renephoenix.de

Kommentar von charly klein

Leider klappt das bei mir nicht. Möchte ein Koordinatensystem erstellen. Code:
%Umwandeln in PDF
usepackage{ps4pdf}
PSforPDF{
usepackage{pstricks,pst-node,pst-plot}
}

PSforPDF{
psset{yunit=1cm,xunit=1cm}
begin{pspicture}(0,11)(11,11)
psgrid[yunit=1,xunit=1,gridlabels=0](0,0)(0,0)(10,10)
psaxes[Dy=1,Dx=1]{->}(0,0)(0,0)(11,11)
%psaxes[Dy=1,Dx=1,ticks= all, ticklinestyle=dashed,ticksize=0cm 11cm]{->}(-0,-0)(0,0)(10,10)
%psplot{0}{10}{1 3 div neg x mul 6 add}
%psplot{0}{10}{1 2 div x mul 1 add}
%psplot{0}{150}{4 6 div x mul 10 add}
%psplot{0}{150}{1 4 div x mul 20 add}
end{pspicture}
}

Ergibt folgende Fehlermeldung:
Can’t show picture #1 because LaTeXpdf-pics.pdf not found. Create it from LaTeXpdf.dvi using
dvips and ps2pdf!

Haben Sie einen Tipp?

Danke!!