[Matplotlib-users] scatter plot with data coord sized glyphs

Heiland, Randy heiland at iu.edu
Tue May 21 14:08:32 EDT 2019


Thanks Scott! That certainly gets me closer. One question/problem I still have is that it doesn’t seem to like RGB as colors, in spite of the docs. I’ve attached a simple  example.

Randy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_circ2.py
Type: text/x-python-script
Size: 3148 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20190521/109b2264/attachment.bin>
-------------- next part --------------


> On May 21, 2019, at 12:35 PM, Scott Lasley <selasley at icloud.com> wrote:
> 
> Syrtis Major's gist at  https://gist.github.com/syrte/592a062c562cd2a98a83  seems to do what you want.  See this stackoverflow answer for an example of the circles function in action - 
> https://stackoverflow.com/questions/9081553/python-scatter-plot-size-and-style-of-the-marker/24567352#24567352
> 
> hth,
> Scott
> 
>> On May 21, 2019, at 11:42 AM, Heiland, Randy <heiland at iu.edu> wrote:
>> 
>> Hello,
>> Is it possible to specify scatter plot glyph sizes - specifically, circles and, e.g., radii, in data coords, rather than “marker size” of “points**2”?
>> thanks, Randy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4054 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20190521/109b2264/attachment-0001.bin>


More information about the Matplotlib-users mailing list