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
The CHILDCOUNT() and TREEDEPTH() functions work when used a in regular Predicate (e.g. to color nodes, see below), but nót to add an extra data column, e.g. like this:
If a graph's or tree's tuples are accessed they are returned as
TableTuple but should be TablesNodes, so that expressions like
TREEDEPTH() work (cp. #34).
As described here:
https://sourceforge.net/p/prefuse/discussion/343012/thread/11121b8a/
Problem still exists, confirmed today.
The text was updated successfully, but these errors were encountered: