added subplot file
This commit is contained in:
parent
6b68241ff7
commit
c220750ca6
@ -100,13 +100,6 @@ heatmap!(args...; kw...) = plot!(args...; kw..., linetype = :heatmap)
|
||||
# end
|
||||
|
||||
|
||||
# plot(args...; kw...) = currentPlot!(plot(plotter(), args...; kw...))
|
||||
|
||||
|
||||
|
||||
# subplot(args...; kw...) = subplot(plotter(), args...; kw...)
|
||||
|
||||
# savepng(args...; kw...) = savepng(plotter(), args...; kw...)
|
||||
savepng(args...; kw...) = savepng(currentPlot(), args...; kw...)
|
||||
savepng(plt::Plot, args...; kw...) = savepng(plt.plotter, plt, args...; kw...)
|
||||
|
||||
|
||||
0
src/subplot.jl
Normal file
0
src/subplot.jl
Normal file
Loading…
x
Reference in New Issue
Block a user