Re: [Matplotlib-users] plot with discontinuous x-axis

2011-08-02 Thread denoise
Great! The last post from the page http://stackoverflow.com/questions/5656798/python-matplotlib-is-there-a-way-to-make-a-discontinuous-axis was exactly what i want! It should work for me with some little modifications! Thanks to all! I'll post a screenshot when it's ready! Hubert Warren Weck

Re: [Matplotlib-users] plot with discontinuous x-axis

2011-08-01 Thread Paul Ivanov
Warren Weckesser, on 2011-08-01 09:49, wrote: > There are a couple examples here: > > http://stackoverflow.com/questions/5656798/python-matplotlib-is-there-a-way-to-make-a-discontinuous-axis I was going to say: Damn those stackoverflow cool kids, reinventing the wheel when we already have

Re: [Matplotlib-users] plot with discontinuous x-axis

2011-08-01 Thread Warren Weckesser
On Thu, Jul 28, 2011 at 5:41 AM, denoise wrote: > > Hi there, > > i'd like to plot a data series with signal values over timestamps, what > works perfectly. But if I want to display 2 series with different time > domains, theres a gap in between. > For example my first set of data is from time (x)

[Matplotlib-users] plot with discontinuous x-axis

2011-08-01 Thread denoise
Hi there, i'd like to plot a data series with signal values over timestamps, what works perfectly. But if I want to display 2 series with different time domains, theres a gap in between. For example my first set of data is from time (x) 1-3 and the second from 7-8. If I send the mixed array to th