Re: [Matplotlib-users] Exact semantics of ion()??

2011-06-08 Thread Eric O LEBIGOT (EOL)
efiring wrote: > > My github branch now includes a changeset with augmented docstrings for > show and draw. > Your new docstrings are a great improvement. They answer many of the questions I have been having for years. As for where the interactive mode/non-interactive mode discussion should

[Matplotlib-users] How to fit a curve/function?

2011-06-08 Thread Johannes Radinger
Hello, I've got following function describing any kind of animal dispersal kernel: def pdf(x,s1,s2): return (p/(math.sqrt(2*math.pi*s1**2))*numpy.exp(-((x-0)**(2)/(2*s1**(2)+((1-p)/(s2*math.sqrt(2*math.pi))*numpy.exp(-((x-0)**(2)/(2*s2**(2) On the other hand I've got data from liter

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-08 Thread Daniel Mader
Dear Eric, thanks again for your comment, I am aware that the script contained both the individual colorbars and the common one. My comment in the code was because the placement on the figure is somewhat cramped: ## doesn't really work :/ ## in what way? cax = fig.add_axes([0.25, 0.06, 0.5, 0.0

Re: [Matplotlib-users] Missing Data Points in plots generated using matplotlib

2011-06-08 Thread John Hunter
On Tue, Jun 7, 2011 at 5:16 PM, Shankararaman Ramakrishnan < shankararaman_ramakrish...@trimble.com> wrote: > Hi, > > > > I use matplotlib as my python graphics library. I happen to see the > following problems with the plot() function and would appreciate any help to > resolve these problems! > >

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-08 Thread Eric Firing
On 06/08/2011 01:28 AM, Daniel Mader wrote: > Dear Eric, > > thanks again for your comment, I am aware that the script contained > both the individual colorbars and the common one. My comment in the > code was because the placement on the figure is somewhat cramped: That's what I suspected, so th