Closed otaj closed 6 years ago
Hello :)
Color palette – There are at least two ways how to achieve this quite easily. One is to alter the ColorHash class so it generates different set of colors. Or the second one is to override the color on each node by some param (Convolution(color=red)
) First one is more straightforward, and the second is more flexible – but I don't know what you want to accomplish.
I/O nodes – Yes. They should be smaller at least. It would be difficult to layout the graph without them. Example: In -> [A, B] -> Out
Text labels – Can you mock up a picture of how it would look like?
Dimension check – This is beyond the scope of this project. But I have something different up my sleeve...
Saving – Continuous saving would be really cool. Selecting save location would be nice. By "print screen" you mean PDF generation? Yes that is probably useless; having just SVG is probably ok.
Hi,
I started using moniel and have couple improvement ideas ;)