On Wednesday, 29 March 2023 at 22:51:15 UTC+2, Greg Ewing wrote:
> On 30/03/23 8:39 am, a a wrote: 
> > How to add clickable url links to the following 3D Matplotlib chart to make 
> > it knowledge representation 3D chart, make of 1,000+ open Tabs in Firefox ?
> It seems that matplotlib can be made to generate SVG images with 
> hyperlinks in them: 
> 
> https://matplotlib.org/stable/gallery/misc/hyperlinks_sgskip.html 
> 
> -- 
> Greg
thank you
but I need mouse hover-on, mouse click events to be handled by a simple 
algorithm to calculate which ball/circle has been selected (in the Matplotlib 
3D animated chart above) to make the selected ball to flash and have label 
opened made of url icon, name of url, followed by url (exactly what Firefox 
makes with Tabs)

For knowledge representation, 1,000+  Tabs open in Firefox,  earthquakes 3D 
live chart by Giuseppe is a nice tool.

One axis can represent time (timeline), two other axis can represent features 
attributed to to opened Tabs, like frequency of visits, ranking.

Ok, balls should overlayed with a respective url icon, as done in Firefox (Tabs 
row) : url icon + label's name abbreviated
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to