Re: need to develop interactive plot routine [message #38972] |
Fri, 16 April 2004 13:48 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
picard writes:
> I need to develop IDL code that will bring up a plot window that can
> be manipulated. A partial list of the manipulations that are needed
> are:
>
> -changing line thickness
> -changing the line scaling
> -changing the scale of the x-axis or y-axes
> -changing the titles
>
> Have any of you Guru's out there programmed up such a beast? Would you
> mind sharing?
Here you go:
http://www.dfanning.com/programs/mpi_plot.zip
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|
Re: need to develop interactive plot routine [message #38973 is a reply to message #38972] |
Fri, 16 April 2004 13:35  |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
picard wrote:
> I need to develop IDL code that will bring up a plot window that can
> be manipulated. A partial list of the manipulations that are needed
> are:
>
> -changing line thickness
> -changing the line scaling
> -changing the scale of the x-axis or y-axes
> -changing the titles
>
> Have any of you Guru's out there programmed up such a beast? Would you
> mind sharing?
The official version is called iPlot. Comes with IDL v6.0 +.
Otherwise, there is David Fanning's MPI_PLOT:
http://www.dfanning.com/documents/programs.html#MPI_PLOT
which I think does everything you asked for and is probably easier to use (I haven't used
iAnything since mucking about with iSurface. Oof.)
paulv
|
|
|