79114792

Date: 2024-10-22 15:26:43
Score: 2
Natty:
Report link

The solution of @jylls will work but not with svg. The right way to do it if you want to save as svg is this :

fig = plt.figure()
s = plt.scatter([1, 2, 3], [4, 5, 6])
s.set_urls(['https://www.bbc.com/news', 'https://www.google.com/', None])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @jylls
  • Low reputation (1):
Posted by: user27933724