I have the following code generated for me by a script
Code: Select all
\documentclass[a4paper, 8pt]{article}
\usepackage{pstricks, pst-node, pst-plot, pst-circ}
\usepackage{moredefs}
\usepackage[per-mode=symbol, exponent-product = \cdot, alsoload=hep, range-units=single, tophrase={--}, separate-uncertainty]{siunitx}
\usepackage[%
paperwidth = 9.704147cm, % add 0.5%
paperheight= 3.545027586cm, % add 0.5%
lmargin = -5.25mm, % do not know why this offset is needed.
rmargin = 0mm, %
tmargin = 0mm, %
bmargin = 0mm, %
]{geometry}
\begin{document}
% Global Parameters that can be changed:
\providelength{\plotwidth} \setlength{\plotwidth}{10cm}% width of the axes only
\providelength{\LineWidth} \setlength{\LineWidth}{0.5pt}%\newrgbcolor{GridColor}{0.8 0.8 0.8}%
% Begin Figure:-------------------------------------------
\psset{xunit=0.055556\plotwidth,yunit=0.025000\plotwidth}%
%\begin{pspicture}(-1.824885,-3.494253)(18.331797,16.735632)%
\begin{pspicture}(-1.824885,-0.494253)(14.331797,12.735632)%
% Draw Axes: ----
\psline[linewidth=\LineWidth]{->}(0,1)(13.5,1)
{
\rput[t]{0}(4.4,0.70){
\begin{tabular}{c}
\tiny {\SI{0}{\milli\meter}}\\
\end{tabular}
}}
\end{pspicture}%
\end{document}
Code: Select all
\tiny
\small
...
Best,
Niles.