ipyvolume
ipyvolume copied to clipboard
Questions: legend, annotations, ticks.
Hello!
Amazing library. Coming from Matplotlib there are some things that I've missed in ipyvolume. Maybe I couldn't find them but I've tried to google them, checked in the documentation and also in github.
- How to get a legend?
- How to modify the ticks of the axes?
- How to add text/annotations?
- How to access to the very "low" properties of everything (coordinates, font, color, ...)? For example, in matplotlib you can select exactly where you want the legend, the space between the elements within the legend, even using custom colors
Thanks!
Hi,
legend are now included by default (since 0.6.0a9), see e.g.: https://ipyvolume.readthedocs.io/en/latest/examples/popup.html That can show interactive annotations (not persistent, but a popup). There is not really low level access for fonts, coordinates etc since everything needs to cross the Python-javascript world, supporting all that is a lot of work.
Hope I've partially answered your questions.
cheers,
Maarten