User Tools

Site Tools


other:python:jyp_steps

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
other:python:jyp_steps [2019/06/18 17:53] – [Useful matplotlib reference pages] Added contourf + demo jypeterother:python:jyp_steps [2019/06/21 17:23] – [Matplotlib] Added add_axes jypeter
Line 211: Line 211:
 bottom_plot = plot_array[2]</code> bottom_plot = plot_array[2]</code>
           * creating a figure and axes with a single line: ''my_page, plot_array = **plt**.subplots(3, 1)''           * creating a figure and axes with a single line: ''my_page, plot_array = **plt**.subplots(3, 1)''
 +        * use [[https://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure.add_axes|my_page.add_axes(...)]] to add an axis in an arbirary location of the page\\ ''my_page.add_axes([left, bottom, width, height])''
       * a Matplotlib **//Artist//** or //Patch// is //something// (e.g a line, a group of markers, text, the legend...) plotted  on the Figure/Axis       * a Matplotlib **//Artist//** or //Patch// is //something// (e.g a line, a group of markers, text, the legend...) plotted  on the Figure/Axis
       * **clearing** the //page// (or part of it): you probably won't need that...       * **clearing** the //page// (or part of it): you probably won't need that...
Line 287: Line 288:
   * The [[https://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html|figure(...)]] and the associated methods   * The [[https://matplotlib.org/api/_as_gen/matplotlib.figure.Figure.html|figure(...)]] and the associated methods
   * The [[https://matplotlib.org/api/axes_api.html|axes]] and the associated methods   * The [[https://matplotlib.org/api/axes_api.html|axes]] and the associated methods
-  * [[https://matplotlib.org/tutorials/introductory/customizing.html#matplotlib-rcparams|matplotlib default settings]] can be queried and updated+  * [[https://matplotlib.org/tutorials/introductory/customizing.html#matplotlib-rcparams|matplotlib default config/settings]] can be queried and updated
     * example: the default figure size (inches) is ''mpl.rcParams['figure.figsize']'' (''[6.4, 4.8]'')     * example: the default figure size (inches) is ''mpl.rcParams['figure.figsize']'' (''[6.4, 4.8]'')
     * current settings' file:  ''mpl.matplotlib_fname()''     * current settings' file:  ''mpl.matplotlib_fname()''
other/python/jyp_steps.txt · Last modified: 2025/02/26 11:40 by jypeter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki