[Matplotlib-users] subplot_adjust bug?

2006-11-01 Thread humufr
Hi, I have a problem with subplot_adjust but I don't know if it's a bug or because I didn't understand how to use it... I would like to create a 2 by 3 plots without space between the subplot and I can't arrive to manage it... Is the results of the next script is normal? import pylab fig1

Re: [Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread Chloe Lewis
Once the axes are the same, can one get the actual bars to align? hist () arranges them to look well in their original ranges, so they don't line up together, AFAICT: #plotting barcharts w/different ranges on same axis import pylab a = [1]*2 + [2]*3 + [3]*4 b = [3]*1 + [4]*2 + [5]*3 allim = (mi

[Matplotlib-users] Corrupted axes

2006-11-01 Thread Russell E. Owen
I'm using the class API with TkAgg (and matplotlib 0.87.7) to plot cumulative data with a known X range and an unknown Y range. The basic code is appended. In summary: it all happens on one Axis on one Figure and most of it happens with one Line. I'm running into a few problems: - If I use fram

Re: [Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread listservs
On Wednesday, November 01, 2006, at 02:17PM, "John Hunter" <[EMAIL PROTECTED]> wrote: >> "listservs" == listservs <[EMAIL PROTECTED]> writes: > >listservs> I am trying to produce a series of histograms of >listservs> related data, for which I want the ranges and scales of >listser

Re: [Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread John Hunter
> "listservs" == listservs <[EMAIL PROTECTED]> writes: listservs> I am trying to produce a series of histograms of listservs> related data, for which I want the ranges and scales of listservs> the x-axes to be the same. However, I dont see an listservs> obvious way of doing t

Re: [Matplotlib-users] A query

2006-11-01 Thread John Hunter
> "Asrarahmed" == Asrarahmed Kadri <[EMAIL PROTECTED]> writes: Asrarahmed> Hi folks, I am interested in using Matplotlib for Asrarahmed> drawing bar charts. Is it possible to load data from Asrarahmed> a file and use it for drawing the barchart. Yes -- see the following examples.

[Matplotlib-users] standardizing x-axes in hist

2006-11-01 Thread listservs
I am trying to produce a series of histograms of related data, for which I want the ranges and scales of the x-axes to be the same. However, I dont see an obvious way of doing this with hist, since specifying nbins will not guarantee the same axis for each. Is there some sort of hack that I

[Matplotlib-users] A query

2006-11-01 Thread Asrarahmed Kadri
  Hi folks,   I am interested in using Matplotlib for drawing bar charts. Is it possible to load data from a file and use it for drawing the barchart.   Thanks in anticipation.     Regards, Asrarahmed   -- To HIM you shall return. ---

Re: [Matplotlib-users] tex problem

2006-11-01 Thread humufr
Le Mardi 31 Octobre 2006 23:47, Robert Kern a écrit : > [EMAIL PROTECTED] wrote: > > I tried: > > > > label='$\textrm{test}_2$ > > xlabel(r label) > > xlabel(r+label) > > > > etc but it not working (like I expected). So I would like to know if > > there are a way to precise that the text is a raw s