jonas
jonas

Reputation: 13969

Documentation and syntax for ggplot in python

Does anybody know of documentation of ggplot2 in python? To my knowledge the syntax is similar to R syntax, but is there any information or code examples out there yet? Any tutorials....?

Upvotes: 14

Views: 14360

Answers (1)

Greg
Greg

Reputation: 1070

We'll be uploading the docs to ggplot.readthedocs.org this week (will update w/ url). Aside from that the best resources are here:

The docs just got a major facelift. Still a work in progress but you can check them out here: http://ggplot.yhathq.com/

Upvotes: 14

Related Questions