[pstricks] Some real basic help, please

Scott, Randy Scott_Randy at sccollege.edu
Thu Nov 19 15:59:51 CET 2015


Thanks Herbert!

Is there a restriction on the numerical dimension, or is this some  difficulty with my particular LaTeX distribution?

Thanks again,

Randy

Sent from my iPhone

> On Nov 19, 2015, at 6:55 AM, Herbert Voss <Herbert.Voss at FU-Berlin.DE> wrote:
> 
>> Am 19.11.2015 um 15:34 schrieb Scott, Randy:
>> \documentclass[pstricks]{standalone}
>> \usepackage{pst-solides3d, pst-math, pst-3dplot}
>> 
>> \begin{document}
>> \framebox{
>>         \begin{pspicture}(-0.5,-1)(5.5,12)
>>         \psset{xunit=1cm, yunit=0.0001cm}
> 
> use yunit=0.1cm and yLabelFactor:
> 
> \documentclass[pstricks,border=10pt]{standalone}
> \usepackage{pst-solides3d, pst-plot}
> \begin{document}
>            
> \begin{pspicture}(-1.2,-0.4)(5.5,12)
>  \psset{yunit=0.1cm}
>  \psaxes[ticksize=2pt,Dy=50,labelsep=3pt,
>    ylabelFactor=\cdot10^3]{->}(0,0)(-0.4, -4)(5.4, 115)
>  \psplot[algebraic,plotpoints=300]{0}{5}{100}
> \psplot[algebraic,plotpoints=300,yMaxValue=110]{0}{5}{500*2.71828^(1.3863*x)/1000}
>  \end{pspicture}%
>    
> \end{document}
> 
> 
> Herbert
> 
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/



More information about the PSTricks mailing list