--- a/trunk/htdocs/matplotlib.matlab.html.template
+++ b/trunk/htdocs/matplotlib.matlab.html.template
@@ -724,6 +724,17 @@
freqs is an array of frequencies<br>
Pxx is a len(times) x len(freqs) array of power<br>
im is a matplotlib image</tt></dd></dl>
+ <dl><dt><a name="-stem"><strong>stem</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#-stem">stem</a>(x, y, linefmt='b-', markerfmt='bo', basefmt='r-')<br>
+ <br>
+A stem plot plots vertical lines (using linefmt) at each x<br>
+location from the baseline to y, and places a marker there using<br>
+markerfmt. A horizontal line at 0 is is plotted using basefmt<br>
+ <br>
+return value is markerline, stemlines, baseline<br>
+ <br>
+See<br>
+<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/stem.html">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/stem.html</a><br>
+for details and examples/stem_plot.py for a demo.</tt></dd></dl>
<dl><dt><a name="-subplot"><strong>subplot</strong></a>(*args, **kwargs)</dt><dd><tt>Create a subplot command, creating axes with<br>
<br>
<a href="#-subplot">subplot</a>(numRows, numCols, plotNum)<br>
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.