JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

Switch from Gtk3 to Gtk4 #313

Closed tknopp closed 1 year ago

tknopp commented 1 year ago

As the title says. Gtk4.jl is now usable enough.

codecov[bot] commented 1 year ago

Codecov Report

Base: 54.40% // Head: 55.07% // Increases project coverage by +0.66% :tada:

Coverage data is based on head (7a058ad) compared to base (34ad7c3). Patch coverage: 70.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #313 +/- ## ========================================== + Coverage 54.40% 55.07% +0.66% ========================================== Files 10 11 +1 Lines 2733 2738 +5 ========================================== + Hits 1487 1508 +21 + Misses 1246 1230 -16 ``` | [Impacted Files](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics) | Coverage Δ | | |---|---|---| | [src/gtk.jl](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2d0ay5qbA==) | `60.00% <70.00%> (-8.19%)` | :arrow_down: | | [src/precompile.jl](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL3ByZWNvbXBpbGUuamw=) | `100.00% <0.00%> (ø)` | | | [src/Winston.jl](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL1dpbnN0b24uamw=) | `62.89% <0.00%> (+0.28%)` | :arrow_up: | | [src/config.jl](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL2NvbmZpZy5qbA==) | `95.91% <0.00%> (+0.79%)` | :arrow_up: | | [src/plot.jl](https://codecov.io/gh/JuliaGraphics/Winston.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL3Bsb3Quamw=) | `51.50% <0.00%> (+2.37%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.