Hi everyone
I'm trying to delete a particular label from a plot I'm creating. When I use the "shade" command, I'm able to make the particular label dissappear. However, since I'm trying to generate a special color plot, when I use the "fill" command, the label automatically reappears.
For instance:
yes? shade monthRain
**here, the plot that is generated has the "DATA SET: ..." label (the one I wish to remove)
yes? go unlabel ($lab1)
!-> go unlabel DATA SET: 3A11.20130101.7.HDF.Z.ncml
yes? shade monthRain
**, here, the "DATA SET:..." label is removed
But... when I try running the fill command, this label reappears:
yes? fill/palette=ocean_blue_rev/levels=(0,590,30)/title="Precipitation (mm)" monthRain
yes? fill/palette=ocean_blue_rev/levels=(0,590,30) monthRain
yes?
Any ideas of how to apply the label removal while also using the "fill" command?
Thanks!