pypsa-eur/doc/plotting.rst

171 lines
3.2 KiB
ReStructuredText
Raw Normal View History

2019-06-19 11:12:02 +00:00
##########################################
Plotting and Summary
##########################################
.. warning:: The corresponding code is currently under revision and has only minimal documentation.
2019-06-19 11:12:02 +00:00
2019-08-14 15:15:07 +00:00
.. _flh:
Rule :mod:`build_country_flh`
=============================
.. graphviz::
:align: center
digraph snakemake_dag {
graph [bgcolor=white,
margin=0,
size="8,5"
];
node [fontname=sans,
fontsize=10,
penwidth=2,
shape=box,
style=rounded
];
edge [color=grey,
penwidth=2
];
0 [color="0.31 0.6 0.85",
fillcolor=gray,
label=build_country_flh,
style=filled];
1 [color="0.06 0.6 0.85",
label=base_network];
1 -> 0;
2 [color="0.42 0.6 0.85",
label=build_natura_raster];
2 -> 0;
3 [color="0.58 0.6 0.85",
label=build_shapes];
3 -> 0;
4 [color="0.14 0.6 0.85",
label=build_cutout];
4 -> 0;
}
|
.. automodule:: build_country_flh
.. _plot_potentials:
2019-08-14 15:15:07 +00:00
Rule :mod:`plot_p_nom_max`
==========================
.. graphviz::
:align: center
digraph snakemake_dag {
graph [bgcolor=white,
margin=0,
size="8,5"
];
node [fontname=sans,
fontsize=10,
penwidth=2,
shape=box,
style=rounded
];
edge [color=grey,
penwidth=2
];
0 [color="0.42 0.6 0.85",
fillcolor=gray,
label=plot_p_nom_max,
style=filled];
1 [color="0.58 0.6 0.85",
label=cluster_network];
1 -> 0;
}
|
.. automodule:: plot_p_nom_max
.. _summary:
2019-08-14 15:15:07 +00:00
Rule :mod:`make_summary`
========================
.. graphviz::
:align: center
digraph snakemake_dag {
graph [bgcolor=white,
margin=0,
size="8,5"
];
node [fontname=sans,
fontsize=10,
penwidth=2,
shape=box,
style=rounded
];
edge [color=grey,
penwidth=2
];
0 [color="0.47 0.6 0.85",
fillcolor=gray,
label=make_summary,
style=filled];
1 [color="0.11 0.6 0.85",
label=solve_network];
1 -> 0;
}
|
2019-08-07 08:56:23 +00:00
.. automodule:: make_summary
2019-08-11 20:34:18 +00:00
.. _summary_plot:
2019-08-14 15:15:07 +00:00
Rule :mod:`plot_summary`
========================
.. graphviz::
:align: center
|
2019-06-19 11:12:02 +00:00
.. automodule:: plot_summary
2019-08-11 20:34:18 +00:00
.. _map_plot:
2019-08-14 15:15:07 +00:00
Rule :mod:`plot_network`
========================
.. graphviz::
:align: center
digraph snakemake_dag {
graph [bgcolor=white,
margin=0,
size="8,5"
];
node [fontname=sans,
fontsize=10,
penwidth=2,
shape=box,
style=rounded
];
edge [color=grey,
penwidth=2
];
0 [color="0.00 0.6 0.85",
fillcolor=gray,
label=plot_network,
style=filled];
1 [color="0.50 0.6 0.85",
label=solve_network];
1 -> 0;
}
|
2019-08-06 14:53:32 +00:00
.. automodule:: plot_network
2019-08-06 14:53:32 +00:00
.. image:: img/tech-colors.png
:align: center