2. Pandas Plot

  1. Click on Pandas Plot in the Visualization category.

  1. Select the DataFrame to be represented as a plot.

2-1. Specific columns of the DataFrame can be selected using the funnel icon.

*The following items will be set to default values if not entered:

  1. Choose the Chart Type.

  2. Enter the Chart Title.

  3. Input the size of the output plot.

  4. Select the Font Size of the text on the plot.

  5. Select the color theme for the displayed plot.

  6. Decide on the visibility of the Grid.

  7. Decide on the visibility of the Legend.

  8. Rotate on the axis names if needed, especially useful for long names.

  9. Specify the axis names.

  1. Set the range of values to be displayed on the axes.

  2. Specify the interval between axis tick marks.

  3. For line graphs, specify the style of the lines.

  4. Choose the columns from the DataFrame to be represented in the plot.

  5. Simultaneously, create multiple plots within a single figure.

  6. Specify the Layout when creating multiple plots.

  7. Choose True if you want to use the DataFrame's index as the X-axis.

  8. If True, represent data from multiple columns of the DataFrame in a single plot.

Last updated