[pstricks] two small comments about pst-plot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Apr 15 17:18:53 CEST 2010


Am 15.04.2010 16:20, schrieb Patrice Mégret:

> 1.       In pst-plot, I have used labelFontSize=\scriptstyle (in mathLabel=true) to decrease the size of the labels. As I am using a log scale, it effectively decreases the size of the base but not of the exponent and the graph looks not beautiful.  To have the good behavior, I have switched to mathLabel=false and labelFontSize=\tiny and here everything is perfect. (My example comes from a graph I did for powerdot where even \tiny is readable)

Patrice,
use
http://archiv.dante.de/~herbert/PSTricks-TDS/tex/generic/pst-plot/pst-plot.tex

it takes the setting into account

> 2.       Would it be possible to have an option to rotate the labels for de x-axis like in pst-spectra ? (maybe also for the y-axis ?)

can easily be done with

\usepackage{graphicx}
\makeatletter
\def\pst@@@hlabel#1{\rotatebox{30}{#1}}
\makeatother

Herbert


More information about the PSTricks mailing list