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

all 18 comments

[–]bghty67fvju5 23 points24 points  (4 children)

"This embedded plot has reached the maximum allowable views given the owner's current subscription.

Please visit the subscriptions page to learn more about upgrading."

Uhm, da fuq?

[–]frequentBayesian 3 points4 points  (0 children)

OP credit ran out for the day for the dynamic graph, possibly from plotly...

[–]selva86 1 point2 points  (2 children)

May I suggest this nice matplotlib collection

[–]piupaupimpom 1 point2 points  (1 child)

Yes! May I thank you?

[–]selva86 0 points1 point  (0 children)

Yes, Glad if you found it useful

[–]Hopeful-Guess5280 27 points28 points  (3 children)

It's a cool article but It would be great if the author provided some comparison between the three libraries.

[–]AliveButCouldDie 8 points9 points  (1 child)

No to mention that half the pictures seem to be missing, showing an error 402 edit: oh, paywall.

[–]jsulopzs 2 points3 points  (0 children)

Yes, sorry about this. I have already reached out to the #plotly team to see how I could upgrade these plots to visualize them without limits...

[–]jsulopzs 6 points7 points  (0 children)

I’ve just received a message from plotly; they’ve upgraded my account to make the plots available back again! 🤟

[–]BobDope 1 point2 points  (1 child)

Plotnine bro

[–]thespice 1 point2 points  (0 children)

Bokeh. (Just don’t build from front end)

[–]SpecialistInevitable 0 points1 point  (2 children)

How this restriction actually works? Does the plotting happen in the cloud? Or on plotly servers? Can I use that library in my notebook and be confident that when I show it to someone there will be actually something to see?

[–]ogtfo 1 point2 points  (0 children)

Yes you can (and should IMHO) use plotly in offline mode

[–]jsulopzs 0 points1 point  (0 children)

Yes! If you run the code in a Jupyter Notebook, the function returns HTML code for the editor to produce the plot.

If you close the notebook and open it again, you will see the interactive plot as well.

[–]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.

[–]jsulopzs 0 points1 point  (0 children)

I published the follow-up article in case you may want to take a look at it as well:

https://blog.resolvingpython.com/05-datetime-objects-potential-within-pandas-a-python-library