Stefan van der Walt <[EMAIL PROTECTED]> writes:
> plot(x,y,'o',markerfacecolor='w')
This makes circles filled with white. If you want circles that don't
obscure whatever is behind them, use markerfacecolor=None.
--
Jouni
Hi,
Is there any way to plot two graphs in two different windows at the same
time? The reason for doing this is that I wanted to update a graph
automatically in a for loop, but it turned out that the first figure has
to closed manually. Any suggestion for that is also greatly appreciated.
Best Rega
> "Christian" == Christian Meesters <[EMAIL PROTECTED]> writes:
Christian> One last remark on this: Since so many journals demand
Christian> this, would it be worth a feature request? (I don't
Christian> have the time nor the skills to work on this.) One may
Christian> think o
On Thursday 28 September 2006 1:24 pm, Christian Meesters wrote:
> Hi,
>
> I'd like to plot experimental data points with fitted data through
> it. This time best would be to plot hollow circles for the
> experimental data. Pretty much like literal 'o's (except, of
> course, that passing 'o' result
>
> I'm sure someone will soon provide you with an insightful answer. In
> the meantime, you can fudge it by doing
>
> plot(x,y,'o',markerfacecolor='w')
And this is not an "insightful answer"? Anyway, thanks a lot!
Christian (who was to tired to look at the right place ...)
On Thu, Sep 28, 2006 at 08:24:44PM +0200, Christian Meesters wrote:
> I'd like to plot experimental data points with fitted data through it. This
> time best would be to plot hollow circles for the experimental data. Pretty
> much like literal 'o's (except, of course, that passing 'o' results in
> As for the preview header, I suspect there arte 3rd part tools that
> can do this (ImageMagick?). We should be able to do it ourself with
> agg, but it would require someone to dig in and figure out the spec.
>
> JDH
One last remark on this: Since so many journals demand this, would it be worth
Hi,
I'd like to plot experimental data points with fitted data through it. This
time best would be to plot hollow circles for the experimental data. Pretty
much like literal 'o's (except, of course, that passing 'o' results in thick
circles).
Is this possible somehow?
TIA
Christian
--
Thanks, John and Alan,
That was fast!
> As for the fonts, yes, you can control this with rc.
Sure, but what about the latex rendered parts? (I wonder whether it actually
matters, but I'd like to be sure, because there so little time left ...)
> On Thu, 28 Sep 2006, Christian Meesters apparently
On Thu, 28 Sep 2006, Christian Meesters apparently wrote:
> - it should include a 8bit preview/header at a resolution of 72dpi - no idea
> how to generate this
I think you can use
http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
but do not know what dpi control you'll have.
hth,
Alan Isaac
> "Christian" == Christian Meesters <[EMAIL PROTECTED]> writes:
Christian> Hi, I'd like to write a paper with figures in eps
Christian> format. Since the paper is for one of Elseviers
Christian> journals the eps-figures have to meet the following
Christian> requirements: - all
Hi,
I'd like to write a paper with figures in eps format. Since the paper is for
one of Elseviers journals the eps-figures have to meet the following
requirements:
- all colors have to be in the rgb color space - this seems to be true for the
files I generate.
- it should include a 8bit preview
Attached is an updated version which does close.
I move the timer code and added and EVT_CLOSE which stops the timer and
now it closes correctly.
Werner
dynamic_image_wxagg.py
Description: application/python
-
Take Surve
13 matches
Mail list logo