Page 1 of 1
Labelling columns and adding texts to charts from a matrix
Posted: Tue Oct 20, 2015 10:54 am
by trubador
Code: Select all
wfcreate u 100
matrix y = @mnrnd(100,3)
y.setcollabels head1 head2 head3
freeze(mode=overwrite,chart) y.line(m)
'Labels do not appear
show chart
'It keeps the existing text by default (I understand that it only works for predefined four positions. It would be nice if it did work for user defined positions as well)
chart.addtext(1.76,-0.46) head1
Re: Labelling columns and adding texts to charts from a matr
Posted: Tue Oct 20, 2015 2:33 pm
by EViews Jason
We will get the proper labels to appear in the next patch
Re: Labelling columns and adding texts to charts from a matr
Posted: Fri Oct 23, 2015 1:33 am
by trubador
Thanks for the patch. Unfortunately, this time all the labels appear as that of the first column.
Re: Labelling columns and adding texts to charts from a matr
Posted: Fri Oct 23, 2015 8:10 am
by EViews Jason
My apologies. We will get it fixed again