There was an error while loading. Please reload this page.
1 parent 8c0c6b8 commit 3edff0bCopy full SHA for 3edff0b
1 file changed
docs/tutorial.rst
@@ -403,6 +403,7 @@ The main class in the maps module is the Map class. In this code we create a def
403
The maps modules also allows you to make custom maps with markers, circles and regions.
404
405
.. ipython:: python
406
+
407
from datascience.maps import Map, Marker, Circle, Region # import the Map, Marker, Circle and Region class
408
409
# generates markers with custom sets of coordinates, colors and popups
0 commit comments