I wish to create a figure using pstricks code, and then to display only a cropped region of the figure. I thought that the arguments to \begin{pspicture}(...,...)(...,...) would allow me to do this, but changing those arguments seems to have no effect whatsoever on the output.
I am using TeXShop in OSX, so I suppose that compilation is via epstopdf and pdflatex, etc.
I would like a solution that does not involve exporting the figures to external files and then subsequently cropping. Currently 100% of the code to generate the .pdf is in the .tex file, and I hope to keep it that way.


