Bryan Fodness wrote:
> I just upgraded to 0.98.0 and recreated a few graphs. I am missing
> parts of the edges of a fill and polygon. Any suggestions?
>
Please post an illustrative script, as simple as possible.
Eric
-
C
I just upgraded to 0.98.0 and recreated a few graphs. I am missing parts of
the edges of a fill and polygon. Any suggestions?
--
"The game of science can accurately be described as a never-ending insult to
human intelligence." - João Magueijo
<>--
Bryan Fodness wrote:
> I tried posting this to numpy, but my posts never show up.
odd -- it works fine for me -- are you subscribed?
anyway:
>>> import numpy as np
>>> a = np.arange(100).reshape((10,10))
>>> b = np.ones((5,7)) * 30
>>> a
array([[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
I tried posting this to numpy, but my posts never show up. So, I was hoping
someone here might be able to help me.
I have two arrays that are different sizes and i would like to be able
to add them for plotting.
If I have an array a and b,
[[1 2 3 4 5 6 7 8 9]
[1 2 3 4 5 6 7 8 9]
[1 2 3 4 5 6
My fault. that last error was because I re-installed matplotlib and forgot
to "re-change" the backend to TkAgg.
Sorry. Everything seems to be working again now (although a bit slower).
Kurt
-
Check out the new SourceForge
Looks like your latest compile includes the full-res data.
Kurt
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/service
Well, installing the highres data into the 'data' directory didn't help.
Kurt
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourcefor
Jeff, Got it and it seemed to install.
Well... as luck would have it, I still have a problem. I think I know what
is causing it, though. I was using the high-res data, and the "upgrade"
nukes that data. Here's the message I'm getting along with the code
snippet, just to make sure I'm on the
HI , thank you very much for the quick reply, i have an older version (which is
not up to me
upgrade) so the subplots_adjust worked just fine. Thanks again.
bye for now
Margherita
-
Check out the new SourceForge.net Marketpla
Hi Margherita,
On Wednesday 04 June 2008 18:01:47 Margherita Vittone wiersma wrote:
> Hi all,
> i have a plot on which the x axix has timestamps info; i would like to
> control the size of the edge or border (not sure whta is the proper word)
> so the there is enough space between the real plot an
On Wed, Jun 4, 2008 at 11:01 AM, Margherita Vittone wiersma
<[EMAIL PROTECTED]> wrote:
> Hi all,
> i have a plot on which the x axix has timestamps info; i would like to
> control the size
> of the edge or border (not sure whta is the proper word) so the there is
> enough space between
> the real
Hi all,
i have a plot on which the x axix has timestamps info; i would like to control
the size
of the edge or border (not sure whta is the proper word) so the there is enough
space between
the real plot and the outer border so that the x labels are not cut out. I
rotate the xlabel also
but stil
Hi,
Thanks for the tips, I'll try that :)
Matthieu
2008/6/4 Matthias Michler <[EMAIL PROTECTED]>:
> Hi Matthieu,
>
> I'm not sure if somebody else already answered to your question and I don't
> know the best way to achieve what you need, but I suggest the following
> work-around:
>
> scatter(x
Hi Matthieu,
I'm not sure if somebody else already answered to your question and I don't
know the best way to achieve what you need, but I suggest the following
work-around:
scatter(x, x**2.4, marker='s', color='r', s=25, label="_")
# with no label
plot([0], [0], ls='', marker='s', color='r',
14 matches
Mail list logo