Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 2.19 KB

File metadata and controls

63 lines (34 loc) · 2.19 KB

5. Plotly

  1. Select Plotly in the Visualization category.

  1. Import Package: Install the package you need to run your code (Plotly).
  2. Import Library: Import the libraries needed to run your code.
  3. Preview: You can preview the graph that will be generated.
  4. Code View: You can preview the code that will be generated.
  5. Run: Print and run the code.

Data

Info

Code


Data

  1. Chart Type: Select the type of graph.
  2. Data: Select the data you want to graph. To select a specific column, use the funnel icon. If you want to set X and Y separately, check Set X and Y individually.
  3. Axis Value: Select the data you want to use for each axis.
    1. Values (Pie Chart): Select the data to represent the size of each section.
    2. Names (Pie Chart): Select the data to represent the name of each section.
    3. Parents (Sunburst): Sunburst charts represent hierarchical data in a circle; select the data that represents the parent section to which each segment belongs.
  4. Color: You can check Use Color to enable the use of color and select a color for the graph.
  5. Sort: Specify the order of the categories on the X-axis. Descending order sorts from the column with the most data to the column with the least.
  6. User Option: You can add additional code beyond the functionality provided by Visual Python.

Info

  1. Title: Set a title for the figure.
  2. Label: Set a name for each axis.

Code

  1. You can add additional code beyond what Visual Python provides.