lmeyerov
lmeyerov
Some reason a g.plot() of a nx object was not working: ```python gdn = nx.DiGraph() for row in sdf.values: gdn.add_edge(row[0], row[1], item=row[2]) ne = gdn.number_of_edges() nn = gdn.number_of_nodes() print(f’nodes: {nn},...
**Is your feature request related to a problem? Please describe.** We should be able to create Event Graphs for process mining: https://towardsdatascience.com/introduction-to-process-mining-5f4ce985b7e5 The main missing piece seems to be a...
**Is your feature request related to a problem? Please describe.** When in a databricks notebook: * `g.plot()` prints the url vs iframe * `renderHtml(g.plot())` loads but fullscreen **Describe the solution...
**Is your feature request related to a problem? Please describe.** A recent viz had some null titles -- would help to check validate somehow! **Describe the solution you'd like** Ex:...
**Is your feature request related to a problem? Please describe.** When plotting tree data, edges sometimes intersect. Ex: ``` g = (g .get_degrees() .tree_layout( level_sort_values_by='degree', level_sort_values_by_ascending=False, level_align='center', vertical=True, ascending=True) .settings(url_params={'bg':...
**Describe the bug** Amass demo no longer works: - install command changed (`/v3/...`) - `-do` option => `-json` - graphisty viz json name changed - need to cast color cols...
**Is your feature request related to a problem? Please describe.** A demo notebook of the docs feature would help! **Describe the solution you'd like** - Example of using each feature...
**Is your feature request related to a problem? Please describe.** A user reports Sagemaker notebook instances cannot seem to use Graphistry, even when a Graphistry server is in the same...
**Describe the bug** In `hyper(cudf.DataFrame({'x': ['a'], 'y': ['c']}), direct=True)`, nodes have `'EventID': 'NaN'` instead of `0` / `EventID::0` **Additional context** See forge-etl-python::test_edges_to_hypergraph_cudf