Timeline for Displaying two items in a graph's edge labels
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 21, 2020 at 21:14 | history | edited | kglr | edited tags | |
| Feb 22, 2019 at 10:37 | answer | added | kglr | timeline score: 10 | |
| Feb 21, 2019 at 15:00 | history | tweeted | twitter.com/StackMma/status/1098598345717755906 | ||
| Feb 20, 2019 at 9:33 | answer | added | Szabolcs | timeline score: 6 | |
| Feb 20, 2019 at 8:52 | comment | added | Szabolcs | @m_goldberg Yes, that's what I said. Edge labels need a different (nonstandard) syntax for Placed, and it does not seem to work with multiple labels. | |
| Feb 20, 2019 at 4:59 | answer | added | m_goldberg | timeline score: 5 | |
| Feb 20, 2019 at 4:21 | comment | added | m_goldberg | @Szabolcs. Your code works fine for vertex labeling, but not for edge labeling. | |
| Feb 19, 2019 at 23:44 | history | edited | m_goldberg | CC BY-SA 4.0 | improved wording |
| Feb 19, 2019 at 16:15 | comment | added | Szabolcs | This is how it would work in general, and this is how it works for vertices: Graph[{Labeled[1, Placed[{"foo", "bar"}, {Below, Above}]], 2}, {1 <-> 2}] or Graph[{"a", "b"}, {"a" <-> "b"}, VertexLabels -> Placed[{"Name", "Index"}, {Above, Below}]]. I can't get this to work for edges though. Placed is not accepted. | |
| Feb 19, 2019 at 15:38 | history | asked | Gae P | CC BY-SA 4.0 |