Skip to content

Commit

Permalink
ENH use the new ORCA.jl savefig(::IO, ::Plot) function
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Nov 5, 2018
1 parent 5122c22 commit dd88aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/savefig_orca.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PlotlyBase.savefig(p::SyncPlot, a...; k...) = savefig(p.plot, a...; k...)
PlotlyBase.savefig(io::IO, p::SyncPlot, a...; k...) = savefig(io, p.plot, a...; k...)

# TODO: overload mime methods once they are implemented via ORCA server

0 comments on commit dd88aec

Please sign in to comment.