Plotting
When generating plots, you can control them with parameters such as plotx and ploty. These can be sampled in the wizard.
When the types
plot
or dynamic_plot
are used, the following parameters become available:Parameter | Function | Example | Required |
---|---|---|---|
plotx | sets the desired X axis of the plot | plotx=title | yes |
ploty | sets the desired Y axis of the plot | ploty=budget | yes |
graphtype | sets the type of graph (out of scatter , line , and bar | graphtype=bar | no |
Last modified 4mo ago