comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Plotting symbols filled with pattern(s)
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Plotting symbols filled with pattern(s) [message #92125] Fri, 16 October 2015 06:45 Go to next message
andry is currently offline  andry
Messages: 7
Registered: March 2013
Junior Member
Hi,

Could anybody point me to some help on plotting symbols with filled pattern? Something like "plotsym.pro" but allowing to fill the symbol with pattern.

Thanks in advance,

Andry
Re: Plotting symbols filled with pattern(s) [message #92130 is a reply to message #92125] Fri, 16 October 2015 07:50 Go to previous messageGo to next message
Russell[1] is currently offline  Russell[1]
Messages: 101
Registered: August 2011
Senior Member
On Friday, October 16, 2015 at 9:45:41 AM UTC-4, andry wrote:
> Hi,
>
> Could anybody point me to some help on plotting symbols with filled pattern? Something like "plotsym.pro" but allowing to fill the symbol with pattern.
>
> Thanks in advance,
>
> Andry

To my knowledge there isn't any off-the-shelf utility for this. But it wouldn't be that hard to create the symbol with some auxiliary function:

pro circle,x,y,RADIUS=radius
;compute circle

;plot circle
polyfill, pattern=pattern

end

then loop over the data points in your plot and call this procedure each time. It's ugly and probably slow if you have a lot of data --- but if you have a lot of data, then plotting a pattern like this is gonna be costly anyway.

-Russell
Re: Plotting symbols filled with pattern(s) [message #92131 is a reply to message #92125] Fri, 16 October 2015 07:57 Go to previous message
andry is currently offline  andry
Messages: 7
Registered: March 2013
Junior Member
Hi,
Thanks for the advice. Yes, I do have large number of data and was hoping somebody has an optimized routine to do so.
Cheers,
Andry
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: psym=10
Next Topic: Create curves

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 09:13:39 PDT 2025

Total time taken to generate the page: 0.00477 seconds