PLOT() function...which WINDOW() to plot to...?1052 (9/12/2012 1:56:04 PM) comp.lang.idl-pvwave Hello,
I have some code that does this:
; Set the graphics buffering
buffer = KEYWORD_SET(png)
then, inside some loops (director and file lists), a window is created
like so:
w = WIN... Paul
Function graphics equivalent of !X.OMARGIN?1101 (7/5/2012 9:18:14 PM) comp.lang.idl-pvwave Hello,
I do a fair amount of multiple plots on a single page. With DG I used !P.MULTI with abandon. If I needed a image with a
colourbar, I would use !X.OMARGIN to leave enough room on the right hand side o... Paul
Equivalent of direct graphics PSYM=10 in function graphics?268 (7/2/2012 10:36:57 PM) comp.lang.idl-pvwave Hello,
I'm plotting some histograms in both direct and function graphics (yes, I'm a masochist) and I like the clean look of
the PSYM=10 option in direct graphics. I would like to replicate that in function... Paul
IDL v7.0 "native" colourbar procedure?346 (4/30/2012 4:32:48 PM) comp.lang.idl-pvwave Hello, I have a colleague who is using a machine with a bog-standard IDL v7.0 install. I'm putting together a small script to allow him to contour some data and I'm wondering: is there is a pre-function-graphi... Paul
Substituting multiple strings into a program449 (8/8/2012 7:50:58 PM) comp.lang.idl-pvwave I believe the topic may be a bit confusing, so I'll try to describe what I =
wish to do here. You'll have to forgive me if I don't use the correct termi=
nology as I'm not exactly skilled in any sort of progr... dasanch1(3)
structure arrays with different structures351 (9/9/2012 1:08:38 AM) comp.lang.idl-pvwave Hi all,
I'm having some data that's gathered together in different structures and a=
rrays, and I want to collect everything in a structure array in this manner=
:
struct_template =3D { name:'', select:... sfrimann(6)
Attribute for unused dummy arguments1363 (9/13/2012 8:36:09 AM) comp.lang.fortran What about an attribute that asserts that a dummy argument is unused by
a procedure? (I apologize if this has been discussed before.)
Reason:
1) A procedure interface may be predefined or shared by seve... seesig3208(122)
Managing several object instances541 (9/17/2012 10:05:01 PM) comp.lang.idl-pvwave Dear all,
it's quite late and I can't get some sleep, so I thought that the forum wou=
ld be a pretty good way to clear out some thoughts that have been keeping m=
e from sleeping. Soooo, after having writte... helder5178(48)
idl path issue353 (9/20/2012 4:05:10 PM) comp.lang.idl-pvwave Hi all,
I am encountering a very strange problem with my idl path. I created a proc=
edure and placed it in a directory that is in my path. When I open a new id=
l session and try to run the program, IDL t... sdjohnson.mail(2)