The problem I have is, when drawing a neural network, I'm just sending nodes and connecting them to sensors/neurons/actuators but I never have controll on where they are being drawed.
An example of a NN I'm drawing is:
What I want to do with d3 or d3cola is, drawing on the left side of the screen the TBS_GET_INPUT which is the sensor and on the right the TBS_SEND_OUTPUT which is the actuator, so I can draw the neural network in a way it's similar to current NN drawings for example:
I attempted settings graphs.constraints but couldn't do much. Has anyone got an idea of how to do it? How to set the constraints correctly or soemthing like that?
Regards!