Create Plot
Generates a scatter, line, or box plot.
Overview
This procedure can create scatter, line, or box plots. The plot type is determined by the adjective used ("scatter", "line", or "box"). Scatter and line plots require both x and y values, while box plots need only a single list of values.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
the x values are x-values
What does it do?
Provides x-axis data points.
Where does it go?
Indented under create a {scatter|line} plot where.
Is it required?
❌ No — This phrase is optional.
Does it require data?
✅ Yes — Replace x-values with a list of numbers or reference to table data. This is required when creating scatter or line plots.
Example
the x values are [1, 2, 3, 4, 5]the y values are y-values
What does it do?
Provides y-axis data points.
Where does it go?
Indented under create a {scatter|line} plot where.
Is it required?
❌ No — This phrase is optional.
Does it require data?
✅ Yes — Replace y-values with a list of numbers or reference to table data. This is required when creating scatter or line plots.
Example
the y values are [1, 2, 3, 4, 5]the values are plot-values
What does it do?
Provides data for box plot distribution analysis.
Where does it go?
Indented under create a box plot where.
Is it required?
❌ No — This phrase is optional.
Does it require data?
✅ Yes — Replace plot-values with a list of numbers or reference to table data. This is required when creating box plots.
Example
the values are [75, 82, 88, 91, 85, 79, 93, 87, 90, 84]the color palette is "color-palette"
What does it do?
Sets the color scheme for the plot.
Where does it go?
Indented under create a {scatter|line|box} plot where.
Is it required?
❌ No — This phrase is optional.
Does it require data?
✅ Yes — Replace color-palette with one of kognitos,lavender,rocket, or any HTML named color (e.g., red, blue, green, purple, orange, etc.). The default is kognitos.
Example
Examples
1. Scatter Plot with Direct Values
2. Line Plot with Table Data
3. Box Plot with Direct Values
Last updated
Was this helpful?
