We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plottable_indices
1 parent 85f907b commit 769f285Copy full SHA for 769f285
src/solutions/solution_interface.jl
@@ -209,7 +209,7 @@ indices that can be plotted as continuous variables. This is useful for systems
209
that store auxiliary variables in the state vector which are not meant to be
210
used for plotting.
211
"""
212
-plottable_indices(x::AbstractArray) = 1:length(x)
+plottable_indices(x) = 1:length(x)
213
214
@recipe function f(sol::AbstractTimeseriesSolution;
215
plot_analytic = false,
0 commit comments