HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.74k stars 2.84k forks source link

[Q]: How to do connection west - east ? #13

Closed VincieD closed 5 years ago

VincieD commented 5 years ago

Unfortunately I'm not sure about the syntax in python. And i don't want to change it every time in Latex. \draw [connection] (dense_1-west) -- node {\midarrow} (reshape_1-east);

Thank you, Vaclav

VincieD commented 5 years ago

Sorry stupid question, i wrote foolowing function in tikzeng.py

def to_reverse_connection( of, to): return r""" \draw [connection] ("""+of+"""-west) -- node {\midarrow} ("""+to+"""-east); """

Best regards, Vaclav

VincieD commented 5 years ago

Issue closed