#10 Interacting with the plot in Python | Matplotlib magic function | Matplotlib tutorial 2021

preview_player
Показать описание

Video Description:
➿ In this video, you will learn how to interact with the plot by using Matplotlib notebook magic function (%matplotlib notebook) supported by Jupyter notebook. You will learn to zoom, step back & forth, pan, save the plot as an Image.

🎦 Current Playlist [Matplotlib in Python] Videos

🎦 aipython's Playlist link

🤝 Connect and follow us @

#aipython
Рекомендации по теме
Комментарии
Автор

I want to read data points (x, y) to Dataframe from plot when I used zoom to rect
How could I achieve this in python

rajeshpuppala
Автор

What does these functions in figure.canvas do? What is figure.canvas?



fig.canvas.draw()



fig.canvas.tostring_rgb()


What is fig.canvas if you could explain in detail. Also what does this code do:


`image =


I tried hard but could not get any documentation related to them. Are they obsolete?


Please help me I’m stuck in this...

samratsinghrathore
Автор

Is that only working in Jupiter? Or also in other python enviroments like Spyder(anaconda)

reisingert