2. Pandas Plot
In the Visualization category, click Pandas Plot.
DataFrame: Select the dataframe you want to graph. You can select specific columns via the funnel icon.
Code view: Preview the code that will be output.
Run: Print and run the code.
The items below are set to default values if not entered:
Chart Type: Select the type of graph you want to output.
Chart Title: Enter a title for the graph you want to output.
Figure Size: Enter the size of the graph to output.
Font Size: Choose a font size for the text in the graph.
Color Map: Choose a color theme for the graph you want to output.
Show Grid: Decide whether the grid is visible or not.
Show Legend: Determine the visibility of the legend.
X Label Rotation: Rotate the axis name if needed, useful if the name is long.
X Label, Y Label: Name the axes.
X Limit, Y Limit: Set the range of values to be displayed on the axis.
X Ticks, Y Ticks: Specify the interval between axis tick marks.
Style: For line graphs, specify the style of the lines.
X Column, Y Column: Select the columns in the dataframe that you want to show in the graph.
Subplots Per Column: Outputs multiple graphs in a single plot.
Subplot Layout: Specify the layout when outputting multiple graphs into a single plot.
Use Index on X Ticks: Select True to use the index of the dataframe as the x-axis.
Stacked: If true, display the values in each column stacked.
Last updated