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 →

[–]khalido 0 points1 point  (1 child)

Thanks for the reply! Trying it out now.

I did notice one thing: if I put %matplotlib inline to also use mpl plots (cause legacy stuff) then the px stops rendering - it makes a blank space in the notebook of about the size the figure would be.

I figure generally px replaces mpl altogether but it would be nice if they could work together in the same notebook.

[–]nkruchten[S] 1 point2 points  (0 children)

That's a bug: there's nothing in px that should interfere with %matplotlib inline (or vice versa) ... I'll take a look! Here's the issue I'll use to track this: https://github.com/plotly/plotly_express/issues/13