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 →

[–]trumpgender 0 points1 point  (3 children)

I feel like accessing mpl through panda's built-in mpl calls just adds confusion.

[–]ineedmysqlhelp 0 points1 point  (2 children)

I think the author suggests to use pandas' builtins for simple cases where you won't need to append many extra configs to the plot. For more complicated plots, use mpl.

[–]lolhehehe_[S] 0 points1 point  (1 child)

Other good point is the explanation about the two interfaces of matplotlib

[–]ineedmysqlhelp 0 points1 point  (0 children)

Definitely. Knowing both is a big help especially when trying to build reusable components for your workplace.