Commit 302018e0 authored by Jacob Kaufman's avatar Jacob Kaufman
Browse files

updated python naming conventions

parent e2e05b8d
Loading
Loading
Loading
Loading
(8 KiB)

File changed.

No diff preview for this file type.

(6 KiB)

File changed.

No diff preview for this file type.

(6 KiB)

File changed.

No diff preview for this file type.

+2 −19
Original line number Diff line number Diff line
%% Cell type:code id: tags:

``` python
import CartoCosmos as l

map = l.Planetary_Maps('mercury')
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()
map.display_map()
```

%% Output




%% Cell type:code id: tags:

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

%% Output





%% Cell type:code id: tags:

``` python
```
(6 KiB)

File changed.

No diff preview for this file type.

Loading