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

Skip to content

Commit 52e4073

Browse files
committed
Remove errant print
1 parent 9ac788d commit 52e4073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/collections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,6 @@ def set_sizes(self, sizes, dpi=72.0, markerscale=2):
991991
markerscale : 1 or 2, default: 2
992992
Scaling factor used to set the size as points (1) or points**2 (2).
993993
"""
994-
# breakpoint()
995-
print(markerscale)
996994
self._markerscale = markerscale
997995
if sizes is None:
998996
self._sizes = np.array([])

0 commit comments

Comments
 (0)