From 797df7fc2f558563d35ba86ed5dfb4760cb752d6 Mon Sep 17 00:00:00 2001 From: malhar2460 Date: Sun, 26 May 2024 16:45:48 +0530 Subject: [PATCH] Removed drawedges repeated definition from function doc string --- lib/matplotlib/colorbar.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/matplotlib/colorbar.py b/lib/matplotlib/colorbar.py index af61e4671ff4..156ea2ff6497 100644 --- a/lib/matplotlib/colorbar.py +++ b/lib/matplotlib/colorbar.py @@ -257,10 +257,6 @@ class Colorbar: *location* is None, the ticks will be at the bottom for a horizontal colorbar and at the right for a vertical. - drawedges : bool - Whether to draw lines at color boundaries. - - %(_colormap_kw_doc)s location : None or {'left', 'right', 'top', 'bottom'}