changeset 32106:d617fca340fc stable

colorbar.m: Fix undefined variable `d` (Bug #64287)
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 08 Jun 2023 20:24:36 -0400
parents 73720920057e
children 4ae5e5b62481 13a2062926b6
files scripts/plot/draw/colorbar.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/colorbar.m	Sat Jun 03 20:28:33 2023 -0700
+++ b/scripts/plot/draw/colorbar.m	Thu Jun 08 20:24:36 2023 -0400
@@ -488,7 +488,7 @@
       endif
       sz = clen;
       ## Also update limits on colorbar axes or there will be white gaps
-      cb_clim (hax, d, hcb, hi);
+      cb_clim (hax, [], hcb, hi);
     endif
   endif