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 revision Previous revision
Next revision Both sides next revision
other:python:jyp_steps [2019/05/22 07:41]
jypeter [Matplotlib] Added the useful reference section
other:python:jyp_steps [2019/05/22 09:18]
jypeter [Useful reference pages] more references
Line 211: Line 211:
     * The ''​plot''​ function will be faster for scatterplots where markers don't vary in size or color     * The ''​plot''​ function will be faster for scatterplots where markers don't vary in size or color
   * [[https://​matplotlib.org/​api/​_as_gen/​matplotlib.lines.Line2D.html|line]] parameters   * [[https://​matplotlib.org/​api/​_as_gen/​matplotlib.lines.Line2D.html|line]] parameters
-  ​* [[https://​matplotlib.org/​api/​markers_api.html|markers]]+    * ''​linestyle'':​ ''​solid'',​ ''​None'',​ [[https://​matplotlib.org/​api/​_as_gen/​matplotlib.lines.Line2D.html#​matplotlib.lines.Line2D.set_linestyle|other]] ([[https://​matplotlib.org/​examples/​lines_bars_and_markers/​line_styles_reference.html|default styles example]], [[https://​matplotlib.org/​examples/​lines_bars_and_markers/​linestyles.html|custom styles example]]) 
 +  ​* [[https://​matplotlib.org/​api/​markers_api.html|marker types]] 
 +    * ''​fillstyle'':​ ''​full'',​ ''​None'',​ [[https://​matplotlib.org/​gallery/​lines_bars_and_markers/​marker_fillstyle_reference.html|other]] 
 +    * Other attributes: ''​markersize'',​ ''​markerfacecolor''​ (and ''​markerfacecoloralt''​ for dual color markers), ''​markeredgecolor'',​ ''​markeredgewidth''​ 
 +  * [[https://​matplotlib.org/​api/​colors_api.html|colors]] 
 +    * [[https://​matplotlib.org/​gallery/​color/​color_demo.html|color demo]] 
 +    * [[https://​matplotlib.org/​examples/​color/​named_colors.html|named colors]]
  
 ==== Misc Matplotlib tricks ==== ==== Misc Matplotlib tricks ====
other/python/jyp_steps.txt · Last modified: 2024/03/07 10:15 by jypeter