The following script creates a chart in pdf format. All the text on the chart
is searchable. I need to create a chart which will be put in a MS Word 2007
document (as part of a much larger document) and then converted to a Pdf.
Which format should my chart be and which backend should I use? Thu
On Sun, 10 Feb 2008, David Trémouilles apparently wrote:
> I have a slightly different objective: I just want to
> remove outliers
Do you just want to filter out the outliers?
newdata = [datum for datum in data if not isoutlier(datum)]
You can define ``isoutlier`` to return True for outlie
I would like to be able to use Cambria font
(http://en.wikipedia.org/wiki/Cambria_(typeface)) for all text on my charts.
I am adding these charts to a MS Word 2007 document written in the same font.
I tried to add Cambria as the fist string in rcsetup.py | defaultParams |
'font.serif'. That
On Sunday 10 February 2008 13:23:13 David Trémouilles wrote:
> Thank you very much Pierre!
> You made me discover boolean index (numpy is fantastic !)
> In the mean time, I now understand the purpose of maskedarray that I
> totally missed at a first sight.
You're quite welcome. Masked arrays are g
Thank you very much Pierre!
You made me discover boolean index (numpy is fantastic !)
In the mean time, I now understand the purpose of maskedarray that I
totally missed at a first sight.
Thanks to all of you,
David
Pierre GM a écrit :
> On Sunday 10 February 2008 12:40:38 David Trémouilles wro
On Sunday 10 February 2008 12:40:38 David Trémouilles wrote:
> I have a slightly different objective: I just want to remove outliers
> from my curves. I think I will still play with maskedarray and used the
> compressed() function before 'sending' to matplotlib.
> Any comments on that, any other i
Thanks Jeff, I think now I get the purpose of maskedearray the way it is
used in matplotlib.
I have a slightly different objective: I just want to remove outliers
from my curves. I think I will still play with maskedarray and used the
compressed() function before 'sending' to matplotlib.
Any co
On Feb 10, 2008 9:43 AM, John Hunter <[EMAIL PROTECTED]> wrote:
> > I want to create a scatter plot onto a background image. Anybody could help
> > me?Thank you!
>
> The mri_demo.py example in the matplotlib/examples in the src
> distribution illustrates this.
Sorry -- wrong example. The example
2008/2/9 He Jibo <[EMAIL PROTECTED]>:
> Hi, Everyone,
>
> I want to create a scatter plot onto a background image. Anybody could help
> me?Thank you!
The mri_demo.py example in the matplotlib/examples in the src
distribution illustrates this.
--
David Trémouilles wrote:
> Hi,
>
> I've just start playing with maskedarray (the new implementation)
> using fresh svn matplotib (0_91 maintenance).
> Plotting masked array does not behave as I would have expected.
> Indeed when drawing a "line graph" the masked walues interrupted the
> line (se
Hi,
I've just start playing with maskedarray (the new implementation)
using fresh svn matplotib (0_91 maintenance).
Plotting masked array does not behave as I would have expected.
Indeed when drawing a "line graph" the masked walues interrupted the
line (see attach example). I would prefer to
11 matches
Mail list logo