5. Plotly
Select Plotly in the Visualization category.
Import Package: Install the package you need to run your code (Plotly).
Import Library: Import the libraries needed to run your code.
Preview: You can preview the graph that will be generated.
Code View: You can preview the code that will be generated.
Run: Print and run the code.
Data
Chart Type: Select the type of graph.
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.
Axis Value: Select the data you want to use for each axis.
Values (Pie Chart): Select the data to represent the size of each section.
Names (Pie Chart): Select the data to represent the name of each section.
Parents (Sunburst): Sunburst charts represent hierarchical data in a circle; select the data that represents the parent section to which each segment belongs.
Color: You can check Use Color to enable the use of color and select a color for the graph.
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.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Info
Title: Set a title for the figure.
Label: Set a name for each axis.
Code
You can add additional code beyond what Visual Python provides.
Last updated