Open
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:
|
Collaborator
Author
|
ping @oschulz |
Member
|
Thanks for the reminder, I'll take a look later! |
Collaborator
Author
|
@oschulz ? |
Member
|
I talked to some of the Makie developers at JuliaCon. They strongly discourage specializing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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, DataStructuresplot(samples)