UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
367 stars 67 forks source link

How to convert a crossing edge into a vertex? #1

Open ofou opened 5 years ago

ofou commented 5 years ago

Hi! I'm a musician doing a musical investigation on the circle of fifth and I'm new to graphonline. I want to make new nodes from crossing edges. Is it possible to do that? I want to be able to analyze all the intersections of a complete K12 graph as musical notes of the circle and convert them into new nodes.

Any suggestions would be greatly appreciated.

image

UnickSoft commented 5 years ago

Thanks for your question. Unfortunately it is impossible to make it easy. You need to remove edges and add node and connect nodes again.
But we will try to add this functionality in the future.