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.
2 parents c2d6a5c + 60cac7f commit 9df9635Copy full SHA for 9df9635
src/show.jl
@@ -2,7 +2,7 @@
2
3
function Base.show(io::IO, mime::MIME"text/plain", interp::AbstractInterpolation)
4
print(io, get_show(interp))
5
- header = ["time", get_names(interp.u)...]
+ header = ["t", get_names(interp.u)...]
6
data = hcat(interp.t, get_data(interp.u))
7
pretty_table(io, data; column_labels = header, vertical_crop_mode = :middle)
8
end
0 commit comments