Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df1b791

Browse filesBrowse files
committed
Don't rasterize quadmeshes by default -- rasterizing is still somewhat
experimental, so saving for after upcoming 0.98 beta release. svn path=/trunk/matplotlib/; revision=5132
1 parent 992f3a6 commit df1b791
Copy full SHA for df1b791

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎lib/matplotlib/collections.py

Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,13 +484,11 @@ def draw(self, renderer):
484484
offsets = transOffset.transform_non_affine(offsets)
485485
transOffset = transOffset.get_affine()
486486

487-
renderer.start_rasterizing()
488487
renderer.draw_quad_mesh(
489488
transform.frozen(), self.clipbox, clippath, clippath_trans,
490489
self._meshWidth, self._meshHeight, self._coordinates,
491490
offsets, transOffset, self._facecolors, self._antialiased,
492491
self._showedges)
493-
renderer.stop_rasterizing()
494492
renderer.close_group(self.__class__.__name__)
495493

496494
class PolyCollection(Collection):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.