blob: 5af8cdc3089e5bee8602a57ff23f9cc3ddc80b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
\documentclass[11pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{pstricks,pstricks-add}
\SpecialCoor
\parindent=0pt
\pagestyle{empty}
\begin{document}
\def\pshlabel#1{\footnotesize$#1$}
\begin{pspicture}(0,-0.75)(10,1)
\psaxes[labelsep=2pt,yAxis=false,%
labelsep=-10pt,ticksize=0 10mm,subticks=10,subticksize=0.75,%
tickcolor=red,subtickcolor=blue,tickwidth=1pt,%
subtickwidth=0.5pt](10.01,0)
\end{pspicture}
\end{document}
|