Did you see the figure I included to John? If not, let me put it simply. 
Suppose you have 50 straight sticks connected at their ends with some 
hook.  I want to color the hook holding stick 10 to 11, but color no 
other hook.  Not 99 hooks.

Yesterday, I tried  to do a simple plot of three points without markers. 
Worked fine. I then tried something like plot(1,2,"bs").  I got an error 
. I tried variations on the plot with qualifiers. Zero. That seems like 
it should put the marker right at (1,2).

My immediate reaction to your example, is that it colors every hook. Am 
I missing something in your example?

On 2/14/2010 1:13 AM, Philipp Bender wrote:
> Why don't you just use the code provided here:
>
> http://matplotlib.sourceforge.net/examples/api/watermark_image.html
>
> The first thing to do when you want to plot something is maybe to look at the
> examples section, isn't it? It shows pretty good how to not only mark points,
> but also to mark points with semi-transparent circles.
>
> Please keep in mind: Plotting a set of lines and mark several points produces
> exactly the same image as plotting a set of lines and, above that, plot a set
> of circles. Maybe there are "cleaner" solutions, but to get an impression how
> to do things this might be enough.
>
> Cheers
> Philipp
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>    

-- 
"Crime is way down. War is declining. And that's far from the good 
news." -- Steven Pinker (and other sources) Why is this true, but yet 
the media says otherwise? The media knows very well how to manipulate us 
(see limbic, emotion, $$). -- WTW

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to