On Thu, Apr 15, 2010 at 5:16 AM, Peter Butterworth wrote:
> matlab colors seem to follow html :
> http://www.mathworks.com/access/helpdesk/help/techdoc/ref/colorspec.html
for c, m, y
but not for green, where matplotlib does follow html ...
Hi,
Last year, I submitted a bug report regarding the fact that PatchCollection's
match_original argument does not work properly, in a pretty simple script:
https://sourceforge.net/tracker/?func=detail&aid=2881485&group_id=80706&atid=560720
I came across the problem again several times recently
matlab colors seem to follow html :
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/colorspec.html
I would agree that "yellow" is not very readable at all. Could
possibly the short-hand colors be made user configurable in
.matplotlibrc to suit individual taste ?
In any case, this issue n
John Hunter wrote:
> On Wed, Apr 14, 2010 at 2:14 PM, Jae-Joon Lee wrote:
>
>> John, the relevant code to define the "colors" attribute seems to be
>> written by you. Maybe this is some matlab convention? Can you comment
>> on this?
>
> The original color letters did come from matlab, and some o
On Wed, Apr 14, 2010 at 2:14 PM, Jae-Joon Lee wrote:
> John, the relevant code to define the "colors" attribute seems to be
> written by you. Maybe this is some matlab convention? Can you comment
> on this?
The original color letters did come from matlab, and some of the color
RGB choices, like
On Sun, Apr 11, 2010 at 12:40 PM, Peter Butterworth wrote:
> sorry if this has been covered before, but I must say I've found the
> following quite confusing :
> color="cyan" is not in fact equivalent to color='c'
>
>
> in colors.py :
>
> Commands which take color arguments can use several format
Hello there,
using matplotlib 0.99, I have a problem with colorbars, which is illustrated
by the following code:
---8<---
from matplotlib import ticker
import numpy as np
a = np.arange(676).reshape((26,26))
x = y = np.arange(26)
colorMap = mpl.cm.get_cmap('jet', 10)
colorNorm = mpl.colors.N
On Sat, Apr 10, 2010 at 10:36 AM, arsbbr wrote:
> but it doesn't
> work.
>
Can you provide more details of what you tried and "how" it does not
work. For example, an exception is raised? or code runs without any
error but the result is not correct?
With my simple test, all things seem fine. I di
2010/4/14 Jon Moore :
> Hi,
>
> Find attched log.txt generated when trying to run your script. Any
> thoughts?
Sounds like a typo to me. Please give the new version of crashtest.py
a try, it prints stack tracebacks for each import statement into the
file, so we *should* be able to track it down
Hi guys and girls :D
I have a problem with my ubuntu server that it is 8.4 version, and that
version only bring matplotlib package 0.6.0 version.
so I have to modify my code to this version
but one thing I can't: the xscale('log') - wich make the graphics in
logaritimic scale of base 10.
how I
On Wed, Apr 14, 2010 at 9:35 AM, Ben Axelrod wrote:
> This example shows how to use 2d plots in a 3d plot:
> http://matplotlib.sourceforge.net/examples/mplot3d/2dcollections3d_demo.html
>
> These examples may also help:
> http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/contour3d_demo
This example shows how to use 2d plots in a 3d plot:
http://matplotlib.sourceforge.net/examples/mplot3d/2dcollections3d_demo.html
These examples may also help:
http://matplotlib.sourceforge.net/trunk-docs/examples/mplot3d/contour3d_demo3.html
http://matplotlib.sourceforge.net/trunk-docs/examples/m
I want to make a plot similar to this demo:
http://matplotlib.sourceforge.net/examples/mplot3d/polys3d_demo.html
but also make simple line plots on the "back wall" of the plot,
perhaps with the pyplot.plot command.
How can I do this?
Thanks,
Jeremy
-
Hello,
I have to add new features to my windows project developed in Python 2.3 . So
I need the Matplotlib and Basemap extension for Python 23. I have not found it
in SourceForge. Could someone help me in finding these extensions?
Thanks very much!!-
Unfortunately, the current version of matplotlib requires Python 2.4 or
later. You may be able to grab an older version from the archives on
SourceForge, however, presuming you don't need any of matplotlib's
recent features or bugfixes.
Mike
On 04/14/2010 07:46 AM, MariaLuisa Caprera wrote:
formation from ESET NOD32 Antivirus, version of virus signature
database 5027 (20100414) __
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__ Information from ESET NOD32 Antivirus, version of virus signature
database 5027 (20100414) __
The message
On Wed, Apr 14, 2010 at 13:56, David Kremer wrote:
> Hello, I would like to ask you for an IRC channel in addition to the mailing
> list. If anyone would like to keep it up, it could be great to have a 24h/24h
> support on the irc channel.
FYI, mpl questions are accepted quite well on #scipy on f
Hello,
I would like to ask you a way to fill certain regions with a specific motif
when running imshow(). I take the following example :
For certain value, instead of writing directly a numerical result, I would
like to fill my table with 'x'. For other specific values, with 'o'. How take
ca
Hello, I would like to ask you for an IRC channel in addition to the mailing
list. If anyone would like to keep it up, it could be great to have a 24h/24h
support on the irc channel.
Thank you very much.
David Kremer
-
Hi,
I should add some matplotlib functions to my older project developed with
python 2.3 for windows.
I can't find a link to download this extension for my version of Python .
Please could someone suggest a possible solution?
Thanks
Hi,
Have you solved your problem ? I'm searching matplotlib for python 2.3 under
windows . Can you help me?
Thanks.
Schnappauf, Andreas wrote:
>
> Hi there,
> I was searching for an older version of matplotlib for using it with
> python 2.2.1 (parts of the project can only be interpreted with
21 matches
Mail list logo