ternary plot gridding using ternplot

431 views Asked by At

How to change the triangular grid to dotted lines in ternplot? The default is solid lines. All options I have tried produces errors or unwanted effects.

1

There are 1 answers

0
jam_27 On

ok, got it.. add the following in plot for line 80 , 82 and 84 in ternaxes.m.

'linestyle',':'

this does the job

e.g. for the first

plot([lxa(i+1) lxb(nlabels - i + 2)], [lya(i+1) lyb(nlabels - i + 2)], ls, 'color', tc, 'linestyle',':', 'linewidth',1,...
           'handlevisibility','off');