this suggestion for future updates of EVEIWS is to allow for placeholders and shortcuts in the generation of mixed graphs via the group.mixed command, such as:
Represent all series in the group as stacked bars except the fourth series which should be represented as a line
Code: Select all
mygroup.mixed stackedbar(*) line(4)Code: Select all
mygroup.mixed stackedbar(1-3) line(4)Code: Select all
mygroup.mixed stackedbar(1-3,5) line(4)Code: Select all
mygroup.mixed stackedbar(*) line(x)