If you are using the gd or paint backends, please speak up *now*, and
tell me what the advantage is over the myriad other ways of generating
png files with mpl. I would like to delete these backends *soon* unless
there is some real advantage in keeping them.
Thanks.
Eric
Robert Dailey wrote:
> 1) Is there any way to represent vectors? Currently I'm using 'array'
> for vectors.
There is no explicit 'vector' representation. You may view vectors as
either column or row vectors and represent them as 1xN or Nx1 matrices.
In that case, the linear algebra like matrix prod