Plotting Methods

class plot

Bases: canvas, guides, framing, text

init()
run()
main()
finish()
class line(x=None, y=None, z=None, line_width=5, line_alpha=1, color='darkred', cmap='RdBu_r', scale_x=None, scale_y=None, scale_z=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=(5, 4), shape_and_position=111, azim=-138, elev=19, remove_axis=None, prune=None, resize_axes=True, aspect_equal=False, box_to_plot_pad=10, spines_juggled=(1, 0, 2), spine_color=None, blend_edges=False, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, pane_fill=None, bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bound_upper_z=None, bound_lower_z=None, bounds_x=None, bounds_y=None, bounds_z=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, pad_upper_z=0, pad_lower_z=0, show_axes=True, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_weight='normal', title_size=12, title_y=1.025, title_color=None, title_font='Latin Modern Roman', label_x='x', label_weight_x='normal', label_size_x=12, label_pad_x=7, label_rotation_x=None, label_y='y', label_weight_y='normal', label_size_y=12, label_pad_y=7, label_rotation_y=None, label_z='z', label_weight_z='normal', label_size_z=12, label_pad_z=7, label_rotation_z=None, tick_color=None, tick_number_x=5, tick_labels_x=None, tick_bounds_x=None, tick_rotation_x=None, tick_number_y=5, tick_labels_y=None, tick_bounds_y=None, tick_rotation_y=None, tick_number_z=5, tick_labels_z=None, tick_bounds_z=None, tick_rotation_z=None, tick_label_size=10, tick_label_decimals=1, tick_label_pad_x=4, tick_label_decimals_x=None, tick_label_size_x=None, tick_label_pad_y=4, tick_label_decimals_y=None, tick_label_size_y=None, tick_label_pad_z=4, tick_label_decimals_z=None, tick_label_size_z=None, plot_label=None, legend=False, legend_loc='upper right', legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_columns=1, show=False, top=0.975, bottom=0.085, left=0.14, right=0.945, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class scatter(x=None, y=None, z=None, scatter_size=30, scatter_marker='o', scatter_facecolors=None, color_rule=None, scatter_alpha=1, color='darkred', cmap='RdBu_r', 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, scale_x=None, scale_y=None, scale_z=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=(5, 4), shape_and_position=111, azim=-138, elev=19, remove_axis=None, prune=None, resize_axes=True, aspect_equal=False, box_to_plot_pad=10, spines_juggled=(1, 0, 2), spine_color=None, blend_edges=False, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, pane_fill=None, bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bound_upper_z=None, bound_lower_z=None, bounds_x=None, bounds_y=None, bounds_z=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, pad_upper_z=0, pad_lower_z=0, show_axes=True, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_weight='normal', title_size=12, title_y=1.025, title_color=None, title_font='Latin Modern Roman', label_x='x', label_weight_x='normal', label_size_x=12, label_pad_x=7, label_rotation_x=None, label_y='y', label_weight_y='normal', label_size_y=12, label_pad_y=7, label_rotation_y=None, label_z='z', label_weight_z='normal', label_size_z=12, label_pad_z=7, label_rotation_z=None, tick_color=None, tick_number_x=5, tick_labels_x=None, tick_bounds_x=None, tick_rotation_x=None, tick_number_y=5, tick_labels_y=None, tick_bounds_y=None, tick_rotation_y=None, tick_number_z=5, tick_labels_z=None, tick_bounds_z=None, tick_rotation_z=None, tick_label_size=10, tick_label_decimals=1, tick_label_pad_x=4, tick_label_decimals_x=None, tick_label_size_x=None, tick_label_pad_y=4, tick_label_decimals_y=None, tick_label_size_y=None, tick_label_pad_z=4, tick_label_decimals_z=None, tick_label_size_z=None, plot_label=None, legend=False, legend_loc='upper right', legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_columns=1, show=False, top=0.975, bottom=0.085, left=0.14, right=0.945, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
class surface(x=None, y=None, z=None, surface_rstride=1, surface_cstride=1, surface_wire_width=0.1, surface_lighting=False, surface_antialiased=False, surface_shade=False, surface_alpha=1, surface_cmap_lighting=None, surface_edge_color='black', surface_edges_to_rgba=False, cmap='RdBu_r', color=None, color_rule=None, 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, scale_x=None, scale_y=None, scale_z=None, backend='Qt5Agg', font_typeface=None, font_family='serif', font_math='dejavuserif', font_color='black', font_size_increase=0, fig=None, ax=None, figsize=(5, 4), shape_and_position=111, azim=-138, elev=19, remove_axis=None, prune=None, resize_axes=True, aspect_equal=False, box_to_plot_pad=10, spines_juggled=(1, 0, 2), spine_color=None, blend_edges=False, workspace_color=None, workspace_color2=None, background_color_figure='white', background_color_plot='white', background_alpha=1, style=None, light=None, dark=None, pane_fill=None, bound_upper_x=None, bound_lower_x=None, bound_upper_y=None, bound_lower_y=None, bound_upper_z=None, bound_lower_z=None, bounds_x=None, bounds_y=None, bounds_z=None, pad_demo=False, pad_upper_x=0, pad_lower_x=0, pad_upper_y=0, pad_lower_y=0, pad_upper_z=0, pad_lower_z=0, show_axes=True, grid=True, grid_color='lightgrey', grid_lines='-.', title=None, title_weight='normal', title_size=12, title_y=1.025, title_color=None, title_font='Latin Modern Roman', label_x='x', label_weight_x='normal', label_size_x=12, label_pad_x=7, label_rotation_x=None, label_y='y', label_weight_y='normal', label_size_y=12, label_pad_y=7, label_rotation_y=None, label_z='z', label_weight_z='normal', label_size_z=12, label_pad_z=7, label_rotation_z=None, tick_color=None, tick_number_x=5, tick_labels_x=None, tick_bounds_x=None, tick_rotation_x=None, tick_number_y=5, tick_labels_y=None, tick_bounds_y=None, tick_rotation_y=None, tick_number_z=5, tick_labels_z=None, tick_bounds_z=None, tick_rotation_z=None, tick_label_size=10, tick_label_decimals=1, tick_label_pad_x=4, tick_label_decimals_x=None, tick_label_size_x=None, tick_label_pad_y=4, tick_label_decimals_y=None, tick_label_size_y=None, tick_label_pad_z=4, tick_label_decimals_z=None, tick_label_size_z=None, plot_label=None, legend=False, legend_loc='upper right', legend_size=13, legend_weight='normal', legend_style='normal', legend_handleheight=None, legend_columns=1, show=False, top=0.975, bottom=0.085, left=0.14, right=0.945, hspace=0.2, wspace=0.2, filename=None, dpi=None, suppress=True)

Bases: plot

plot()
mock()
method_lighting()
method_edges_to_rgba()