Simple example
Minimalist variant
This setup mostly uses default values. Only the paths to the input (CSV) and output (SVG) files are specified. Additionally, the time and value columns in the input file are selected.
Configuration file
- demo_mini.yaml
outputs: image_file_name: .\demo_mini.svg axes: - series: - input_file: .\demo.csv time_column: time [year] value_column: U238 bent.inner.bound.water c [kg/m3]
Resulting graph
Graph corresponding to the configuration file above
More advanced examples: EBscape example, DiskMod example.
Last modified: