other:python:matplotlib_by_jyp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:python:matplotlib_by_jyp [2023/09/27 14:11] – [Working with matplotlib (JYP version)] Simplified pdf cheatsheets link jypeter | other:python:matplotlib_by_jyp [2023/10/25 15:52] – [Starting (and more) with matplotlib] Slight update of the Axes documentation jypeter | ||
---|---|---|---|
Line 34: | Line 34: | ||
* if you need several display windows at the same time, create several figures!\\ < | * if you need several display windows at the same time, create several figures!\\ < | ||
win_2 = plt.figure()</ | win_2 = plt.figure()</ | ||
- | * the [[http:// | + | * the [[https:// |
* You don't really specify the **page orientation** (// | * You don't really specify the **page orientation** (// | ||
* If you do have an idea of the layout of what you want to plot, it may be easier to explicitly specify the figure size/ratio at creation time, and then try to //fill// the normalized coordinates space of the figure | * If you do have an idea of the layout of what you want to plot, it may be easier to explicitly specify the figure size/ratio at creation time, and then try to //fill// the normalized coordinates space of the figure | ||
Line 41: | Line 41: | ||
* The specified '' | * The specified '' | ||
* '' | * '' | ||
- | * a Matplotlib **//Axis//** is a **plot** inside a Figure... [[http:// | + | * a Matplotlib **//Axes//** (not to be confused with an // |
* reserve space for **one plot** that will use most of the available area of the figure/ | * reserve space for **one plot** that will use most of the available area of the figure/ | ||
* '' | * '' |
other/python/matplotlib_by_jyp.txt · Last modified: 2023/10/26 10:39 by jypeter