Re: [Matplotlib-users] linearized log axis

2010-05-20 Thread Christer
27;t show it, the axis limits don't have to be > symmetric. For example, on the top plot, you can use > > gca().set_xlim([0, 100]) > > to show only the right-hand side. > > Eric > > >> >> Ben Root >> >> On Wed, May 19, 2010 at 7:03 AM, Christe

[Matplotlib-users] linearized log axis

2010-05-19 Thread Christer Malmberg
Hi, my problem is that I need a graph with a discontinous y-axis. Let me explain the problem: in my field (microbiology) the data generated from for example growth assays have a huge range (10^0-10^9), which has to be plotted on a semilogy style plot (cell concentration vs. time). The prob