I recieved a very helpful message from the IDL support team.
They told me that instead of using IDLgrWindow to create my window, I can use object_name = window().
They created a scalable and resizable window that I had a reference to. I could then directly add my contour object, vector object and streamline object by including the /overplot parameter. I added polylines to my window by using object_name = polyline(x_vertices,y_vertices,[parameters]). The result was a graphics window that did exactly what I needed it to do. Contain field lines on top of my vector field with a resizable and scalable window.
Thanks again IDL team!
|