HarisIqbal88 / PlotNeuralNet

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

I want to know how to add legend #4

Closed quinwu closed 5 years ago

quinwu commented 5 years ago

Hi, I wonder if there is a way of adding legend to the figure (identifying which color corresponds to which type of layer).

A example default

And how to eliminate cube number?

HarisIqbal88 commented 5 years ago

At the moment, there is no quick way to add legend. you can do what you did or use tikz functions to draw simple rectangles etc.

Regarding the cube numbers, just don't use that option while defining them or define it like as an empty string like ,numFilters={"",""}, yalabel=, zlabel=,height=...

panovr commented 5 years ago

@quinwu May you share that how you draw this two streams network with four small cubes in the right bottom corner? Thanks!

quinwu commented 5 years ago

I just draw four small cube as normal . need adjust this coordinate on the rightbottom

On Tue, Dec 25, 2018 at 10:33 Yili Zhao notifications@github.com wrote:

@quinwu https://github.com/quinwu May you share that how you draw this two streams network with four small cubes in the right bottom corner? Thanks!

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/HarisIqbal88/PlotNeuralNet/issues/4#issuecomment-449789886, or mute the thread https://github.com/notifications/unsubscribe-auth/ALE19BSk6YT-H0NRn0nlNUNqRVHG1xl_ks5u8Y5tgaJpZM4ZZ3Y4 .

--

                             From WuKuan
panovr commented 5 years ago

@quinwu Thanks!