Marc
Marc
Currently we manually update various components post release, such as running new tournaments in the tournament repository. It would be great if we had a script that we could run...
- factor out common code - add colorbar attribute to `TernaryAxesSubplot` for easy access - clean up function args and kwargs See e.g. #101 #111
See #140 for context.
Add contour plots, likely using Affine2D and matplotlib's built-in contour functions.
* Cleanup examples / notebook * Include examples with pandas * Include example with colored points * Add remaining docstrings
Adding more features to python-ternary that are present in other libraries such as ggtern is a long term goal for this library.
Right now the library is best described as a wrapper around matplotlib. It may be better to integrate more deeply with matplotlib using transformations.
setuptools is deprecated and removed in Python 3.12, so we have to either use a third party version or change how we do packaging. Right now `setup.py` fails because `setuptools`...
setuptools is no longer in the standard library
A nice notebook with: - OLS - Ridge - Lasso