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
Good afternoon. Thx for your work around the library.
Grouping with RandomLayoutAlgorithm as LayoutAlgorithm for AlgorithmGroupParameters works fine for me, but grouping with EfficientSugiyamaLayoutAlgorithm just draws one last group and skips others. I use your standard GroupingLayoutAlgorithm<TVertex, TEdge, TGraph> as ExternalLayoutAlgorithm for core logic. Code with random group layout algorithm works with code from your project ShowcaseApp.Wpf in LayoutGrouped.xaml.cs. Is there any way to bring efficient sugiyama in my groups ?
The text was updated successfully, but these errors were encountered:
Good afternoon. Thx for your work around the library.
Grouping with RandomLayoutAlgorithm as LayoutAlgorithm for AlgorithmGroupParameters works fine for me, but grouping with EfficientSugiyamaLayoutAlgorithm just draws one last group and skips others. I use your standard GroupingLayoutAlgorithm<TVertex, TEdge, TGraph> as ExternalLayoutAlgorithm for core logic. Code with random group layout algorithm works with code from your project ShowcaseApp.Wpf in LayoutGrouped.xaml.cs. Is there any way to bring efficient sugiyama in my groups ?
The text was updated successfully, but these errors were encountered: