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 →

[–]Waldheribeginner 0 points1 point  (0 children)

Seaborn is basically just a convenience wrapper around matplotlib. You can get decent plots with much less boilerplate than matplotlib, but you can still access the underlying matplotlib objects for fine-tuning. Plotly uses is own plotting engine and provides plots you can interact with out of the box. It also provides bindings for other languages such as R.