HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.92k stars 2.86k forks source link

how to change the color #104

Open zhou-rui1 opened 3 years ago

zhou-rui1 commented 3 years ago

Hi, I want to know how to combine the color {rgb:white,5;blue,2.5;white,5}, and arrange the value?

is there any way to make the block opaque? since when opacity=1, it is still transparent..

any guidance will be so helpful!

vlingenfelter commented 3 years ago

To change colors, you can go into your local version of the pycore/tikzeng.py file and edit the to_cor function definition. It's line 14 in the file.