As mentioned on the mailing list, this is not a bug. You should
use styles=[graph.style.symbol(symbol=graph.style.symbol.changecircle)] instead.

I will thus close this ticket. Feel free to reopen in case you disagree.

---

** [bugs:#59] bug on creating plots with iterable data**

**Status:** open
**Created:** Mon Jan 28, 2013 10:41 AM UTC by Jorge Leitão
**Last Updated:** Mon Jan 28, 2013 10:41 AM UTC
**Owner:** nobody

When using styles on a graph.plot with data as an iterable data, an error 
raised.

Minimal example:
<code>
from pyx import *

g = graph.graphxy(width=8)

g.plot([graph.data.function("y(x)=exp(x)"),graph.data.function("y(x)=x**3")], 
styles=[graph.style.symbol.changecircle])
</code>

I will try to complete this ticket with more details when I have more time.

---

Sent from sourceforge.net because you indicated interest in 
<https://sourceforge.net/p/pyx/bugs/59/>

To unsubscribe from further messages, please visit 
<https://sourceforge.net/auth/prefs/>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
PyX-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-devel

Reply via email to