pypsa-eur/doc/plotting.rst
2023-03-06 17:41:09 +01:00

1.8 KiB

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Plotting and Summary

Warning

The corresponding code is currently under revision and has only minimal documentation.

Rule make_summary

System Message: ERROR/3 (<stdin>, line 16)

Unknown directive type "graphviz".

.. 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;
    }


System Message: ERROR/3 (<stdin>, line 44)

Unknown directive type "automodule".

.. automodule:: make_summary

Rule plot_summary


System Message: ERROR/3 (<stdin>, line 58)

Unknown directive type "automodule".

.. automodule:: plot_summary

Rule plot_network

System Message: ERROR/3 (<stdin>, line 65)

Unknown directive type "graphviz".

.. 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;
    }


System Message: ERROR/3 (<stdin>, line 93)

Unknown directive type "automodule".

.. automodule:: plot_network

img/tech-colors.png
</html>