Mercurial > hg > octave-nkf
comparison scripts/statistics/base/qqplot.m @ 5215:32c569794216
[project @ 2005-03-16 18:54:42 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 18:54:52 +0000 |
parents | ee2af1e830b2 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5214:eecc24b92d97 | 5215:32c569794216 |
---|---|
78 endif | 78 endif |
79 | 79 |
80 if (nargout == 0) | 80 if (nargout == 0) |
81 xlabel (q_label); | 81 xlabel (q_label); |
82 ylabel ("sample points"); | 82 ylabel ("sample points"); |
83 gset nokey; | 83 __gnuplot_set__ nokey; |
84 plot (q, s); | 84 plot (q, s); |
85 endif | 85 endif |
86 | 86 |
87 endfunction | 87 endfunction |