Everyone used to search for code snippets on the web know the importance of a “Gallery” linking to all examples and tutorials…
So, here is my really ugly Gallery :
Thomas Lecocq @ the Royal Observatory of Belgium
Everyone used to search for code snippets on the web know the importance of a “Gallery” linking to all examples and tutorials…
So, here is my really ugly Gallery :
How should Matplotlib be configured to increase the plotting speed when presenting charts on a web page? I find that it takes an awfully long time to render a world map with shapefiles and wonder how you have configured your site to be quite quick?
It’s static PNG 🙂 That’s why it’s quick 🙂
I’d say that properly counting the figsize and the dpi of your figure should help, but also implementing a “caching”, so that the image isn’t recomputed on every reload… or maybe build the pictures on cron …