How to add clickable url links to 3D Matplotlib chart ?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Mar 29 16:50:51 EDT 2023
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
More information about the Python-list
mailing list