Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8fab17

Browse files
committed
Merge pull request matplotlib#2257 from mdboom/line_collection_offset
Offset between plot and LineCollection
2 parents 4b95f88 + 9e7d3bb commit b8fab17

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
master_transform,
17571757
gc.cliprect,

0 commit comments

Comments
 (0)