-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
Hi. Thanks for developing this. This has been a life-saver. I just had a couple of questions that may or may not be related to python-ternary. I am making some scatter plots. I have a table with 3 parameters that add up to 100. I have also a 4th parameter and was planning to color the markers with a color depending on the value.
What I did not manage to see is to get the colorbar displayed (I set the boolean to True).
Also, my 4th parameter cover different orders of magnitude which means I need to log-normalize and set vmin/vmax, do you know how I could do that?