Plotly mesh3d multiple objects example.
Temperature data based on real arduino sensors data, placed around a graphics card.
Download repository via
git clone https://github.com/Grizzzley/multiple-mesh3d-example.gitActivate virtual enviorment
python -m venv venv
source venv/Scripts/activateInstall dependencies
pip install -r requirements.txtAnd finally launch an app
python temp_plotting.py