-
Notifications
You must be signed in to change notification settings - Fork 17
combine plots #127
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
base: main
Are you sure you want to change the base?
combine plots #127
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #127 +/- ##
==========================================
+ Coverage 82.43% 88.71% +6.27%
==========================================
Files 18 19 +1
Lines 10625 12367 +1742
==========================================
+ Hits 8759 10971 +2212
+ Misses 1866 1396 -470 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
…handling for tolerances and algorithms
…ine plotting functions
…ling.jl into combine_plots
…152) * Initial plan * Add plotting.md documentation and generate_plots.jl script Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Add plotting documentation references to docstrings Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Add README for plot generation and note to plotting_script.jl Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Remove plotting documentation references Removed references to comprehensive plotting documentation in multiple sections. * Remove SAVE_PLOTS_NAME constant Removed the SAVE_PLOTS_NAME constant from common docstrings. * Delete docs/README_plots.md * Fix plot filename references to match automatic naming convention Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> Co-authored-by: Thore Kockerols <thorek1@users.noreply.github.com>
…onse function plots
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com>
…ing impulse response function plots and saving them to the documentation assets directory. This script was previously used to facilitate the regeneration of documentation plots.
…on! for combining multiple solutions (#153) * Initial plan * Refactor plot_solution to accept single algorithm and add plot_solution! Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Update tests for new plot_solution API Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Remove duplicate include of default_options.jl in MacroModelling.jl * Add relevant input differences table to plot_solution! for comparing multiple solutions Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Fix plot_solution to handle single container case on first call Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Implement legend with 2 columns and show relevant input difference for single difference case Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * Add support for multiple states with separate plot sets per state Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> * order of legend items * Adjust layout heights in _plot_solution_from_container to accommodate varying input differences * fix plot solution * Enhance functionality tests by adding comprehensive plot_solution! tests for multiple algorithms and states --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thorek1 <13523097+thorek1@users.noreply.github.com> Co-authored-by: thorek1 <thorek1@users.noreply.github.com> Co-authored-by: Thore Kockerols <Thore.Kockerols@ecb.europa.eu>
…977-682bd45f4534
…play names with alphabetical sorting (#157)
No description provided.