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