Would you please guide me how I can remove the legend of hexbinplot? I set legend = NULL, however, it does not work.
CODE:
hexbinplot(V1 ~ V2, 
           data = magic,
           xbins = 100,
           legend = NULL,
           type = c("g", "r"),
           ylab = 'V1',
           xlab = 'V2',
           colramp=my_colors)
 
    