Kamil Nešetřil

Geodata, informace, modely, software

Uživatelské nástroje

Nástroje pro tento web


Příklad EBscape

↩ Zpět

Tento příklad je v souboru ZIP ve složce Examples\EBscape_ex\.

Vstupní data

V tomto příkladu je jako vstupní datový soubor využit přímo Příklad výstupu programu EBscape.


Konfigurační soubor

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

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

axes:
      
  - values_label: "c [kg/m$^3$]"
    title: Koncentrace v bentonitu
    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: vnitřní okraj
        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 od vnit. okraje
        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: uprostřed
        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 od vnit. okraje
        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: vnější okraj
        line_width: 1
        color: black
        line_style: ":"



Výsledné grafy


Interaktivní okno s výsledným grafem



Výsledný graf ve vektorovém formátu SVG

Poslední úprava: