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