[pstricks] \psaxes - Offset of first tick from lower left corner & \dataplot clipping
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Wed Feb 27 16:47:10 CET 2008
mogliii schrieb:
> Dear Herbert,
>
> Here is the .tex file and the .dat file.
>
> The problem is at 9.5 on the x-axis.
do not use psgraph. With \rput you can place your
objects just as you like it.
BTW: do not mix german, babel and ngerman. Use only
\usepackage[ngerman]{babel}
Herbert
\documentclass[12pt,a4paper]{scrartcl}
\usepackage{pstricks-add}
\usepackage[loose]{units}
\begin{document}
\readdata{\alterung}{SensorAlterung.dat}
\pstScalePoints(1,1){8.716 sub}{}
\psset{arrowscale=2}
\begin{pspicture}(14,8.0)
\rput(5mm,5mm){%
\listplot[linewidth=0.5pt]{\alterung}}
\rput(5mm,0){%
\psaxes[yAxis=false,ticksize=0 4pt,Dx=1,comma,Ox=8](14,8)}
\rput(0,5mm){%
\psaxes[xAxis=false,ticksize=0 4pt,comma](14,8)}
\psframe(0,0)(14.5,8.5)
\psline{<-}(1,3.7)(1,7) \rput[l]{30}(1,7){10 mM}
\psline{<-}(1.8,5)(1.8,6) \rput[l]{30}(1.8,6){in 20 mM eingetaucht}
\psline{<-}(1,3.7)(1,7) \rput[l]{30}(1,7){10 mM}
\psline[linestyle=dashed](2.9,5.6)(8,5.6)
\psline[linestyle=dashed](5,4.3)(10,4.3)
\psline{<->}(7,4.3)(7,5.6)\rput[l]{30}(7,5.8){Degeneration}
\psline[linestyle=dashed](10.75,4.5)(10.75,6)
\psline[linestyle=dashed](12,4.5)(12,6)
\psline{<->}(10.75,5.5)(12,5.5)\rput[l]{30}(11,6){Auswertintervall}
\rput[c](9,1){$T = \unit[297,4]{K}$}
\rput(7,-1){Alter des Sensors, $t$ [min]}
\rput{90}(-1,4){Gemessener Strom, $I$ [nA]}
\end{pspicture}
\end{document}
More information about the PSTricks
mailing list