unicodeplots

This commit is contained in:
Thomas Breloff 2015-09-12 14:58:15 -04:00
parent 3e7e7e9ac0
commit 4eb7e3810e

View File

@ -114,7 +114,11 @@ end
# -------------------------------
savepng(::UnicodePlotsPackage, plt::PlottingObject, fn::String, args...) = error("currently unsupported")
function savepng(::UnicodePlotsPackage, plt::PlottingObject, fn::String, args...) # = error("currently unsupported")
display(plt)
# TODO
warn("savepng unimplemented")
end
# -------------------------------