8000 Do snapping in draw_path_collection · matplotlib/matplotlib@9e7d3bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e7d3bb

Browse files
committed
Do snapping in draw_path_collection
1 parent 4b95f88 commit 9e7d3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_backend_agg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ RendererAgg::draw_path_collection(const Py::Tuple& args)
17511751

17521752
try
17531753
{
1754-
_draw_path_collection_generic<PathListGenerator, 0, 1>
1754+
_draw_path_collection_generic<PathListGenerator, 1, 1>
17551755
(gc,
17561756< 3E7A /td>
master_transform,
17571757
gc.cliprect,

0 commit comments

Comments
 (0)
0