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
digraph G {
User -> MySection_1 [label="renamed from My Cars to My Favourite Cars"]
User -> MySection_0 [label="Removed"]
User -> MySection_3 [label="Added"]
}
what is the overall purpose of this DOT graph:
digraph G {
User -> MySection_1 [label="renamed from My Cars to My Favourite Cars"]
User -> MySection_0 [label="Removed"]
User -> MySection_3 [label="Added"]
}