added subplot file

This commit is contained in:
Thomas Breloff 2015-09-11 11:20:24 -04:00
parent 6b68241ff7
commit c220750ca6
2 changed files with 0 additions and 7 deletions

View File

@ -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
View File