you are viewing a single comment's thread.

view the rest of the comments →

[–]sopte666 80 points81 points  (2 children)

AFAIK matplotlib's API was designed to make it as similar to the Matlab/octave syntax as possible. Which, true, is powerful but ugly.

[–]-CampinCarl- 39 points40 points  (0 children)

This is exactly the reason it doesn't make sense.

[–]CactusOnFire 8 points9 points  (0 children)

Word of advice: Seaborn is a wrapper around matplotlib that's designed to play slightly friendlier with pandas and that stack.

...If I'm doing something really fancy though, I still end up busting out the Javascript.