PlotExamples
Creates a bar graph 2 or 3 dimensions. Can also use --group or --where conditions.
Creates a line of best fit through the given data
Creates a line plot that can be 2 or 3 dimensions. Can also use --group or --where conditions.
Creates a bubble plot, similar to a scatter plot, except that each point has a size
Creates a box plot to show the distribution of data for 1 or more columns
Plots a histogram using the matplotlib library for the data provided
Creates a pie chart to show either categorical or range distributions / counts
Creates a violin plot. Can also use --group or --where conditions.
Creates a scatter plot that can be 2 or 3 dimensions. Can also use --group or --where conditions.