You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In v0.10.4, a list of matplotlib.text.Text was included in ax drawn with ig.plot(g, target=ax), but not in v0.10.5 or the latest version.
python-igraph=0.10.4
matplotlib=3.8.3
<Axes.ArtistList of 10 texts>
Unexpected result (v0.10.5)
python-igraph=0.10.5
matplotlib=3.8.3
<Axes.ArtistList of 0 texts>
Version information
python-igraph: 0.10.5 or later
Python 3.11.7
Windows 10
The text was updated successfully, but these errors were encountered:
136s
changed the title
In version 0.10.5 or later, matplotlib.axes._axes.Axes.texts() is empty.
In version 0.10.5 or later, ax.texts() is empty.
Feb 16, 2024
136s
changed the title
In version 0.10.5 or later, ax.texts() is empty.
In version 0.10.5 or later, ax.texts is empty.
Feb 16, 2024
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Describe the bug
In v0.10.4, a list of
matplotlib.text.Text
was included in ax drawn withig.plot(g, target=ax)
, but not in v0.10.5 or the latest version.To reproduce
Expected result (v0.10.4)
Unexpected result (v0.10.5)
Version information
python-igraph: 0.10.5 or later
Python 3.11.7
Windows 10
The text was updated successfully, but these errors were encountered: