Benjamin> Kinda sounds a bit like a barchart with the 'step' option, I think?
Almost, but not quite. I think of barcharts as displaying truly discrete data, often with the dependent variable being a count of some sort and the independent variable being a bucket. In my example, while prices X and Y are constrained to be discrete by the nature of the market (US stocks trade in one cent increments, for example), they are connected in time, and there is no fixed "bucket" size (time increment). Sterling> http://stackoverflow.com/questions/8921296/how-do-i-plot-a-step-function-with-matplotlib-in-python Thanks, that's exactly what I needed. I wasn't using the correct terms when searching Google. I was thinking "interpolation," not "step function." Skip ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users