Opened 12 years ago
Closed 2 years ago
#9737 closed enhancement (invalid)
Moved interact to view an induced subgraph from wiki to library
Reported by: | punchagan | Owned by: | itolkov, jason |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | interact | Keywords: | |
Cc: | mkoeppe, dimpase, slelievre, tscrim | Merged in: | |
Authors: | Reviewers: | Travis Scrimshaw | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Moved the interact that shows an induced subgraph obtained on deleting a vertex, from the wiki to library.
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | show_subgraph.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 2 years ago by
Cc: | mkoeppe dimpase added |
---|---|
Milestone: | → sage-duplicate/invalid/wontfix |
Status: | new → needs_review |
obsolete ?
comment:4 Changed 2 years ago by
Authors: | Puneeth Chaganti |
---|---|
Reviewers: | → Travis Scrimshaw |
Status: | needs_review → positive_review |
I think so.
comment:5 Changed 2 years ago by
Resolution: | → invalid |
---|---|
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
I really have to say: is this example worth it?
IMHO, the graph editor now shipped with Sage makes this example out of order. Use graph_editor on the chosen graph, and double click on a vertex to delete it, and you're showing the same idea, with a more strightforward interface.
There are loads of awesome things to do with graphs in Sage. With the new patch #8631, we can do much better than this.