HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.59k stars 2.83k forks source link

Question about draw line ? #58

Closed feixiangdekaka closed 4 years ago

feixiangdekaka commented 4 years ago

How can I darw the line like between upper point of a plane, not the center point between two plane?

HarisIqbal88 commented 4 years ago

You can do something like: \draw [connection] (inplane-north) -- node {\midarrow} (outplane-north);