We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5fb7665 commit36cbda3Copy full SHA for 36cbda3
lib/matplotlib/backends/backend_mixed.py
@@ -107,7 +107,7 @@ def draw_path_collection(self, gc, master_transform, paths, all_transforms,
107
offset_position):
108
ifself._rasterizing>0:
109
bbox=Bbox.null()
110
-#TODO probably faster to merge all coordinates from path using
+#TODO probably faster to merge all coordinates from path using
111
# numpy for large lists of paths, such as the one produced by the
112
# test case tests/test_backed_pgf.py:test_mixed_mode
113
forpathinpaths:
@@ -122,7 +122,7 @@ def draw_quad_mesh(self, gc, master_transform, meshWidth, meshHeight,
122
coordinates,offsets,offsetTrans,facecolors,
123
antialiased,edgecolors):
124
125
-#TODO should check if this is always Bbox.unit for efficiency
+#TODO should check if this is always Bbox.unit for efficiency
126
127
cshape=coordinates.shape
128
flat_coords=coordinates.reshape((cshape[0]*cshape[1],cshape[2]))