Esempio n. 1
0
 def legend_parameters(self):
     """Legend parameters for daylight factor analysis."""
     return LegendParameters([0, 100])
Esempio n. 2
0
 def legendParameters(self):
     """Legend parameters for solar access analysis."""
     col = Colorset.Ecotect()
     return LegendParameters([0, 'max'], colors=col)
Esempio n. 3
0
 def legend_parameters(self):
     """Legend parameters for grid based analysis."""
     return LegendParameters([0, 3000])