I do not see a reason why the problem should be related. If the problem
persists with the latest SVN version, could you please file a bug report?
[EMAIL PROTECTED] wrote:
> Hi,
>
> some times ago I saw that the rgb color was not working anymore, the hexa
> code
> yes but not the rgb.
>
> marke
Hi Stefan,
as of rev. 2800, the problem should be solved. For more details, see the
discussion about "marker color handling" on matplotlib-devel.
Greetings,
Norbert
Stefan van der Walt wrote:
> Hi all
>
> The marker behaviour changed in
>
> --
Vineet
Sorry - I was not too clear on my question; I *am* currently able
to use matplotlib - what I am not sure how to is to integrate
it into a web framework. I have been looking at using Pylons -
as that is WSGI compliant - but probably any one will do.
I would like to be able to generate g
Building matplotlib requires linking against libpng and freetype. The
error you posted is just saying that libpng can't be found. Building
matplotlib correctly on osx and windows isn't for the feint of heart.
Have you tried the pre-built osx binaries available for download on
sourceforge?
Charli
I mean in the original data format, without any characters like "[],"
Thanks
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT &
Bonjour François!
Take it easy.
rc("lines", markeredgewidth=4)
There is no reasons to put cycle inside you code.
Regards,
On Sunday 08 October 2006 12:08, François Beaubert wrote:
> Le Vendredi 6 Octobre 2006 19:59, John Hunter a écrit :
> > for line in ax.get_xticklines():
> > line.set_l
On Monday 09 October 2006 12:45, John Hunter wrote:
> > "A" == A S Budden <[EMAIL PROTECTED]> writes:
>
> A> Dear all, I've just started using matplotlib for some data
> A> processing and plotting and have ported one of my existing
> A> Matlab scripts to python. However, I have bee
> "A" == A S Budden <[EMAIL PROTECTED]> writes:
A> Dear all, I've just started using matplotlib for some data
A> processing and plotting and have ported one of my existing
A> Matlab scripts to python. However, I have been unable to get
A> the following working properly in pyth
Dear all,
I've just started using matplotlib for some data processing and
plotting and have ported one of my existing Matlab scripts to python.
However, I have been unable to get the following working properly in
python. In Matlab, this works:
xlabel('Normalised \psi_x', 'Interpreter', 'tex'
Hi all,
after some searches, I have fixed some r_ticks problems on polaraxes, then I
send you the new version of the windrose file, which I hope bugs are removed.
You can now make two types of plot, bar and fill, and play with the resulting
table of events,in number of counts or in percentage.
Us
I'm in the process of migrating from Windows to Mac OS X and doing my
first round of installations from source code in the process. In trying
to install matplotlib I get the following error:
/usr/bin/ld: for architecture i386
/usr/bin/ld: can't locate file for: -lpng
collect2: ld returned 1 exi
> Any change you could share back with the community
the approach
> you followed - web framework used? integration
strategy? deploy-
> ment and setup issues? graph creation methodology?
web framework used: cherrypy
deploymnet os: ubuntu
setup issues: none
> I am looking to tackle a project wit
Hi,
some times ago I saw that the rgb color was not working anymore, the hexa code
yes but not the rgb.
markerfacecolor=(120,120,120,)
retrun this error:
ValueError: to_rgb: Invalid rgb arg "(120, 120, 120)"
to_rgb: Invalid rgb arg "(120, 120, 120)"
but:
markerfacecolor='#88'
is working
Hi all,
I have found some bugs in my previous windrose plotter posted here, then I try
to remove them and set some improvements. Now I have a problem with rgrids
labels on polar axes, they disappear after a draw() command, and when I use
Rectangle on a polar axes, theview is not scaled, I have t
Hi,
I'm trying to create an image on screen, and update it with new data. It
works to have the data added, but my images keep showing the old data.
I'm plotting sin(x) through the time, and every .5 seconds, I redraw the
image.
figure.hold(False)
a = figure.add_subplot(111)
t = arang
Vineet
Looks very good! Only thing is that when you change search types,
the "working" highlighter should be located near the search form, not
at the page bottom (I missed it the first few times...)
Any change you could share back with the community the approach
you followed - web framework
A quick (an easy?) question:
I have a numeric, integer label which I am using for the X-axis.
Numbers start from 1, up to "something large". When
"something large" is less than 10,000 the numbers appear
as normal, in 1000 or 2000 interval steps. However, if the
"something large" exceeds that,
Le Vendredi 6 Octobre 2006 19:59, John Hunter a écrit :
> for line in ax.get_xticklines():
> line.set_linewidth(2.0)
Thanks !
I have try this as in examples/axes_props.py but it doesn't work for me
from pylab import *
t = arange(0.0, 2.0, 0.01)
s = sin(2*pi*t)
ax = subplot(111)
ax.plot(t, s)
On Monday 02 October 2006 21:51, Mark Bakker wrote:
> What I don't understand is why we need previews at all?
> Is this because Microsoft software cannot display an eps file?
> Why not? Isn't that one of the easiest drivers to write?
> Are they not adding eps format out of spite?
> Mark
Sorry for r
19 matches
Mail list logo