|
3 | 3 |
|
4 | 4 | The following plotting commands are provided; some of these do not |
5 | 5 | exist in matlab(TM) but have proven themselves to be useful nonetheless. |
6 | | -The majority of them, however, are matlab(TM) commands |
| 6 | +The majority of them, however, have matlab analogs |
7 | 7 |
|
8 | 8 | _Plotting commands |
9 | 9 |
|
|
49 | 49 | pcolor - make a pseudocolor plot |
50 | 50 | pie - make a pie chart |
51 | 51 | plot - make a line plot |
| 52 | + pie - pie charts |
52 | 53 | polar - make a polar plot on a PolarAxes |
53 | 54 | psd - make a plot of power spectral density |
54 | 55 | rc - control the default params |
@@ -370,7 +371,7 @@ def get_plot_commands(): return ( 'axes', 'axis', 'bar', 'cla', 'clf', |
370 | 371 | 'imshow', 'legend', 'loglog', 'rc', 'pcolor', 'plot', 'psd', |
371 | 372 | 'savefig', 'scatter', 'set', 'semilogx', 'semilogy', 'show', |
372 | 373 | 'specgram', 'stem', 'subplot', 'table', 'text', 'title', 'xlabel', |
373 | | - 'ylabel', 'polar') |
| 374 | + 'ylabel', 'pie', 'polar') |
374 | 375 |
|
375 | 376 | def raise_msg_to_str(msg): |
376 | 377 | """msg is a return arg from a raise. Join with new lines""" |
|
0 commit comments