2. Pandas Plot

  1. In the Visualization category, click Pandas Plot.

  1. DataFrame: Select the dataframe you want to graph. You can select specific columns via the funnel icon.

  2. Code view: Preview the code that will be output.

  3. Run: Print and run the code.

  • The items below are set to default values if not entered:

  1. Chart Type: Select the type of graph you want to output.

  2. Chart Title: Enter a title for the graph you want to output.

  3. Figure Size: Enter the size of the graph to output.

  4. Font Size: Choose a font size for the text in the graph.

  5. Color Map: Choose a color theme for the graph you want to output.

  6. Show Grid: Decide whether the grid is visible or not.

  7. Show Legend: Determine the visibility of the legend.

  8. X Label Rotation: Rotate the axis name if needed, useful if the name is long.

  9. X Label, Y Label: Name the axes.

  10. X Limit, Y Limit: Set the range of values to be displayed on the axis.

  11. X Ticks, Y Ticks: Specify the interval between axis tick marks.

  12. Style: For line graphs, specify the style of the lines.

  13. X Column, Y Column: Select the columns in the dataframe that you want to show in the graph.

  14. Subplots Per Column: Outputs multiple graphs in a single plot.

  15. Subplot Layout: Specify the layout when outputting multiple graphs into a single plot.

  16. Use Index on X Ticks: Select True to use the index of the dataframe as the x-axis.

  17. Stacked: If true, display the values in each column stacked.

Last updated