Hello,

On 31/03/2008, Rich Shepard <[EMAIL PROTECTED]> wrote:
> On Mon, 31 Mar 2008, Alan G Isaac wrote:
>
>  > But that is not the example you posted, where values was followed by a
>  > list without a separating comma. (Assuming you copied and pasted.)
>
>
> Alan,
>
>    Sorry to seem so dense, but I don't see a list without a separating comma.
>
>    My original message had
>
>
>  g.plot(graph.data.values(x=config.appData.plotX, y=config.appData.plotY)
>            [graph.style.line([style.linewidth.Thin])])
>

should be:
  g.plot(graph.data.values(x=config.appData.plotX, y=config.appData.plotY),
            [graph.style.line([style.linewidth.Thin])])

with all these dots and [ and ] it is sometimes hard to not loose track ... ;]]

Though I am surprised python didn't cry "Syntax error".

tim

>  and
>
>
> x = config.appData.plotX
>  y = config.appData.plotY
>
>  g.plot(graph.data.values(x=x, y=y)
>            [graph.style.line([style.linewidth.Thin])])
>
>
>    When I run the code via winpdb at the bottom, when testCode() is called,
>  the debugger jumps to the exception reporting. I never see the values at the
>  line that threw that exception.
>
>    Pointers to how to debug this code, or how to call the plot() module are
>  appreciated.
>
>
>  Rich
>
>  --
>  Richard B. Shepard, Ph.D.               |  Integrity            Credibility
>  Applied Ecosystem Services, Inc.        |            Innovation
>  <http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863
>
>  -------------------------------------------------------------------------
>
> Check out the new SourceForge.net Marketplace.
>  It's the best place to buy or sell services for
>  just about anything Open Source.
>  http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>  _______________________________________________
>  PyX-user mailing list
>  [email protected]
>  https://lists.sourceforge.net/lists/listinfo/pyx-user
>


-- 
http://tim.jottit.com/

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to