Re: removing rect frame arounf mollweide plots

From: Dave Kennison (kennison AT unknown)
Date: Tue Jun 23 1998 - 14:19:09 MDT


Rich,

> How do you remove the rectangular perimeter around the Mollweide-type
> plots? I just want to have the limb line and not the perimeter.
> I've tried various combinations of calling MAPSTI for parameters 'PE'
> and 'EL', and still get the perimeter. Any ideas?

I just ran this program:

      PROGRAM TESTIT
        CALL OPNGKS
        CALL MPSETI ('PE',0)
        CALL MAPROJ ('MO',0.,0.,0.)
        CALL MAPDRW
        CALL CLSGKS
        STOP
      END

It produced a Mollweide-type map with no rectangular perimeter. This seems
to say that EZMAP is not producing the perimeter you're seeing. Perhaps
something else is doing it?

Dave Kennison



This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:40:34 MDT