

ladybug-display
A library that assigns basic display attributes to ladybug-geometry objects
(color, line weight, line type, etc). It also extends several core Ladybug objects
with methods to translate them to a VisualzationSet (Sunpath, WindRose, etc.).
Installation
To install the library use:
pip install ladybug-display
QuickStart
import ladybug_display
Local Development
git clone git@github.com:ladybug-tools/ladybug-display
# or
git clone https://github.com/ladybug-tools/ladybug-display
cd ladybug-display
pip install -r dev-requirements.txt
pip install -r requirements.txt
python -m pytest tests/
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_display
sphinx-build -b html ./docs ./docs/_build/docs