pypsa-eur/doc/configtables/plotting.csv

1.1 KiB

1UnitValuesDescription
2map
3-- boundaries°[x1,x2,y1,y2]Boundaries of the map plots in degrees latitude (y) and longitude (x)
4-- name--Valid Cartopy projection nameSee https://scitools.org.uk/cartopy/docs/latest/reference/projections.html for list of available projections.
5-- args----Other entries under 'projection' are passed as keyword arguments to the projection constructor, e.g. ``central_longitude: 10.``.
6costs_maxbn EurofloatUpper y-axis limit in cost bar plots.
7costs_thresholdbn EurofloatThreshold below which technologies will not be shown in cost bar plots.
8energy_maxTWhfloatUpper y-axis limit in energy bar plots.
9energy_minTWhfloatLower y-axis limit in energy bar plots.
10energy_thresholdTWhfloatThreshold below which technologies will not be shown in energy bar plots.
11tech_colors--carrier -> HEX colour codeMapping from network ``carrier`` to a colour (`HEX colour code <https://en.wikipedia.org/wiki/Web_colors#Hex_triplet>`_).
12nice_names--str -> strMapping from network ``carrier`` to a more readable name.