-
Notifications
You must be signed in to change notification settings - Fork 33
Adding plotting functions for Makie #477
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
==========================================
- Coverage 50.34% 48.20% -2.14%
==========================================
Files 121 122 +1
Lines 5961 6225 +264
==========================================
Hits 3001 3001
- Misses 2960 3224 +264 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
ping @oschulz |
|
Thanks for the reminder, I'll take a look later! |
|
@oschulz ? |
|
I talked to some of the Makie developers at JuliaCon. They strongly discourage specializing |
Overview
This PR is adding plotting functions to BAT for use with Makie.jl
Some basic plot types are implemented for 1d and 2d. The plotting is fully extensible by providing structs of abstract type
plot_cfg_1dandplot_cfg_2d, respectively, together with corresponding function implementations:or, respectively,
Current recipes include:
1d plots:
2d plots:
Example usage:
using CairoMakie, DataStructures