pypsa-eur/doc/configtables/plotting.csv
Fabian Neumann 2fc1ea0255
some refactoring and code cleaning (#190)
* some refactoring and code cleaning

* execute pre-commit

* pre-commit: limit large files

* add license to .pre-commit

* add pre-commit to env

* solve: tidy memory logger

* travis: add conda list for easier debugging

* undo config test/tutorial without plotting, rm matplotlibrc, .licenses

* remove {networks} wildcard

* unadd pre-commit config

* add release notes

* restore REUSE compliance

* fix docs environment python version

* env: remove gurobi from dependencies

* fix unclean merge block

* fix elif to if

* lighter rtd style

* lighter rtd style II
2020-12-03 19:50:53 +01:00

1.1 KiB

1UnitValuesDescription
2map
3-- figsize--[width, height]; e.g. [7,7]Figure size in inches.
4-- boundaries°[x1,x2,y1,y2]Boundaries of the map plots in degrees latitude (y) and longitude (x)
5-- p_nom
6-- -- bus_size_factor--floatFactor by which values determining bus sizes are scaled to fit well in the plot.
7-- -- linewidth_factor--floatFactor by which values determining bus sizes are scaled to fit well in the plot.
8costs_maxbn EurofloatUpper y-axis limit in cost bar plots.
9costs_thresholdbn EurofloatThreshold below which technologies will not be shown in cost bar plots.
10energy_maxTWhfloatUpper y-axis limit in energy bar plots.
11energy_minTWhfloatLower y-axis limit in energy bar plots.
12energy_thresholdTWhfloatThreshold below which technologies will not be shown in energy bar plots.
13tech_colors--carrier -> HEX colour codeMapping from network ``carrier`` to a colour (`HEX colour code <https://en.wikipedia.org/wiki/Web_colors#Hex_triplet>`_).
14nice_names--str -> strMapping from network ``carrier`` to a more readable name.