File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,13 +388,13 @@ Let's do the bootstrap test on the two categories.
388
388
389
389
Drawing Maps
390
390
------------
391
- The main class in the maps module is the Map class. In this code we create a default map . Maps can be displayed or converted to html.
391
+ The main class in the maps module is the Map class. In this code we create a default Map . Maps can be displayed or converted to html.
392
392
393
393
.. ipython :: python
394
394
395
395
from datascience.maps import Map # import the Map class
396
- default_map = Map() # generate a default map
397
- default_map.show() # display the map
396
+ default_map = Map() # generate a default Map
397
+ default_map.show() # display the Map
398
398
399
399
html = default_map.as_html() # generate the html
400
400
with open (' map.html' , ' w' ) as f: # make a file to store the html
You can’t perform that action at this time.
0 commit comments