Tagged Questions
4
votes
1answer
116 views
How to set up psgraph to get the same output produced by pspicture plus psaxes?
In order to get a more balanced diagram (of a certain specified metric size, width times height), I usually also specify some offsets or adjustment values around the canvas (aka picture) and axes as ...
1
vote
0answers
69 views
When should I use \psgraph instead of \pspicture plus \psaxes?
I am new to PSTricks and want to plot some functions. The documentation of pst-plot explains (but not detailed enough) both \psgraph environment and the combination of \pspicture and \psaxes. The ...
3
votes
0answers
100 views
Custom style for \listplot or \dataplot
Is it possible to make custom style for \listplot and friends? By default they support only plotstyle=curve, line, bezier, and I need to use bspline from pst-bspline package.
...
3
votes
0answers
103 views
pslegend bounding box odd while using Cirkuit
This question is regarding pst-plot and more specifically \pslegend. The code below produces the two following plots:
One of these figures is generated without the \pslegend and it appears to have ...
3
votes
1answer
161 views
Differing left and right axis labels in psplot
This question is related to psgraph with y-axis on left and right of graph and axis labels but can stand alone, as it is really about loops and variables.
I'm really sad that I have to ask this ...
2
votes
1answer
194 views
psgraph with y-axis on left and right of graph and axis labels
I'm attempting to plot two quantities on one graph each with their own vertical axis. I've got as far as the MWE below but am stuck on two problems.
Can I make the right hand axis have the same line ...
9
votes
4answers
600 views
How to plot atan(x), sqrt(x) using PSTricks?
For example, this code works:
\documentclass{minimal}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\psgrid[griddots=10,gridlabels=0pt, subgriddiv=0, ...
