Re: [graph-tool] graph_tool.draw.interactive_window

2020-05-13 Thread Rolf Sander
Hello Tiago, > you cannot replace the underlying graph from under the hood like this. > What you can do, however, is to work with the same filtered graph the > whole time, and then change the values of the filter property map > dynamically. Thanks for the hint, this is exactly what I need! In

[graph-tool] collection module not accessible from the top module

2020-05-13 Thread stalaga
Hi, I am not quite sure if it is a bug or a design decision (although it seems quite inconvenient, so I guess it may be a bug), but `collection` module is not accessible from the top module object. More specifically, this code does not run: import graph_tool as gt gt.collection.data['karate']

Re: [graph-tool] collection module not accessible from the top module

2020-05-13 Thread Tiago de Paula Peixoto
Am 12.05.20 um 22:52 schrieb stalaga: > I am not quite sure if it is a bug or a design decision (although it seems > quite inconvenient, so I guess it may be a bug), but `collection` module is > not accessible from the top module object. > > More specifically, this code does not run: > > import

Re: [graph-tool] Block number limits in community detection with metadata

2020-05-13 Thread Tiago de Paula Peixoto
Am 30.04.20 um 17:47 schrieb Yan Xia: > Hi, > > I am using the minimize_blockmodel_dl() function and the LayeredBlockState > class to conduct community detection with metadata. I would like to know if > it is possible to specify the block number limits separately for the user > clusters and the