rougier / ten-rules

Ten simple rules for better figures
http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1003833
291 stars 72 forks source link

ImportError: libtcl8.5.so #2

Closed Amrithasuresh closed 8 years ago

Amrithasuresh commented 8 years ago

I tried the first example 'figure-1.py' in Ubuntu 16.04. I got the error like below

'ImportError: libtcl8.5.so: cannot open shared object file: No such file or directory'.

After installing this package 'sudo apt-get install tcl8.5-dev tk8.5-dev'. The required library was installed.

It solved the 'ImportError'.

Perhaps this will help someone.

rougier commented 8 years ago

I imagine this is related to your matplotlib installation.