From: Jerzy K. <jer...@un...> - 2016-03-03 15:24:01
|
Le 03/03/2016 15:43, Benjamin Root a écrit : > Matplotlib will not work at all without AGG. Even the AGG-less > backends still use AGG for image handling (imshow() and such). Is it so? I never found such strong statement in the docs. 1. SVG backend produces vector graphics, no rasterisation in principle, so why AGG? 2. Cairo uses its own engine. Why AGG? 3. Image (PNG) "production" from curves, etc. uses AntiGrain, but if imshow() shows an image which is just a pixel array, there is no manipulation needing AGG, an element (triple RGB) becomes a pixel, and that's it. Jerzy Karczmarczuk |