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

Add parameterplot! and lplot! for parameter plots #5

Merged
merged 3 commits into from
Feb 20, 2025
Merged

Conversation

fhagemann
Copy link
Contributor

This is a plot recipe that already exists in LegendDataManagement for Plots:

using LegendMakie, CairoMakie
using LegendDataManagement

l200 = LegendData(:l200)
filekey = start_filekey(l200, :p03, :r000, :cal)
chinfo = channelinfo(l200, filekey; system = :geds, only_processable = true, extended = true)
pars = l200.par.rpars.ecal(filekey)
properties = [:e_cusp_ctc, :fwhm, :qbb]
lplot(chinfo, pars, properties, figsize = (1600,400))

image

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

Attention: Patch coverage is 91.52542% with 5 lines in your changes missing coverage. Please review.

Project coverage is 89.24%. Comparing base (446973e) to head (e5f9e0d).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
ext/LegendMakieLegendDataManagementExt.jl 91.52% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   88.54%   89.24%   +0.70%     
==========================================
  Files           8        9       +1     
  Lines         192      251      +59     
==========================================
+ Hits          170      224      +54     
- Misses         22       27       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fhagemann fhagemann force-pushed the parameterplot branch 2 times, most recently from 1019aad to 3aa0043 Compare February 20, 2025 13:33
@fhagemann fhagemann merged commit e67f47e into main Feb 20, 2025
9 checks passed
@fhagemann fhagemann deleted the parameterplot branch February 24, 2025 17:54
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

Successfully merging this pull request may close these issues.

1 participant