Thumbnail draws an thumbnail representing a legend entry. The thumbnail will usually show a smaller representation of the style used to plot the corresponding data.
(c *draw.Canvas)
| 74 | // a smaller representation of the style used |
| 75 | // to plot the corresponding data. |
| 76 | Thumbnail(c *draw.Canvas) |
| 77 | } |
| 78 | |
| 79 | // NewLegend returns a legend with the default parameter settings. |
no outgoing calls
no test coverage detected