Skip to content

Commit b901925

Browse files
committed
delete print
1 parent 08e33e6 commit b901925

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dotplot/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def __draw_color_bar(ax, sct: mpl.collections.PathCollection, cmap, vmin, vmax):
158158

159159
@staticmethod
160160
def __draw_legend(ax, sct: mpl.collections.PathCollection, size_factor, title, circle=False, color=None):
161-
print(id(sct))
162161
handles, labels = sct.legend_elements(prop="sizes", alpha=1,
163162
func=lambda x: x / size_factor,
164163
color=color

0 commit comments

Comments
 (0)