Loading Jupyter Notebook/examples/Example.ipynbdeleted 100644 → 0 +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 ``` Loading
Jupyter Notebook/examples/Example.ipynbdeleted 100644 → 0 +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 ```