gr defaults to png on IJulia

This commit is contained in:
piever 2018-02-14 11:33:11 +00:00
parent a4636fd88d
commit ee997eb2c8

View File

@ -171,7 +171,8 @@ const _mimeformats = Dict(
const _best_html_output_type = KW(
:pyplot => :png,
:unicodeplots => :txt,
:glvisualize => :png
:glvisualize => :png,
:gr => :png
)
# a backup for html... passes to svg or png depending on the html_output_format arg