-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds an option to pass node_labels
to visualize_graph
#8816
Conversation
…ph.py and in explain. These are used only with graphviz backend.
for more information, see https://pre-commit.ci
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #8816 +/- ##
==========================================
- Coverage 89.39% 89.39% -0.01%
==========================================
Files 479 479
Lines 31146 31134 -12
==========================================
- Hits 27844 27831 -13
- Misses 3302 3303 +1 ☔ View full report in Codecov by Sentry. |
…_geometric into explain-viz-node-labels
node_labels
to visualize_graph
Addresses #8770
Note that these are used only with graphviz backend.