I have been trying to create some graph visualizations using Ontotext GraphDB. I would like the colors to be consistent between various visualizations that I make of the same data. I understand that the coloring is based on the type, but it does not seem to be consistent. For example, if I create a visual graph with only nodes of type A
, the color assigned to the nodes may be red, but if I create a visual graph with nodes of type A
and type B
, then it does not appear that the color of nodes of type A
are guaranteed to still be red.
I would like to understand the mechanism by which the visualization system assigns colors based on types.
As a side note, I am also having an issue with larger networks where the nodes of the graph become larger than the size of the window, so that I cannot view all of the nodes at once, even if I zoom out all the way.