Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prettier histograms #8

Open
mspraggs opened this issue May 26, 2016 · 2 comments
Open

Prettier histograms #8

mspraggs opened this issue May 26, 2016 · 2 comments
Assignees
Milestone

Comments

@mspraggs
Copy link
Contributor

Can this be done? By "prettier" I mean for example filled stacked histograms like in this paper: http://arxiv.org/pdf/1602.01767.pdf. I'm not so familiar with Gnuplot, so I don't know it's limitations.

@aportelli aportelli self-assigned this May 26, 2016
@aportelli
Copy link
Owner

aportelli commented May 26, 2016

Gnuplot does not have a stacked mode for this particular style I use here (I found the real histogram style cumbersome). However, it is very easy to stack the data manually from the C++ side. You could have a class similar to PlotHistogram called PlotStackedHistogram with a const std::vector<Histogram> & as an argument.
Please feel free to give it a shot, I can help you with the gnuplot syntax if you need. The actual code of PlotHistogram should give a good starting point.

@mspraggs
Copy link
Contributor Author

Okay thanks. If I find the time I'll give it a try.

@aportelli aportelli added this to the 3.3 milestone Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants