Timeline for How do I combine multiple matrices into a single adjacency graph?
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 30, 2020 at 2:07 | comment | added | D'Angelo | Hey I just had a quick additional question. If instead of labeling the vertices as A1, A2, A3, etc, how would the code change if I turned them into A{subscript}1, A{subscript}2, etc. If I subscript all the numbers I don't know how to get the code to run correctly. I think the issue is during the color assignment | |
| Mar 29, 2020 at 18:25 | comment | added | D'Angelo | Okay I was messing around with that before. Thank you | |
| Mar 29, 2020 at 18:24 | comment | added | Szabolcs | @D'Angelo 11.3 doesn't have GraphStyle -> "IndexLabeled". You need to construct it directly with something like VertexSize -> chooseAGoodSize, VertexStyle -> White, VertexLabels -> Placed["Name", Center] | |
| Mar 29, 2020 at 18:19 | comment | added | D'Angelo | Ahh I figured that could have been the issue, I have 11.3 | |
| Mar 29, 2020 at 18:02 | comment | added | Szabolcs | @D'Angelo What version of Mathematica do you have? | |
| Mar 29, 2020 at 17:18 | comment | added | D'Angelo | Hey, quick question, when I tried to run the same code I got the same type of graph, the only difference being my vertex labels are labeled "normally" (i.e. there is a dot representing the vertex and the vertex label is slightly offset the dot). How do I have my vertex labeled like the ones you have shown in your image? | |
| Mar 29, 2020 at 8:32 | history | edited | Szabolcs | CC BY-SA 4.0 | added 88 characters in body |
| Mar 29, 2020 at 8:03 | history | answered | Szabolcs | CC BY-SA 4.0 |