|
17 | 17 | barh - a horizontal bar chart |
18 | 18 | cla - clear current axes |
19 | 19 | clf - clear a figure window |
| 20 | + clim - adjust the color limits of the current image |
20 | 21 | close - close a figure window |
21 | 22 | colorbar - add a colorbar to the current figure |
22 | 23 | cohere - make a plot of coherence |
|
33 | 34 | gcf - return the current figure |
34 | 35 | gci - get the current image, or None |
35 | 36 | get - get a handle graphics property |
| 37 | + grid - set whether gridding is on |
36 | 38 | hist - make a histogram |
37 | 39 | hold - set the axes hold state |
38 | | - legend - make an axes legend |
39 | | - loglog - a log log plot |
| 40 | + ioff - turn interaction mode off |
| 41 | + ion - turn interaction mode on |
| 42 | + isinteractive - return True if interaction mode is on |
40 | 43 | imread - load image file into array |
41 | 44 | imshow - plot image data |
42 | 45 | ishold - return the hold state of the current axes |
| 46 | + legend - make an axes legend |
| 47 | + loglog - a log log plot |
43 | 48 | pcolor - make a pseudocolor plot |
44 | 49 | plot - make a line plot |
45 | 50 | polar - make a polar plot on a PolarAxes |
46 | 51 | psd - make a plot of power spectral density |
47 | 52 | rc - control the default params |
| 53 | + rgrids - customize the radial grids and labels for polar |
48 | 54 | savefig - save the current figure |
49 | 55 | scatter - make a scatter plot |
50 | 56 | set - set a handle graphics property |
|
58 | 64 | subplot - make a subplot (numrows, numcols, axesnum) |
59 | 65 | table - add a table to the plot |
60 | 66 | text - add some text at location x,y to the current axes |
| 67 | + thetagrids - customize the radial theta grids and labels for polar |
61 | 68 | title - add a title to the current axes |
62 | 69 | xlim - set/get the xlimits |
63 | 70 | ylim - set/get the ylimits |
|
0 commit comments