Muyin,On Sun, Jun 21, 2020 at 12:42 AM Muyin Wang - NOAA Affiliate <muyin.wang@xxxxxxxx> wrote:I did a polar stereographic plot then tried to write a label by using the following command:go mp_label 10, 35, 0, 0, 0.14 @SR"5-23 February 2018"Then in the label, ferret displayed"5-23 February 2018, with the first " in the label.It's not unique to polar stereographic plots:set data levitus_climatology
fill/k=1 temp
label 150,0,0,0,0.2,"@SR5-23 February 2018" ! <- Correct
fill/k=1 temp
label 150,0,0,0,0.2,@SR"5-23 February 2018" ! <- IncorrectThe font specifier "@SR" should be within the string.But if I do :go mp_label 10, 35, 0, 0, 0.14 @SR5-23 February 2018, without "then only 5-23 displayed in the label.because of the s
- References:
- [ferret_users] trailing slash in symbol
- From: Marco van Hulten
- Re: [ferret_users] trailing slash in symbol
- From: Ryo Furue
- [ferret_users] another label issues
- From: Muyin Wang - NOAA Affiliate
- [ferret_users] Re: another label issues
- From: Ryo Furue
- Previous by thread: [ferret_users] Re: another label issues
- Next by thread: Re: [ferret_users] trailing slash in symbol
[Thread Prev][Thread Next][Index]