users should load Cairo

pull/324/head
Shuhei Kadowaki 2020-05-10 14:07:55 +09:00
parent d809ddf703
commit 54e50a54cb
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@ module GadflyPlots
using ..Weave, ..Gadfly
try
using Cairo
catch
@warn "Cairo.jl is required to be installed to generate raster images"
end
Gadfly.set_default_plot_format(:svg)
Base.showable(m::MIME"application/pdf", p::Gadfly.Plot) = true