<div dir="ltr">Thanks you Herbert,<div><br></div><div>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.</div><div><br></div><div>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....</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 28, 2015 at 12:00 PM,  <span dir="ltr"><<a href="mailto:pstricks-request@tug.org" target="_blank">pstricks-request@tug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send PSTricks mailing list submissions to<br>
        <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of PSTricks digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. problem on putting a grid using pstricks and the  standalone<br>
      documentclass (Julien Morand)<br>
   2. Re: problem on putting a grid using pstricks and the<br>
      standalone documentclass (Herbert Voss)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 27 Nov 2015 14:06:58 +0100<br>
From: Julien Morand <<a href="mailto:julienmorand2@gmail.com">julienmorand2@gmail.com</a>><br>
To: <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
Subject: [pstricks] problem on putting a grid using pstricks and the<br>
        standalone documentclass<br>
Message-ID:<br>
        <CAJ6qU02W2B0d=3P-NMyZDB=<a href="mailto:YucMQQfsouMwdgiBYVArca__i8Q@mail.gmail.com">YucMQQfsouMwdgiBYVArca__i8Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello,<br>
<br>
I am trying to do a simple figure using pstricks. Right now, I just want to<br>
have a grid on all the surface of a figure. The dimensions of this figure<br>
is close to a a4 paper in landscape.<br>
<br>
When I compile my code the grid appears correctly on the left side of the<br>
figure but it seems to be cropped on the right side. Any thoughts?<br>
<br>
Here is my code:<br>
<br>
\documentclass[landscape,pstricks]{standalone}<br>
<br>
\usepackage[landscape]{geometry}<br>
<br>
\usepackage{pst-plot}%<br>
<br>
\usepackage{pstricks-add}<br>
<br>
\begin{document}<br>
<br>
\begin{pspicture}(-14.5,-10.5cm)(14.5,10.5cm)<br>
<br>
\psgrid(0,0)(-14,-10)(14,10)<br>
<br>
\end{pspicture}<br>
<br>
\end{document}<br>
<br>
<br>
I can attached my pdf file if it's necessary.<br>
<br>
<br>
Julien Morand<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20151127/5a4f1553/attachment-0001.html" rel="noreferrer" target="_blank">http://tug.org/pipermail/pstricks/attachments/20151127/5a4f1553/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 27 Nov 2015 18:35:05 +0100<br>
From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
To: <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
Subject: Re: [pstricks] problem on putting a grid using pstricks and<br>
        the standalone documentclass<br>
Message-ID: <56589449.1080904@FU-Berlin.DE><br>
Content-Type: text/plain; charset="windows-1252"; format=flowed<br>
<br>
Am 27.11.2015 um 14:06 schrieb Julien Morand:<br>
<br>
> I am trying to do a simple figure using pstricks. Right now, I just want<br>
> to have a grid on all the surface of a figure. The dimensions of this<br>
> figure is close to a a4 paper in landscape.<br>
><br>
> When I compile my code the grid appears correctly on the left side of<br>
> the figure but it seems to be cropped on the right side. Any thoughts?<br>
<br>
Do not load package geometry, it sets a matgim and shifzs the image.<br>
<br>
\documentclass[pstricks]{standalone}<br>
\begin{document}<br>
<br>
\begin{pspicture}(-14.5,-10.5cm)(14.5,10.5cm)<br>
        \psgrid(0,0)(-14,-10)(14,10)<br>
\end{pspicture}<br>
<br>
\end{document}<br>
<br>
<br>
Herbert<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
<br>
<br>
------------------------------<br>
<br>
End of PSTricks Digest, Vol 154, Issue 17<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Julien Morand<br><font face="arial, sans-serif">Research scientist</font><br>Novel Devices Laboratory <br>SECS, CEAS, University of Cincinnati <br>Web: <a href="http://secs.ceas.uc.edu/devices/" style="color:rgb(17,85,204)" target="_blank">secs.ceas.uc.edu/devices/</a><br></div></div>
</div>