George,
There's no good way to do this in a single view. However, if your final output is either an image file or the printer, you can use a different layout to create multiple views. When you export to an image, or print, the view boundaries will not show up.
So for example:
iplot,findgen(10),VIEW_GRID=[1,2]
iplot,findgen(10),/VIEW_NEXT
Then, remove the axes that you don't want, and translate the two plots in the Y dimension to be closer to each other (ie, move them closer to the view boundary). Also, make sure your iplot window is sized to the proportions you prefer.
If you select either File->Export, or File->Print, you'll get both views but without the red and grey view boundary lines.
Dave
|