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 thick 
> circles).
> Is this possible somehow?

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')
plot(x,y)

Regards
Stéfan

-------------------------------------------------------------------------
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 & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to