3

In Node's Style view, if I change the color in the label setting, it changes all the color of all nodes. I want to control the color of each individual node. How can I do that? Thanks for help.

maxkfranz
  • 11,896
  • 1
  • 27
  • 36
user697911
  • 10,043
  • 25
  • 95
  • 169

2 Answers2

4

There are two approaches. First, you can create a column that has the color values or categories and use a discrete mapper to map the color. Second, you can select the nodes you want to change the label color of and then click on the third column (Byp.) rather than the first column, and that would change the label color just for those nodes.

-- scooter

Scooter Morris
  • 1,269
  • 1
  • 7
  • 4
  • 2
    So to someone who just started using the library, this doesn't really quite give much direction. Like I have no idea what a discrete mapper is? – Greg Blass Sep 28 '18 at 22:26
2

Select the node or nodes which you want to change color. Go to Node tab and Select>Style>Fill...click on 3rd box (bypass (Byp.)) and change color. Hope this helps.

enter image description here

THess
  • 1,003
  • 1
  • 13
  • 21
abubakar
  • 21
  • 1