Kamil Nešetřil

Environmental data management and analytics

User Tools

Site Tools


EBscape example

↩ Back

This example is included in the ZIP file under the folder Examples\EBscape_ex\.

Input data

In this example, the input data file is taken directly from the EBscape output: Output example.


Configuration file

U238_c_bent.yaml
title: "$^{238}$U – DEMO"
time_label: "Time [100 000 years]"
time_major_step: 1
time_format: 0f

outputs:
  window: yes
  image_file_name: .\images\demo_u238_c.svg

axes:
      
  - values_label: "c [kg/m$^3$]"
    title: Concentration in bentonite
    legend_on: yes
    grid_on: yes
    values_format: 2E

    series:

      - input_file: .\demo.csv
        time_column: time [year]
        time_formula: t / 100000
        value_column: U238 bent.inner.bound.water c [kg/m3]
        legend: inner boundary
        line_width: 2
        color: black
        line_style: "-"

      - input_file: .\demo.csv
        time_column: time [year]
        time_formula: t / 100000
        value_column: U238 bent.1/4.water c [kg/m3]
        legend: 1/4 from inner boundary
        line_width: 2
        color: black
        line_style: "--"

      - input_file: .\demo.csv
        time_column: time [year]
        time_formula: t / 100000
        value_column: U238 bent.1/2.water c [kg/m3]
        legend: middle
        line_width: 2
        color: black
        line_style: ":"

      - input_file: .\demo.csv
        time_column: time [year]
        time_formula: t / 100000
        value_column: U238 bent.3/4.water c [kg/m3]
        legend: 3/4 from inner boundary
        line_width: 1
        color: black
        line_style: "--"

      - input_file: .\demo.csv
        time_column: time [year]
        time_formula: t / 100000
        value_column: U238 bent.outer.bound.water c [kg/m3]
        legend: outer boundary
        line_width: 1
        color: black
        line_style: ":"



Resulting graphs


Interactive window with resulting graph



Final graph in vector SVG format

Last modified: