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

Home » Public Forums » archive » points on a plot
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
points on a plot [message #84745] Fri, 07 June 2013 02:49 Go to next message
fd_luni is currently offline  fd_luni
Messages: 66
Registered: January 2013
Member
Hi all

I had compute the singular values using the SVDC command and I want to present on my graph each eigenvalue with a dot or any other symbol.

I tried something like this
IDL> xx = [1,2,3]
IDL> yy = [1,3,4]
IDL> plots, xx, yy, psym = 4

but I want to keep the line and add symbols in each singular value. Does anyone know?

With Thanks
Maria
Re: points on a plot [message #84746 is a reply to message #84745] Fri, 07 June 2013 03:14 Go to previous message
Heinz Stege is currently offline  Heinz Stege
Messages: 189
Registered: January 2003
Senior Member
On Fri, 7 Jun 2013 02:49:26 -0700 (PDT), fd_luni@mail.com wrote:

> Hi all
>
> I had compute the singular values using the SVDC command and I want to present on my graph each eigenvalue with a dot or any other symbol.
>
> I tried something like this
> IDL> xx = [1,2,3]
> IDL> yy = [1,3,4]
> IDL> plots, xx, yy, psym = 4
>
> but I want to keep the line and add symbols in each singular value. Does anyone know?
>
> With Thanks
> Maria


Hi Maria,

yes, it's a little bit hidden. Using negative values for psym makes a
plot with symbols connected by straight lines:

plots, xx, yy, psym = -4

Cheers, Heinz
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Patagonia Trek
Next Topic: Re: Working with lists

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

Current Time: Wed Oct 08 15:28:36 PDT 2025

Total time taken to generate the page: 0.00509 seconds