Description Usage Arguments Value
This function initializes a set of options that are used in generating the graph.
1 2 3 4 5 6 7 8 | init_opts(
default_infile,
default_outfile,
default_x,
default_y,
default_groupby,
default_facetvar
)
|
default_infile |
Default value for the name of the dataset file to load |
default_outfile |
Default value for the name of the output graph to export |
default_x |
Default field to use for the x axis |
default_y |
Default field to use for the y axis |
default_groupby |
Default field to group the data into |
default_facetvar |
Default field to facet the data by |
A list of options available
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.