SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
121 stars 91 forks source link

Implement plotat for solution plot recipe #578

Closed ChrisRackauckas closed 6 months ago

ChrisRackauckas commented 6 months ago

This allows the user to specify the times to plot at when using the recipe. This makes it so you can better control the times even when just using the automated dense form. This is much better than interpolating and then plotting since it has all of the niceties like the automated labels.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5340bea) 39.44% compared to head (f8b9af0) 39.45%.

Files Patch % Lines
src/solutions/solution_interface.jl 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #578 +/- ## ======================================= Coverage 39.44% 39.45% ======================================= Files 53 53 Lines 4036 4038 +2 ======================================= + Hits 1592 1593 +1 - Misses 2444 2445 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.