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

Home » Public Forums » archive » Multiple IPlot positioning.
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
Multiple IPlot positioning. [message #47910] Thu, 16 March 2006 01:58
arm2arm is currently offline  arm2arm
Messages: 4
Registered: March 2006
Junior Member
Hello IDL experts and users.
I just trying to put several plots together in iPlot.
By lyout I putted 3 plots. Like:
----------------
| | |
----------------
| |
----------------
Now the problem is to adjust relative positions of Plots in each view.
Can I programmicaly put coordinates for Plots?
I did:
otool->FindIdentifiers('*LAYER/*/PLOT')
iPlot, data0
iPlot, data1, /VIEW_NEXT
iPlot, data2, /VIEW_NEXT
tool = ITGETCURRENT(TOOL=oTool)
print, otool->FindIdentifiers('*LAYER/*/PLOT')
oPlot=otool->GetByIdentifier(idPlot)
print, oPlot->QueryProperty()
Its gives:
---------
NAME DESCRIPTION HIDE ACTIVE_POSITION CLIP_PLANES DEPTH_TEST_DISABLE
DEPTH_TEST_FUNCTION DEPTH_WRITE_DISABLE LIGHTING RENDER_METHOD
SELECT_TARGET TRANSFORM
VISUALIZATION_PALETTE X_ERRORBARS Y_ERRORBARS ERRORBAR_COLOR
ERRORBAR_CAPSIZE PLOT_TRANSPARENCY ALPHA_CHANNEL COLOR PALETTE
LINESTYLE THICK MIN_VALUE
MAX_VALUE HISTOGRAM NSUM POLAR VERT_COLORS FILL_BACKGROUND FILL_LEVEL
FILL_COLOR TRANSPARENCY ZVALUE SYM_INDEX SYM_SIZE USE_DEFAULT_COLOR
SYM_COLOR
SYM_THICK SYM_INCREMENT
----------
Nothing is looks like bound box or Location...
How to specify position and size of oPlot?
Thanks.
Arman.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Need help in IDLgrSurface and vertical exaggeration
Next Topic: WHERE_ARRAY, a problem?

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

Current Time: Sat Oct 11 05:02:16 PDT 2025

Total time taken to generate the page: 0.56057 seconds