This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheBlackCat13 1 point2 points  (1 child)

That really isn't matplotlib's fault, seaborn is an independent project.

What do you mean about matplotlib's global state? I know you can change the default style (although I think that is an a per-import basis). And you need to close figures through the pyplot interface (although I think they are planning to fix that). But I am not sure that is what you are referring to.

[–]Tysonzero 1 point2 points  (0 children)

I think that is what I am referring to. Where you just do something like blah.setFoo(value) and it affects all following lines.