From ed45d1e02fbbd0ea0dc0862eb8a404652f747515 Mon Sep 17 00:00:00 2001 From: Thomas Walter Date: Thu, 10 May 2018 22:48:22 +0200 Subject: [PATCH] Enable the output shortcuts 'svg', 'pdf', 'ps', 'eps'. --- src/Plots.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Plots.jl b/src/Plots.jl index ea7ff92d..fb26477f 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -62,8 +62,13 @@ export ylims, zlims, + # output.jl savefig, png, + svg, + pdf, + ps, + eps, gui, inline, closeall,