Page 1 of 1

Histogram Overlap

Posted: Wed Nov 04, 2015 10:16 am
by Katjes
Hi there, I would like to plot two histograms for two series ff1 ff2 in one graph - no problem.
But it didn't find a way (in EViews 9) to deal with the fact that you cannot see the 2nd histogram bins if they are smaller then the first one, and vice versa.

Code: Select all

group ff ff1 ff2
freeze(graph) ff.distplot(s) hist(anchor=0, binw=user, binval=0.2)


of course different lines and fillcolors can be used but they still overlapp and don't give transparency, any ideas?

Code: Select all

graph.setelem(1) fillcolor ....

Re: Histogram Overlap

Posted: Wed Nov 04, 2015 12:03 pm
by EViews Glenn
Unfortunately, there is currently no, "no fill" option. I'll put it on the list of things to look at for a future version.