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

Home » Public Forums » archive » CgTaylorDiagram
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: CgTaylorDiagram [message #90402 is a reply to message #90395] Fri, 27 February 2015 15:54 Go to previous message
Matthew Argall is currently offline  Matthew Argall
Messages: 286
Registered: October 2011
Senior Member
The program indicates where start. On line 372 it says


; Construction of the diagram.

; PART I: Outer Axis circle and RMS circles
cir_npts = 1000 ;number of points of the outer circle
x = Findgen(cir_npts)/(cir_npts-1) * stddev_max
y = SQRT(stddev_max^2 - x^2) ; Equation of Outer circle. stddev_max is maximun of the radius of the Correlation Circle Axis


Then line 436 draws the outer arc.

cgPlotS, x, y


That should get you started. Much of the rest is drawing tickmarks.
[Message index]
 
Read Message
Read Message
Previous Topic: Axis issues, cgSurf and cgContour
Next Topic: Debuging

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

Current Time: Fri Oct 10 01:57:53 PDT 2025

Total time taken to generate the page: 0.52599 seconds