Added
* Added "force" kwarg to autompl, which will change the backend and prevent
future non-force autompl calls from changing the backend.
* BackendContext - a context manager for matplotlib backends. Primary purpose
is to allow the user to ensure that the agg backend is used in certain
places.
* `mpl_draw.draw_points` - draws 2d points