Display treeΒΆ

from pylook.pylook_object.plot_object import FigureSet, Figure, GeoSubplot

s = FigureSet()
f = Figure()
s.appends(f)
g = GeoSubplot()
f.appends(g)
s

Total running time of the script: ( 0 minutes 0.001 seconds)

Gallery generated by Sphinx-Gallery