[pstricks] PSTricks Digest, Vol 154, Issue 17

Julien Morand julienmorand2 at gmail.com
Mon Nov 30 11:35:10 CET 2015


Thanks you Herbert,

I tried to remove the geometry package but I still can't plot a grid on the
right side of my figure. I am using MikteX with Texworks on Windows 7. I am
compiling using XeLatex for the pstricks figure.

The funny thing is that if I change the x lower limit of the figure from
-14.5 to -24.5 the grid stop at -4 instead of 6 in the previous test. It
looks like I can't get a grid larger than 20 cm wide....

On Sat, Nov 28, 2015 at 12:00 PM, <pstricks-request at tug.org> wrote:

> Send PSTricks mailing list submissions to
>         pstricks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://tug.org/mailman/listinfo/pstricks
> or, via email, send a message with subject or body 'help' to
>         pstricks-request at tug.org
>
> You can reach the person managing the list at
>         pstricks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PSTricks digest..."
>
>
> Today's Topics:
>
>    1. problem on putting a grid using pstricks and the  standalone
>       documentclass (Julien Morand)
>    2. Re: problem on putting a grid using pstricks and the
>       standalone documentclass (Herbert Voss)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 27 Nov 2015 14:06:58 +0100
> From: Julien Morand <julienmorand2 at gmail.com>
> To: <pstricks at tug.org>
> Subject: [pstricks] problem on putting a grid using pstricks and the
>         standalone documentclass
> Message-ID:
>         <CAJ6qU02W2B0d=3P-NMyZDB=
> YucMQQfsouMwdgiBYVArca__i8Q at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I am trying to do a simple figure using pstricks. Right now, I just want to
> have a grid on all the surface of a figure. The dimensions of this figure
> is close to a a4 paper in landscape.
>
> When I compile my code the grid appears correctly on the left side of the
> figure but it seems to be cropped on the right side. Any thoughts?
>
> Here is my code:
>
> \documentclass[landscape,pstricks]{standalone}
>
> \usepackage[landscape]{geometry}
>
> \usepackage{pst-plot}%
>
> \usepackage{pstricks-add}
>
> \begin{document}
>
> \begin{pspicture}(-14.5,-10.5cm)(14.5,10.5cm)
>
> \psgrid(0,0)(-14,-10)(14,10)
>
> \end{pspicture}
>
> \end{document}
>
>
> I can attached my pdf file if it's necessary.
>
>
> Julien Morand
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://tug.org/pipermail/pstricks/attachments/20151127/5a4f1553/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 27 Nov 2015 18:35:05 +0100
> From: Herbert Voss <Herbert.Voss at FU-Berlin.DE>
> To: <pstricks at tug.org>
> Subject: Re: [pstricks] problem on putting a grid using pstricks and
>         the standalone documentclass
> Message-ID: <56589449.1080904 at FU-Berlin.DE>
> Content-Type: text/plain; charset="windows-1252"; format=flowed
>
> Am 27.11.2015 um 14:06 schrieb Julien Morand:
>
> > I am trying to do a simple figure using pstricks. Right now, I just want
> > to have a grid on all the surface of a figure. The dimensions of this
> > figure is close to a a4 paper in landscape.
> >
> > When I compile my code the grid appears correctly on the left side of
> > the figure but it seems to be cropped on the right side. Any thoughts?
>
> Do not load package geometry, it sets a matgim and shifzs the image.
>
> \documentclass[pstricks]{standalone}
> \begin{document}
>
> \begin{pspicture}(-14.5,-10.5cm)(14.5,10.5cm)
>         \psgrid(0,0)(-14,-10)(14,10)
> \end{pspicture}
>
> \end{document}
>
>
> Herbert
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> ------------------------------
>
> End of PSTricks Digest, Vol 154, Issue 17
> *****************************************
>



-- 
Julien Morand
Research scientist
Novel Devices Laboratory
SECS, CEAS, University of Cincinnati
Web: secs.ceas.uc.edu/devices/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20151130/6c2e579b/attachment.html>


More information about the PSTricks mailing list