- Colors
- Methods
complementary()
delta()
- Color Maps
custom()
mapstack()
- Color Schemes
colorscheme_one()
- Internal Methods
- Common
method_backend()
method_figure()
method_colorbar()
method_fonts()
method_workspace_style()
method_background_color()
method_subplots_adjust()
method_save()
method_show()
- 3D Methods
method_setup()
method_spines()
method_pane_fill()
method_remove_axes()
method_scale()
method_resize_axes()
method_grid()
method_legend()
method_tick_locs()
method_tick_labels()
method_title()
method_axis_labels()
- 2D Methods
method_setup()
method_spines()
method_resize_axes()
method_grid()
method_legend()
method_tick_locs()
method_tick_labels()
method_title()
method_axis_labels()
- Presets
- Precision
- Preset
preset
two_d
three_d
- Publication
- 3D
- 3D Components
canvas
framing
guides
text
- Placeholders
hill()
- Plotting Methods
plot
line
scatter
surface
- 2D
- Composition:
comparison
comparison()
- 2D Components
canvas
framing
guides
text
- Placeholders
diff_field()
spirograph()
waterdrop()
boltzmann()
- Composition:
panes
panes()
- Plotting Methods
plot
line
scatter
heatmap
contour
quiver
streamline
fill_area
__init__.py
- figure(figsize=(6, 6), backend='Qt5Agg')
Create a Matplotlib figure with a given backend. Importantly, the backend is set BEFORE importing Pyplot.
- Parameters
figsize (tuple) – Matplotlib figure size. Default: (6, 6)
backend (str) – Matplotlib backend to be used. Default: ‘Qt5Agg’
- Returns
Figure object
- get_available_fonts(silent=False)
Print all fonts available to Matplotlib in your system.
- class markers(hollow=False, plotter='plot')
Bases:
object
- caretdown = 7
- caretdown_base = 11
- caretleft = 4
- caretleft_base = 8
- caretright = 5
- caretright_base = 9
- caretup = 6
- caretup_base = 10
- circle = 'o'
- diamond = 'D'
- hexagon1 = 'h'
- hexagon2 = 'H'
- hline = '_'
- incompatible = ['x']
- octagon = '8'
- pentagon = 'p'
- pixel = ','
- plus = '+'
- plus_filled = 'P'
- point = '.'
- square = 's'
- star = '*'
- thin_diamond = 'd'
- tickdown = 3
- tickleft = 0
- tickright = 1
- tickup = 2
- tri_down = '1'
- tri_left = '3'
- tri_right = '4'
- tri_up = '2'
- triangle_down = 'v'
- triangle_left = '<'
- triangle_right = '>'
- triangle_up = '^'
- vline = '|'
- x = 'x'