Unverified Commit cec4e299 authored by Jacob Kaufman's avatar Jacob Kaufman Committed by GitHub
Browse files

Updating Example

parent 4f37dac1
Loading
Loading
Loading
Loading
+0 −34
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





%% Cell type:code id: tags:

``` python
map.Display_Map()
```

%% Output





%% Cell type:code id: tags:

``` python
```