You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there are 8 components to the differential equation, this can get messy, so let's only plot the 3rd component:
using Plots;
plot(summ; idxs = 3);
However, both the example plot in the documentation and the result in my own code display all of the components. (The components of my SDE are at different scales, so a co-mingled plot isn't very useful.)
The text was updated successfully, but these errors were encountered:
It's conceivable that I'm just confused, but I've been trying to plot a single component of an EnsembleSummary for 18 dimensional SDE following the documentation here:
https://docs.sciml.ai/DiffEqDocs/stable/features/ensemble/#Example-4:-Using-the-Analysis-Tools
where it says:
However, both the example plot in the documentation and the result in my own code display all of the components. (The components of my SDE are at different scales, so a co-mingled plot isn't very useful.)
The text was updated successfully, but these errors were encountered: