Intro
Graphs Demo¶
In [1]:
Copied!
import salmongis
import salmongis.graphs as sg
import salmongis
import salmongis.graphs as sg
In [2]:
Copied!
#This package is used to create a map with a combined UI
m = sg.Map()
#Add the combined ui function to the map. This is the only function in this package.
m.add_combined_ui()
m
#This package is used to create a map with a combined UI
m = sg.Map()
#Add the combined ui function to the map. This is the only function in this package.
m.add_combined_ui()
m
Out[2]: