gr defaults to png on IJulia
This commit is contained in:
parent
a4636fd88d
commit
ee997eb2c8
@ -171,7 +171,8 @@ const _mimeformats = Dict(
|
|||||||
const _best_html_output_type = KW(
|
const _best_html_output_type = KW(
|
||||||
:pyplot => :png,
|
:pyplot => :png,
|
||||||
:unicodeplots => :txt,
|
:unicodeplots => :txt,
|
||||||
:glvisualize => :png
|
:glvisualize => :png,
|
||||||
|
:gr => :png
|
||||||
)
|
)
|
||||||
|
|
||||||
# a backup for html... passes to svg or png depending on the html_output_format arg
|
# a backup for html... passes to svg or png depending on the html_output_format arg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user