We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122c22 commit dd88aecCopy full SHA for dd88aec
src/savefig_orca.jl
@@ -1,3 +1,4 @@
1
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...)
3
4
# TODO: overload mime methods once they are implemented via ORCA server
0 commit comments