FUNCTION ul ; ; This function determines and returns the normalized coordinates ; of the upper left corner of the axis box, for use by the legend ; procedure. ; RETURN,CONVERT_COORD([!X.CRANGE(0),!Y.CRANGE(1)],/DATA,/TO_NORMAL) END