[Thread Prev][Thread Next][Index]

Re: [ferret_users] specifying graticule color changes the plot color (line plot)



Dear Saurabh and Ryo,

Here is the simple script hope it will work well.

let func_ryo = 2*i
ppl tics,0.09,0.09,0.09,0.09,0.09,0.09
ppl color 6,80,80,80
ppl color 3,65,65,65
plot/grat=(dash,color=6)/line=8/symb func_ryo

Best Regards
Pratik 


On Mon, Mar 21, 2022 at 5:51 PM Ryo Furue <furue@xxxxxxxxxx> wrote:
Hi Saurabh,

On Fri, Mar 18, 2022 at 10:50 PM saurabh rathore <rohitsrb2020@xxxxxxxxx> wrote: 
 
However, when I issue the command as shown below it issues the graticule command to my variable without changing itself. I can not understand why it is so.

plot/thick=2.1/axes/set/nolab/nokey/dash/col=(99,30,30)/HGRAT="large=(dash, color=(50,50,50,50))"/VGRAT=&

[Thread Prev][Thread Next][Index]