Hi Nils,
On Wed, 2005-02-02 at 12:22, Nils Wagner wrote:
> Hi all,
>
> Is it possible to rule the distance between subplots ?
> How about the setting of x axis tic marks ? The default is not very
> promising
> (see bsp5.py)
Here is a function I use instead of the matplotlib subplot.
It has the same arguments as the matlab version except for the
figpos argument, which determines where in the figure your
array of plots goes, and the axpos argument, which determines where in each
panel the axes goes. It returns an axes object, which you can use
to set xticks etc.
Hope this helps,
Cheers,
Cory.
|