-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doco sample and reality differs #1
Comments
I had to "patch" the code to use it on my system. I think "line" should be "lines". |
It's kind of lame... =/ the basic stuff don't work and it's published in PIP.... |
No, I didn't. Greets from Italy lorenzo On 3 Dec 2012, at 00:12, Felipe Arruda Pontes [email protected] wrote:
|
=/ I'm trying to do a fix myself, not sure if it's ok Greets from Brazil =) Arruda Felipe Arruda Pontes 2012/12/3 lorexvii [email protected]
|
The sample code says graph.series_json returns
"[{"data": [[1, 1], [2, 2], [3, 3]]}]"
...whereas in reality my sample code returns
"[{"line": {"show": true}, {"data": [[1, 1], [2, 2], [3, 3]]}]"
Using latest pyflot from github as of today, latest jQuery, python 2.7.1.
It would appear that the "line" part should have been in options.
Needless to say, no graph is shown.
Removing the "line" part allows for graph to show.
What's the story?
The text was updated successfully, but these errors were encountered: