Legends

InfoInfo
Search:    

Legends

Though you can see basic examples of legends in the previous examples the basic commands are outlined below:

As of the 0.6 release of GUESS we also include a special GradientLegend object to visualize continuous data. The syntax for this GradientLegend object is:

GradientLegend(start_color, end_color, min, max, tick_mark_every)

The visualization will show the min and maximum value with a tick mark every tick_mark_every units. The following code generated the figure below:

colorize(freq,red,yellow)
GradientLegend(red,yellow,freq.min,freq.max,10)


grad.jpg

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.