@@ -603,7 +603,7 @@ def subplot(*args, **kwargs):
603603
604604 *axisbg*:
605605 The background color of the subplot, which can be any valid
606- color specifier. See :module :`matplotlib.colors` for more
606+ color specifier. See :mod :`matplotlib.colors` for more
607607 information.
608608
609609 *polar*:
@@ -1138,63 +1138,62 @@ def thetagrids(*args, **kwargs):
11381138def plotting ():
11391139 """
11401140 Plotting commands
1141-
1142- ========= =================================================
1143- Command Description
1144- ========= =================================================
1145- axes Create a new axes
1146- axis Set or return the current axis limits
1147- bar make a bar chart
1148- boxplot make a box and whiskers chart
1149- cla clear current axes
1150- clabel label a contour plot
1151- clf clear a figure window
1152- close close a figure window
1153- colorbar add a colorbar to the current figure
1154- cohere make a plot of coherence
1155- contour make a contour plot
1156- contourf make a filled contour plot
1157- csd make a plot of cross spectral density
1158- draw force a redraw of the current figure
1159- errorbar make an errorbar graph
1160- figlegend add a legend to the figure
1161- figimage add an image to the figure, w/o resampling
1162- figtext add text in figure coords
1163- figure create or change active figure
1164- fill make filled polygons
1141+ ============ =================================================
1142+ Command Description
1143+ ========= =================================================
1144+ axes Create a new axes
1145+ axis Set or return the current axis limits
1146+ bar make a bar chart
1147+ boxplot make a box and whiskers chart
1148+ cla clear current axes
1149+ clabel label a contour plot
1150+ clf clear a figure window
1151+ close close a figure window
1152+ colorbar add a colorbar to the current figure
1153+ cohere make a plot of coherence
1154+ contour make a contour plot
1155+ contourf make a filled contour plot
1156+ csd make a plot of cross spectral density
1157+ draw force a redraw of the current figure
1158+ errorbar make an errorbar graph
1159+ figlegend add a legend to the figure
1160+ figimage add an image to the figure, w/o resampling
1161+ figtext add text in figure coords
1162+ figure create or change active figure
1163+ fill make filled polygons
11651164 fill_between make filled polygons
1166- gca return the current axes
1167- gcf return the current figure
1168- gci get the current image, or None
1169- getp get a handle graphics property
1170- hist make a histogram
1171- hold set the hold state on current axes
1172- legend add a legend to the axes
1173- loglog a log log plot
1174- imread load image file into array
1175- imshow plot image data
1176- matshow display a matrix in a new figure preserving aspect
1177- pcolor make a pseudocolor plot
1178- plot make a line plot
1179- plotfile plot data from a flat file
1180- psd make a plot of power spectral density
1181- quiver make a direction field (arrows) plot
1182- rc control the default params
1183- savefig save the current figure
1184- scatter make a scatter plot
1185- setp set a handle graphics property
1186- semilogx log x axis
1187- semilogy log y axis
1188- show show the figures
1189- specgram a spectrogram plot
1190- stem make a stem plot
1191- subplot make a subplot (numrows, numcols, axesnum)
1192- table add a table to the axes
1193- text add some text at location x,y to the current axes
1194- title add a title to the current axes
1195- xlabel add an xlabel to the current axes
1196- ylabel add a ylabel to the current axes
1197- ========= =================================================
1165+ gca return the current axes
1166+ gcf return the current figure
1167+ gci get the current image, or None
1168+ getp get a handle graphics property
1169+ hist make a histogram
1170+ hold set the hold state on current axes
1171+ legend add a legend to the axes
1172+ loglog a log log plot
1173+ imread load image file into array
1174+ imshow plot image data
1175+ matshow display a matrix in a new figure preserving aspect
1176+ pcolor make a pseudocolor plot
1177+ plot make a line plot
1178+ plotfile plot data from a flat file
1179+ psd make a plot of power spectral density
1180+ quiver make a direction field (arrows) plot
1181+ rc control the default params
1182+ savefig save the current figure
1183+ scatter make a scatter plot
1184+ setp set a handle graphics property
1185+ semilogx log x axis
1186+ semilogy log y axis
1187+ show show the figures
1188+ specgram a spectrogram plot
1189+ stem make a stem plot
1190+ subplot make a subplot (numrows, numcols, axesnum)
1191+ table add a table to the axes
1192+ text add some text at location x,y to the current axes
1193+ title add a title to the current axes
1194+ xlabel add an xlabel to the current axes
1195+ ylabel add a ylabel to the current axes
1196+ ============ =================================================
11981197
11991198 The following commands will set the default colormap accordingly:
12001199
0 commit comments