diff scripts/plot/__plr2__.m @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents 8b262e771614
children 9610d364e444
line wrap: on
line diff
--- a/scripts/plot/__plr2__.m	Sat Mar 06 07:44:55 1999 +0000
+++ b/scripts/plot/__plr2__.m	Fri Mar 26 17:48:35 1999 +0000
@@ -94,7 +94,7 @@
       if (r_nr != t_nr)
 	error ("polar: vector and matrix sizes must match");
       endif
-      diag_r = diag (r);
+      diag_r = diag (rho);
       x = diag_r * cos (theta);
       y = diag_r * sin (theta);
       __plt2mv__ (x, y, fmt);