Skip to content
Prev 28048 / 398498 Next

legend

Try:

legend(locator(1), month.abb[1:5], fill=1:5)
The "T" is interpreted as (equal to?) a "1", so you're requesting the 
boxes to be filled with color 1, which is black.

  - Hedderik.