unicodeplots
This commit is contained in:
parent
3e7e7e9ac0
commit
4eb7e3810e
@ -92,7 +92,7 @@ function plot(pkg::UnicodePlotsPackage; kw...)
|
|||||||
if !haskey(plt.initargs, :size) || plt.initargs[:size] == PLOT_DEFAULTS[:size]
|
if !haskey(plt.initargs, :size) || plt.initargs[:size] == PLOT_DEFAULTS[:size]
|
||||||
plt.initargs[:size] = (60,20)
|
plt.initargs[:size] = (60,20)
|
||||||
end
|
end
|
||||||
|
|
||||||
plt
|
plt
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user