[Matplotlib-users] polar() is not equal to ax.plot (where ax is a PolarAxes)?

2009-08-02 Thread plaf
Hi all, I have been trying both ways of plotting polar and found that they behave differently? Is it just me? I have sets of theta and R to plot, and when I plotted in console using polar() it produces different plot (!) than when I used ax.plot() from my application. I compared this with the pl

[Matplotlib-users] Set tight axis for log? / axis('tight') doesn't work

2009-08-02 Thread plaf
Dear all, I need some help :) I have been trying to plot several subplots, with the y axis being in linear and the x axis in log. I need both axis to be tight to the data. Here's what I have: import wx import scipy.io.matlab as matlab import numpy import matplotlib matplotlib.use('WXAgg') from