Skip to content
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

Graphviz files: Default edge color remains unchanged #16

Open
oxy86 opened this issue Jan 23, 2017 · 0 comments
Open

Graphviz files: Default edge color remains unchanged #16

oxy86 opened this issue Jan 23, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@oxy86
Copy link
Member

oxy86 commented Jan 23, 2017

Save this network to some file directed.dot:

graph graphname {
// This attribute applies to the graph itself
size="1,1";
// The label attribute can be used to change the label of a node
a [label="Foo"];
// Here, the node shape is changed.
b [shape=box];
// These edges both have different line properties
a -- b -- c [color=blue];
b -- d [style=dotted];
}

  1. Load directed.dot in SocNetV. All network edges appear blue. The default edgecolor should be changed to blue.

  2. Create a new edge by mouse (middle/double clicking). The new edge takes the previously set initEdgeColor (default: black) rather than the color set by the network file.

@oxy86 oxy86 added the bug label Jan 23, 2017
@oxy86 oxy86 added this to the 2.3 milestone Jan 23, 2017
@oxy86 oxy86 self-assigned this Jan 23, 2017
@oxy86 oxy86 modified the milestones: 2.3, 2.4 Jul 7, 2017
@oxy86 oxy86 modified the milestones: 2.4, 2.5 Mar 8, 2018
@oxy86 oxy86 modified the milestones: v2.5, v2.6 Mar 10, 2019
@oxy86 oxy86 modified the milestones: v2.6, v2.7 Dec 28, 2020
@oxy86 oxy86 modified the milestones: v2.7, v2.9 Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant