Matplotlib (Python Plotting) 2: Figure and Axes

preview_player
Показать описание
On this tutorial, we will cover the basics of Matplotlib's Figure and Axes properties and the use of these properties to build a plotting function.

IPython Notebook:

Author:
Syed (Sadat) Nazrul
Рекомендации по теме
Комментарии
Автор

I don't get it. What exactly are axes?
Why shouldn't I just use plt.subplot(1, 2, 1) and plt.subplot(1, 2, 2)?
Of course, I need to place the modifications (title and so son) directly under the corresponding subplot.

fritzfritz
Автор

how to save plots as png or jpeg extension for other use?

sayanjitb
Автор

How you can plot ax1, ax2 without writing 'fig' at 2:29

adityarajora
Автор

I am getting the error "Figure size 720x432 with 0 Axes".

laxmanbisht
Автор

Poor teaching..the meaning of the parameters passes to add_subplot() method not described at all.

soumyagupta