Hi,
This is really great. I had a few problems initially as I am behind a firewall. I needed to add the proxy to the main.py:
proxy = urllib2.ProxyHandler({'http': 'my.uni.cache.info:8080'})
opener = urllib2.build_opener(proxy)
urllib2.install_opener(opener)
It might be good to add a command line argument wehere you can specify the proxy.
The output looks really good but I would like to suggest an improvement. It would be really good if there was a shaded box around the image and the figure legend like on the PloS website as this will make it easier to differentiate the text legend from the main text.
Great stuff.
|