eosfor
eosfor
Ok, what i managed to do so far is the following. 1. declared a comm. module by describing in TSL + protocol definitions ``` module SimpleServerCommunicationModule { protocol AddSimpleNodeProtocol; protocol...
Thanks @yatli, maybe i misunderstood something in your answer. Let me clarify the ask. Actually i was talking about a way of representing [Depth-first search(DFS)](https://en.wikipedia.org/wiki/Depth-first_search) algorithm trough LIKQ query, so...
Hello colleagues. Any updates on this. I did not find any references to this on a main page. Maybe i overlooked something?
Hello colleagues, i've updated some parts of the wiki here, https://github.com/eosfor/Quickgraph.Wiki. Just did some cleanup, fixed markup and pics.
having the same issue
Dear @jonsequitur Any good news on this? I'm having a similar issue with a different notebook now.
Looks like it is an issue with the latest version of the extension. I switched back to the previous version and it works
is there a quick workaround? that's annoying :D
Hello @KeRNeLith, For simplicity and, kind of, being cross-platform I'd perhaps think of using some wrapper around things like vis.js or d3. Throughout the years I haven't seen any .NET-based...
Hello @KeRNeLith , here is the example in [MSAGL repo](https://github.com/microsoft/automatic-graph-layout/blob/master/GraphLayout/WriteToSvgSample/Program.cs). I tried it [here](https://github.com/eosfor/PSGraph/blob/da0765590205366a2b1b5d3f4beb170ca4dc71ec/PSGraphv2/cmdlets/graph/ExportGraphCmdLet.cs#L54) I wonder what dows QuikGraph.MSAGL do?