mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
update(skew_stats): add riseup width vs runid scatter
This commit is contained in:
parent
c8e2ff356b
commit
f1a773b815
1 changed files with 10 additions and 0 deletions
|
@ -1114,6 +1114,15 @@ let
|
|||
fig
|
||||
end
|
||||
|
||||
# ╔═╡ 2835ff7c-d6cc-49d8-b35c-0071a8364376
|
||||
scatter(
|
||||
df_skews_selected_valids.runid,
|
||||
df_skews_selected_valids.width,
|
||||
markersize = 7,
|
||||
alpha = 0.2,
|
||||
axis = (xlabel = "runid", ylabel = "width"),
|
||||
)
|
||||
|
||||
# ╔═╡ 6c3c7669-d594-425d-bf05-9aa217c7656e
|
||||
md"""
|
||||
# turn on curves
|
||||
|
@ -1288,5 +1297,6 @@ end
|
|||
# ╠═46b2a3cd-d2e6-4277-8b65-9c61f25f69e8
|
||||
# ╟─55bad662-cfdd-45c8-81bf-4e65e5c8434e
|
||||
# ╠═13bb4978-b98d-44a3-a4b6-4241cadc609b
|
||||
# ╠═2835ff7c-d6cc-49d8-b35c-0071a8364376
|
||||
# ╠═6c3c7669-d594-425d-bf05-9aa217c7656e
|
||||
# ╠═e9b3f541-d87d-4424-8b82-be1b7b3273d8
|
||||
|
|
Loading…
Add table
Reference in a new issue