BHoM / Python_Toolkit

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Create general plot methods #141

Open Tom-Kingstone opened 1 week ago

Tom-Kingstone commented 1 week ago

Description:

From LadybugTools_Toolkit, move methods for all base plot types (that don't require any more than numpy, matplotlib, pandas and other common libraries) to this toolkit, and in ladybugtools remove the old base plots and instead reference the new ones here.

Plot methods to be moved:

This will also cover moving bhom_analytics to Python_Toolkit instead and calling it from everywhere else.