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

Display plot when possible (JuPyteR, Juno (when ready)) #36

Closed
alanedelman opened this issue Jan 20, 2017 · 1 comment
Closed

Display plot when possible (JuPyteR, Juno (when ready)) #36

alanedelman opened this issue Jan 20, 2017 · 1 comment

Comments

@alanedelman
Copy link

I really want a histogram to appear by default
ok to label minimum , maximum, mean

A picture is worth a mega-byte of numbers :-)

@jrevels
Copy link
Member

jrevels commented Jan 20, 2017

It'd be nice to have some plotting functionality, though it really shouldn't happen by default, and BenchmarkTools shouldn't have a hard dependency on a plotting stack.

BenchmarkTools actually already has some simple KDE plotting code sitting in the source tree, but I didn't expose an API to it and it's not very fleshed out.

I think the more valuable (but more time/effort-intensive) pursuit would be generating interactive reports as described in #1.

ararslan added a commit that referenced this issue Oct 20, 2017
The optional dependency on PyPlot and KernelDensity means that the
package was unable to support precompilation. Instead, plotting
integration should go in a separate package.

Closes #36.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants