Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions galleries/examples/misc/hyperlinks_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
import matplotlib.pyplot as plt
import numpy as np

# NOTE:
# Hyperlinks in SVG output may not appear interactive in the documentation
# because Sphinx renders SVGs as static images (<img> tags),
# so hyperlinks are not clickable
# To see working hyperlinks, open the generated SVG file directly in a browser.

# %%

fig = plt.figure()
Expand Down
Loading