[pstricks] PSTricks Digest, Vol 73, Issue 10

Nwojo Agwu nnagwu at gmail.com
Mon Feb 9 19:28:28 CET 2009


Thanks.
The following code works.

\begin{pspicture}(-2,-2)(2,2)
 \psline[linestyle=dashed](-2,-2)(2,2)

> \end{pspicture}
>
>
Nwojo Agwu
===========================

On Mon, Feb 9, 2009 at 6:00 AM, <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. how does one draw a dashed line using psrticks (Nwojo Agwu)
>   2. Re: Two fail --- Backward solution? (David Arnold)
>   3. Re: how does one draw a dashed line using psrticks
>      (Jean-C?me Charpentier)
>   4. Re: how does one draw a dashed line using psrticks
>      (Jean-C?me Charpentier)
>   5. Re: Two fail --- Backward solution? (Dominique RODRIGUEZ)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 8 Feb 2009 07:29:52 -0500
> From: Nwojo Agwu <nnagwu at gmail.com>
> Subject: [pstricks] how does one draw a dashed line using psrticks
> To: pstricks at tug.org
> Message-ID:
>        <6e0640350902080429x659a6417i1e68adf5982fc2b4 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> I wanted to draw a dashed so I typed the following
>
> \psline{linestyle=dashed}(x_{0},y_{0})(x_{1},y_{1}).
>
> I received a Pstricks error message. Could someone please let me know what
> the right command should be.
>
> Thanks,
> Nwojo
> ==================================
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://tug.org/pipermail/pstricks/attachments/20090208/b3b00b41/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Sun, 8 Feb 2009 08:25:58 -0800
> From: David Arnold <dwarnold45 at suddenlink.net>
> Subject: Re: [pstricks] Two fail --- Backward solution?
> To: Graphics with PSTricks <pstricks at tug.org>
> Message-ID: <72F7BA69-4195-4F0E-A686-1C25C06787E2 at suddenlink.net>
> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed
>
> OK, these work. Thanks very much.
>
> I am looking at the line:
>
>        \psplotDiffEqn[linecolor=black]{0}{.18}{-1.5}{\Funct}
>
> So, the problem was the fact that the solution "blows up" in finite
> time. I had:
>
>        \psplotDiffEqn[linecolor=black]{0}{2}{-1.5}{\Funct}
>
> So there must have been some sort of overflow error?
>
> D.
>
> On Feb 8, 2009, at 2:04 AM, Dominique RODRIGUEZ wrote:
>
>
> Hello,
>
> Could you please confirm the following plottings.
> I include the source code.
>
> Hope it helps,
> Dominique
> --
>   Les Galini?res - 07460 St Andr? de C. FRANCE-- tel: (+33)
> 475.39.05.82<equadif.pdf><equadif.pdf>__________________________________
> _____________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 08 Feb 2009 18:04:42 +0100
> From: Jean-C?me Charpentier     <jean-come.charpentier at wanadoo.fr>
> Subject: Re: [pstricks] how does one draw a dashed line using psrticks
> To: Graphics with PSTricks <pstricks at tug.org>
> Message-ID: <498F10AA.2050400 at wanadoo.fr>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Nwojo Agwu a ?crit :
> > Hi,
>
>  Hello,
>
> > I wanted to draw a dashed so I typed the following
> >
> > \psline{linestyle=dashed}(x_{0},y_{0})(x_{1},y_{1}).
>
>  That's the right way.
>
> > I received a Pstricks error message. Could someone please let me know
> > what the right command should be.
>
>  Did You type your command like this?  That is, with the real
> characters "(x_{0},y_{0})(x_{1},y_{1})"?  If yes, the error is obvious:
> x_{0} and the others are not correct coordinates.
>
>  Is the following code correct for you?
>
> \documentclass{minimal}
> \usepackage{pstricks}
>
> \begin{document}
> \begin{pspicture}(-2,-2)(2,2)
>  \psline[linestyle=dashed](-2,-2)(2,2)
> \end{pspicture}
> \end{document}
>
> If no, what is the *exact* error message (copy paste from you log file).
>
>  Jean-C?me Charpentier
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 08 Feb 2009 18:17:29 +0100
> From: Jean-C?me Charpentier     <jean-come.charpentier at wanadoo.fr>
> Subject: Re: [pstricks] how does one draw a dashed line using psrticks
> To: Graphics with PSTricks <pstricks at tug.org>
> Message-ID: <498F13A9.5070807 at wanadoo.fr>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Jean-C?me Charpentier a ?crit :
> > Nwojo Agwu a ?crit :
> >> Hi,
> >
> >   Hello,
> >
> >> I wanted to draw a dashed so I typed the following
> >>
> >> \psline{linestyle=dashed}(x_{0},y_{0})(x_{1},y_{1}).
> >
> >   That's the right way.
>
>  Ooops! I was blind! That's wrong :-)
>
>  \psline[optional argument](...)(...) rather than
>  \psline{optional argument}(...)(...)
>
> You see? brackets rather braces.
>
>  BTW, I suppose the error was about an arrow not defined. \psline
> syntax could be:
>  \psline{arrow type}(...)(...)
>
>  Jean-C?me Charpentier
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun,  8 Feb 2009 20:54:14 +0100 (CET)
> From: Dominique RODRIGUEZ <dominique.rodriguez at waika9.com>
> Subject: Re: [pstricks] Two fail --- Backward solution?
> To: pstricks at tug.org
> Message-ID: <20090208195414.6CCD19A23 at ursamajor.galinieres>
>
>
> >  So there must have been some sort of overflow error?
>
> exact
>
>
> ------------------------------
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
> End of PSTricks Digest, Vol 73, Issue 10
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20090209/44b8d7a0/attachment.html 


More information about the PSTricks mailing list