antialising

Hi

help(plot) states something like

     [...]
     If you make multiple lines with one plot command, the kwargs apply
     to all those lines, eg
         plot(x1, y1, x2, y2, antialising=False)
     Neither line will be antialiased.
     [...]

but the MPL manual says "antialiased" and "aa" respectively, which works. "antialising" gives

     TypeError: There is no line property "antialising"

However, if I set antialising to False in .matplotlibrc or try

     plot(...,aa=False)

nothing happens. The plot is still antialised.

Cheers,
Steve

···

--
Man is the best computer we can put aboard a spacecraft ... and the only one that can be
mass produced with unskilled labor. - Wernher von Braun