Skip to content

Commit 5c3ab2e

Browse files
committed
Minor improvements
1 parent 7339504 commit 5c3ab2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ in various formats, e.g. JSON or HDF5 (see [FileIO Examples](https://modiasim.gi
8080
using SignalTable
8181
usePlotPackage("PyPlot") # or ENV["SignalTablesPlotPackage"] = "PyPlot"
8282

83-
include("$(SignalTable.path)/test/SignalTable3.jl")
83+
sigTable = getSignalTableExample("MissingValues")
8484

8585
@usingPlotPackage # = using SignalTablesInterface_PyPlot
8686
plot(sigTable, [("sigC", "load.r[2:3]"), ("sigB", "sigD")]) # generate plots

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The commands
8585
using SignalTable
8686
usePlotPackage("PyPlot") # or ENV["SignalTablesPlotPackage"] = "PyPlot"
8787

88-
include("$(SignalTable.path)/test/SignalTable3.jl")
88+
sigTable = getSignalTableExample("MissingValues")
8989

9090
@usingPlotPackage # = using SignalTablesInterface_PyPlot
9191
plot(sigTable, [("sigC", "load.r[2:3]"), ("sigB", "sigD")])

0 commit comments

Comments
 (0)