Skip to content

Commit

Permalink
removed backend_agg2
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=5078
  • Loading branch information
jdh2358 committed Apr 27, 2008
1 parent 9b4ffcc commit 18e268b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 210 deletions.
206 changes: 0 additions & 206 deletions lib/matplotlib/backends/backend_agg2.py

This file was deleted.

11 changes: 7 additions & 4 deletions lib/matplotlib/backends/backend_template.py
Expand Up @@ -68,21 +68,24 @@ def __init__(self, dpi):
def draw_path(self, gc, path, transform, rgbFace=None):
pass

# draw_markers is optional, and we get more correct
# relative timings by leaving it out.
# draw_markers is optional, and we get more correct relative
# timings by leaving it out. backend implementers concerned with
# performance will probably want to implement it
# def draw_markers(self, gc, marker_path, marker_trans, path, trans, rgbFace=None):
# pass

# draw_path_collection is optional, and we get more correct
# relative timings by leaving it out.
# relative timings by leaving it out. backend implementers concerned with
# performance will probably want to implement it
# def draw_path_collection(self, master_transform, cliprect, clippath,
# clippath_trans, paths, all_transforms, offsets,
# offsetTrans, facecolors, edgecolors, linewidths,
# linestyles, antialiaseds):
# pass

# draw_quad_mesh is optional, and we get more correct
# relative timings by leaving it out.
# relative timings by leaving it out. backend implementers concerned with
# performance will probably want to implement it
# def draw_quad_mesh(self, master_transform, cliprect, clippath,
# clippath_trans, meshWidth, meshHeight, coordinates,
# offsets, offsetTrans, facecolors, antialiased,
Expand Down

0 comments on commit 18e268b

Please sign in to comment.