|
From: Andrew D. <da...@at...> - 2015-03-31 19:38:33
|
Looking at the source code indicates there is a 'bottom' keyword which looks like it controls this, see https://github.com/matplotlib/matplotlib/blob/v1.4.3/lib/matplotlib/axes/_axes.py#L2295 On 31 March 2015 at 19:31, ssinfod <ss...@gm...> wrote: > Hello, > > I found this stem plot example: > http://matplotlib.org/examples/pylab_examples/stem_plot.html > > I would like to add an horizontal offset to the step plot. (Ex: +2 on Y > axis) > What is the equivalent of the Matlab "BaseValue" offset in matplotlib. > > See Reference: > http://www.mathworks.com/help/matlab/ref/stemseries-properties.html > http://stackoverflow.com/questions/21913995/vertically-offset-stem-plot > > Thanks, > ssinfod > > > > > -- > View this message in context: > http://matplotlib.1069221.n5.nabble.com/stem-plot-with-horizontal-offset-BaseValue-tp45297.html > Sent from the matplotlib - users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |