3. Matplotlib
Click Matplotlib in the Visualization category.
Import Options: Configure the default settings for the figure. Detailed settings are available under Chart Style in the Visualization category.
Chart Type: Select a graph type.
* Additional Options: The options below are common to all graph styles.
Title: Enter a title for your illustration.
X Label, Y Label: Set the names of the axes.
X Limit, Y Limit: Set the range of values to be displayed on the axis.
Legend Title: Enter a title for the legend.
Legend Labels: Add labels to the legend to explain the meaning of the plotted data.
Legend Position: Choose a position for the legend.
Save Figure: Save the figure. Use the file-shaped icon to set the path.
Line Plot
X Value, Y Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Chart Label: Add a label to describe the meaning of the plotted graph.
Color: Check 'use color' and choose a color for the line.
Marker: Choose a style for your marker.
Line Style: Choose a style for the line.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Bar Plot 1
X Value, Height: Select the data you want to graph. Use the funnel icon to select a specific column.
Chart Label: Add a label to describe the meaning of the output graph.
Color: Check 'use color' and choose a color for the graph.
Line Style: Choose a style for the line.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Bar Plot 2
Y Value, Width: Select the data you want to graph. Use the funnel icon to select a specific column.
Chart Label: Add a label to describe the meaning of the output graph.
Color: Check 'use color' and choose a color for the graph.
Line Style: Choose a style for the line.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Histogram
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Bins: Set the interval (bin size) at which you want to divide your data.
Chart Label: Add a label to describe the meaning of the output graph.
Color: Check 'use color' and choose a color for the graph.
Line Style: Choose a style for the line.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Box Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
User Option: You can add additional code beyond what Visual Python provides.
Stack Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Color: Check 'use color' and choose a color for the graph.
Line Style: Choose a style for the line.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Pie Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Scatter Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Color Map: Choose a color theme for mapping your data.
Marker: Choose a style for your marker.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Hexbin
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Chart Label: Add a label to describe the meaning of the output graph.
Color: Check 'use color' and choose a color for the graph.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Contour Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Color Map: Choose a color theme for mapping your data.
Chart Label: Add a label to describe the meaning of the output graph.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Image Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
Extent: Set the image display area.
Origin: Select the origin location of the image. If set to "lower", it will be at the bottom of the coordinate plane, and if set to "upper", it will be at the top.
Color Map: Choose a color theme for mapping your data.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Error Bar Plot
Value: Select the data you want to graph. Use the funnel icon to select a specific column.
User Option: You can add additional code beyond the functionality provided by Visual Python.
Last updated