FlyRanch / figurefirst

A layout-first approach to figure making
http://flyranch.github.io/figurefirst
MIT License
80 stars 15 forks source link

clean output of matplitlib svg file before saving #14

Closed psilentp closed 8 years ago

psilentp commented 8 years ago

deal with this known bug:

https://bugs.launchpad.net/inkscape/+bug/1533058

http://stackoverflow.com/questions/39380761/how-to-set-miterlimit-when-saving-as-svg-with-matplotlib

ptweir commented 8 years ago

added fix_mpl_svg to mpl_functions.py and it seems to work. You guys should feel free to move it or change it if you want!