I'm wondering if it's possible using matplotlib to plot a serie as a line defining different ranges whose "zoom level" is different.
Example: let's suppose to plot a series of cartesian coordinates as a line chart. I'd like to divide the x axis space in way for each interval I'd like to define a "zoom" level, determined by the x ticks position. In fact it'd be useful to focus on a certain interval stretching it out and thus reducing the plotted space of remaining intervals.
Thanks,
FB