I forgot to add something...

Benjamin Root :
> There is absolutely no reason why a module could not be made for this, 
> given that everything in matplotlib is assumed to be vector-based.  
> You just need a library that can load up the data in the SVG file into 
> information that is sensibly organized.
In principle a decent parser can be added to Matplotlib. But...

SVG is NOT entirely a vector drawing program!!

1. You have gradients, clipping paths, patterns, and filtering, which 
interpolates between vector and raster data. You will not implement 
easily as an "artist" the blur, displacement maps, or morphologic filters

2. SMIL style animation needs a specific engine, this will not easily 
work on a back-end independent framework.

==

Usually I hate people who discourage others, or say that something 
cannot be done. But here, such a module would take too long to 
implement, and the gain seems not adequate. I would be VERY HAPPY, if I 
am wrong.

Jerzy K.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to