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.
1 parent 291a2eb commit 9e80ea0Copy full SHA for 9e80ea0
src/SignalTablesInterface_PyPlot.jl
@@ -39,7 +39,7 @@ set_matplotlib_rcParams!(args...) =
39
merge!(PyCall.PyDict(PyPlot.matplotlib."rcParams"), Dict(args...))
40
41
42
-include("$(SignalTables.path)/src/AbstractLinePlotInterface.jl")
+include("$(SignalTables.path)/src/AbstractPlotInterface.jl")
43
44
45
function plotOneSignal(xsig, ysig, ysigType, label, MonteCarloAsArea)
0 commit comments