Plotting Methods

class plot

Bases: canvas, guides, framing, text

init()
run()
main()
finish()
class line(x=None, y=None, line_width=2, line_style=None, line_dashes=None, color='darkred', cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class scatter(x=None, y=None, scatter_size=5, scatter_marker='o', scatter_facecolors=None, color='C0', cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class heatmap(x=None, y=None, z=None, heatmap_normvariant='SymLog', color=None, cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class contour(x=None, y=None, z=None, contour_levels=20, contour_filled=True, contour_colors=None, contour_clabels=None, contour_clabels_fontsize=None, contour_clabels_colors=None, contour_clabels_inline=True, contour_clabels_inline_spacing=5, contour_clabels_fmt=None, contour_clabels_use_clabeltext=False, contour_clabels_zorder=2, color=None, cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class quiver(x=None, y=None, u=None, v=None, quiver_rule=None, quiver_custom_rule=None, quiver_vector_width=0.01, quiver_vector_min_shaft=2, quiver_vector_length_threshold=0.1, color=None, cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
method_rule()
class streamline(x=None, y=None, u=None, v=None, streamline_line_width=1, streamline_line_density=2, streamline_broken_streamlines=True, color=None, cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
method_rule()
class fill_area(x=None, y=None, z=None, fill_area_between=False, fill_area_below=False, fill_area_above=False, color=None, cmap='RdBu_r', alpha=None, color_rule=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=None, shape_and_position=111, resize_axes=True, scale=None, aspect=1, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, spine_color=None, spines_removed=(0, 0, 1, 1), bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bounds_x=None, bounds_y=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_size=17, title_pad=20, title_weight=None, title_font='Latin Modern Roman', title_color=None, label_x=None, label_size_x=12, label_pad_x=10, label_rotation_x=None, label_weight_x=None, label_y=None, label_size_y=12, label_pad_y=10, label_rotation_y=None, label_weight_y=None, tick_number_x=5, tick_number_y=5, label_coords_x=None, label_coords_y=None, tick_color=None, tick_label_pad=5, ticks_where=(1, 1, 0, 0), tick_label_size=10, tick_label_size_x=None, tick_label_size_y=None, tick_bounds_fit=True, tick_locations_x=None, tick_bounds_x=None, tick_locations_y=None, tick_bounds_y=None, tick_labels_x=None, tick_labels_y=None, tick_labels_dates_x=False, date_format='%Y-%m-%d', tick_label_decimals=1, tick_label_decimals_x=None, tick_label_decimals_y=None, tick_rotation_x=None, tick_rotation_y=None, tick_labels_where=(1, 1, 0, 0), colorbar=False, cb_mappable=None, cb_norm=None, cb_orientation='vertical', cb_shrink=1.0, cb_floating=False, cb_floating_coords=[0.905, 0.165], cb_floating_dimensions=[0.01, 0.8], cb_anchored_pad=0.2, cb_tick_locs=None, cb_tick_number=5, cb_vmin=None, cb_vmax=None, cb_title=None, cb_title_size=10, cb_title_rotation=0, cb_title_font=None, cb_title_style='normal', cb_title_weight='normal', cb_title_top_loc=None, cb_title_top_pad=None, cb_title_floating=False, cb_title_floating_coords=[0.0, 1.0], cb_title_floating_transform='transAxes', cb_title_anchored_side=False, cb_title_anchored_pad=0.2, cb_tick_label_decimals=1, cb_tick_label_size=10, cb_tick_label_pad=5, cb_hard_bounds=False, cb_extend='neither', cb_outline_width=None, cb_outline_color=None, plot_label=None, legend=False, legend_loc='upper right', legend_bbox_to_anchor=None, legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_ncol=1, show=False, zorder=None, top=0.93, bottom=0.105, left=0.165, right=0.87, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()

Fill the region below the intersection of S and Z

i_below()
i_above()
intersection()
mock()