assuming that you want to assign shapes analogous to colors in a table
mapping (categorical) attribute value to shape, that's not possible in
the current version.
We might implement that in a future version, but then again, for colors
there is kind of an "obvious" choice, so either a mapping of value
range to color range, or just mapping individual values to different
colors (which is basically solved by mapping those values to a color
wheel, i.e.\ the "hue" in HSV).
For shapes, this is a bit more delicate. First of all, there is a
certain limit on the number of shapes to be used in encoding (even with
a key, 32 different node shapes are not helpful at all, and btw. the
same goes for colors encoding categorical attributes).
In short, the best way to go for something like this is to use the
"selection"-tab for the (categorial) attribute you want to map to node
shape:
use it to select all nodes with a certain attribute value and then use
either "node"->"properties" or the context menu of the node and
"properties" there to set all node shapes at once.
You would have to repeat this for every occuring attribute value, but
here, the argument on the number of encodeable categories applies.
anyway, we'll take this into consideration for future releases (a table
mapping wouldn't really hurt), so thanks for the question and I hope
this answer helps for now
Uwe
--
You received this message because you are subscribed to the Google Groups "visone-users" group.
To post to this group, send email to visone...@googlegroups.com.
To unsubscribe from this group, send email to visone-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/visone-users?hl=en.