Piet van Oostrum said:
*You* made up the "just" in that quote. The point was that the OP
wants something that only needs Python.
matplotlib can be used to generate .ps, .pdf and .svg files (all
vectorial formats) without resorting to Antigrain
Antigrain is used only in rasterizing, due to its better capabilities
in the field of antialiasing, when you use matplotlib with an
interactive backend; of course, if you're truly dispising Antigrain
and are happy with a coarser display you can select interactive
backends that DO NOT use Antigrain
that's for the Antigrain wrapper
otoh, if the OP intended a plotting library that does not use binary
modules at all (then his reference to Antigrain was mostly fogging),
then matplotlib is not for him
% find matplotlib-0.99.0/| grep -v agg24 | grep '\.cpp$' | wc -l
23
% find matplotlib-0.99.0/| grep -v agg24 | grep '\.c$' | wc -l
5
%