Commit aa91e657 authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

Should be good to merge now

parent b04cdd44
Loading
Loading
Loading
Loading
+2 KiB (8 KiB)

File changed.

No diff preview for this file type.

+6 KiB

File added.

No diff preview for this file type.

+6 KiB

File added.

No diff preview for this file type.

+17 −0
Original line number Diff line number Diff line
%% Cell type:code id: tags:

``` python
import CartoCosmos as l

map = l.planetary_maps('mercury')

map.add_wkt("POLYGON ((-187.03125 22.851563, -187.03125 35.15625, -167.34375 35.15625, -167.34375 22.851563, -187.03125 22.851563))")

map.display_map()
```

%% Output



+6 KiB

File added.

No diff preview for this file type.

Loading