SourceForge logo
SourceForge logo
Menu

matplotlib-users

From: Zhang L. <zha...@gm...> - 2006年06月30日 15:20:35
Hi,
 I'm trying to plot a set of points using given RGB tuples as color:
 plot([0.5],[0.5], '.', markersize=50, color=(0.5,0.5,0.5))
 there is no error but the point I got is still blue.
Any tips?
Zhang Le
From: John H. <jdh...@ac...> - 2006年06月30日 15:23:55
>>>>> "Zhang" == Zhang Le <zha...@gm...> writes:
 Zhang> Hi, I'm trying to plot a set of points using given RGB
 Zhang> tuples as color: plot([0.5],[0.5], '.', markersize=50,
 Zhang> color=(0.5,0.5,0.5)) there is no error but the point I got
 Zhang> is still blue. Any tips?
markers and lines have different property names.
 plot([0.5],[0.5], '.', markersize=50, markerfacecolor=(0.5,0.5,0.5)) 
the properties that control markers are markerfacecolor,
markeredgecolor and markeredgewidth, with abbreviations mfc, mec and
mew.
JDH
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /