http://forums.eviews.com/viewtopic.php? ... it=scatter
I would suggest to improve the treatment of SETELEM when using a scatter diagram. In the current Eviews version,
Code: Select all
mychart.SETELEM(1) symbol(FILLEDCIRCLE) linecolor(red)Code: Select all
mychart.SETELEM(1) legend(This is my first Y series)Code: Select all
mychart.SETELEM(1) symbol(FILLEDCIRCLE) linecolor(red)
mychart.SETELEM(2) symbol(FILLEDCIRCLE) linecolor(black)
mychart.SETELEM(1) legend(This is my X variable)
mychart.SETELEM(2) legend(This is my first Y series)
mychart.SETELEM(3) legend(This is my second Y series)
