Skip to content

Commit dd88aec

Browse files
committed
ENH use the new ORCA.jl savefig(::IO, ::Plot) function
1 parent 5122c22 commit dd88aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/savefig_orca.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PlotlyBase.savefig(p::SyncPlot, a...; k...) = savefig(p.plot, a...; k...)
2+
PlotlyBase.savefig(io::IO, p::SyncPlot, a...; k...) = savefig(io, p.plot, a...; k...)
23

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

0 commit comments

Comments
 (0)