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

contributors graph: Add support for -/+ plots, with one plot with reversed y axis #45

Open
jnareb opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jnareb
Copy link
Member

jnareb commented Nov 8, 2024

It could look something like the following plot from 01-timeline.ipynb (though doing the area plot with step function could be difficult with hvPlot)
sum(-:count) | sum(+:count)

Would it need overlay (plot1 * plot2), or one plot below the other (plot1 + plot2).cols(1)

@jnareb jnareb added the enhancement New feature or request label Nov 8, 2024
@jnareb jnareb added this to the msr2025-plots_for_paper milestone Nov 8, 2024
@jnareb jnareb self-assigned this Nov 8, 2024
@jnareb
Copy link
Member Author

jnareb commented Nov 15, 2024

Experiments with those plots are present in #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant