uni-courses / snncompare

Runs networkx graphs representing spiking neural networks of LIF-neurons on lava-nc or networkx.
GNU Affero General Public License v3.0
2 stars 0 forks source link

SVG optimisation #170

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

a separate run for optimising the .svg images: https://github.com/svg/svgo

sudo apt install npm -y
sudo npm -g install svgo
svgo eg.svg -o eg.min.svg
a-t-0 commented 1 year ago

Won't fix as the plotly interactive environment is used for data inspection, unless svgs are used in literature.