mmikhasenko / ThreeBodyDecays.jl

Builder of the three-body decay model using cascade approach
https://mmikhasenko.github.io/ThreeBodyDecays.jl/
MIT License
2 stars 0 forks source link

[FR] Method to plot zoom area of Dalitz #8

Open mmikhasenko opened 7 months ago

mmikhasenko commented 7 months ago

Currently, one can change xlim, ylim, but it does not change the computation grid. The plotting of the fraction of dalitz can be made more efficient.

plot(σs -> intensity(model1, σs),
    ms, Ngrid=500, iσy=2, iσx=3, colorbar=true,
    xlim=((mK+mp)^2, 2.5^2))