Module plots

Module plots 

Source
Expand description

§Plots Module

This module provides all the plot types to be used, and contains the main functionality of this crate.

Check out the documentation for each plot type for examples.

§Plot Types

  • array_plot
  • scatter_plot
  • function_plot
  • line_plot
  • image_plot
  • animation_plot
  • region_plot

Modules§

animation_plot
Animation Plot
array_plot
Array Plot
function_plot
Function Plot
image_plot
Image Plot
line_plot
Line Plot
region_plot
Region Plot
scatter_plot
Scatter Plot