On 06/07/2010 10:41 AM, James Evans wrote:
> I am having a problem when using masked arrays. The attached scripts
> are identical except for the data. One will actually produce a plot,
> whereas the other will not. I cannot figure out what I am doing wrong,
> such that the second script fails. Am
I am having a problem when using masked arrays. The attached scripts are
identical except for the data. One will actually produce a plot, whereas
the other will not. I cannot figure out what I am doing wrong, such that
the second script fails. Am I doing something wrong with this, or is this
an
The problem was a use of (Numeric) MA with numpy. Pointing towards
matplotlib.numerix.ma solved the issue.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance t
Thanks for quick response! Sample script:
--
#! /usr/local/bin/python
from matplotlib.backends.backend_agg import FigureCanvasAgg
from matplotlib.figure import Figure, SubplotParams
from MA import *
fig = Figure()
ax = fig.add_axes([0.1,
On Wednesday 07 March 2007 14:43:45 [EMAIL PROTECTED] wrote:
> Anyone knows which of my package (MA, numpy, ...) might be causing the
> conflict? I could go back to the older version (on another machine), but I
> really like it to work in the newer version. Any inputs would be
> appreciated.
Hell
Hi,
My plot_dates(x, y) call, while working in python 2.4, failed in python 2.4.4. x
here is dates array and y is a masked array returned by masked_values()from MA
module. After much debugging, I found that problem occurs at ma.asarray(y)
where y is the masked array with the following message: