Skip to content
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

Open
LarsStavholm opened this issue Mar 21, 2011 · 4 comments · May be fixed by #5
Open

Doco sample and reality differs #1

LarsStavholm opened this issue Mar 21, 2011 · 4 comments · May be fixed by #5

Comments

@LarsStavholm
Copy link

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?

@lorexvii
Copy link

I had to "patch" the code to use it on my system. I think "line" should be "lines".

@arruda
Copy link

arruda commented Dec 2, 2012

It's kind of lame... =/ the basic stuff don't work and it's published in PIP....
com'on don't put in pip things that are not working(not even the most basic)....
@lorexvii did you made a pull request?

@arruda arruda linked a pull request Dec 2, 2012 that will close this issue
@lorexvii
Copy link

lorexvii commented Dec 3, 2012

No, I didn't.

Greets from Italy

lorenzo

On 3 Dec 2012, at 00:12, Felipe Arruda Pontes [email protected] wrote:

It's kind of lame... =/ the basic stuff don't work and it's published in PIP....
com'on don't put in pip things that are not working(not even the most basic)....
@lorexvii did you made a pull request?


Reply to this email directly or view it on GitHub.

@arruda
Copy link

arruda commented Dec 3, 2012

=/ I'm trying to do a fix myself, not sure if it's ok

Greets from Brazil =)

Arruda

Felipe Arruda Pontes
arruda.blog.br

2012/12/3 lorexvii [email protected]

No, I didn't.

Greets from Italy

lorenzo

On 3 Dec 2012, at 00:12, Felipe Arruda Pontes [email protected]
wrote:

It's kind of lame... =/ the basic stuff don't work and it's published in
PIP....
com'on don't put in pip things that are not working(not even the most
basic)....
@lorexvii did you made a pull request?


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-10974022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants