unicodeplots fixes
This commit is contained in:
parent
2f8436be87
commit
88cfd82a25
@ -71,9 +71,9 @@ function addUnicodeSeries!(o, d::Dict, addlegend::Bool)
|
|||||||
func = UnicodePlots.lineplot!
|
func = UnicodePlots.lineplot!
|
||||||
elseif lt == :scatter || d[:marker] != :none
|
elseif lt == :scatter || d[:marker] != :none
|
||||||
func = UnicodePlots.scatterplot!
|
func = UnicodePlots.scatterplot!
|
||||||
elseif lt == :step
|
elseif lt == :steppost
|
||||||
func = UnicodePlots.stairs!
|
func = UnicodePlots.stairs!
|
||||||
elseif lt == :stepinverted
|
elseif lt == :steppre
|
||||||
func = UnicodePlots.stairs!
|
func = UnicodePlots.stairs!
|
||||||
stepstyle = :pre
|
stepstyle = :pre
|
||||||
else
|
else
|
||||||
@ -94,6 +94,7 @@ end
|
|||||||
|
|
||||||
function handlePlotColors(::UnicodePlotsPackage, d::Dict)
|
function handlePlotColors(::UnicodePlotsPackage, d::Dict)
|
||||||
# TODO: something special for unicodeplots, since it doesn't take kindly to people messing with its color palette
|
# TODO: something special for unicodeplots, since it doesn't take kindly to people messing with its color palette
|
||||||
|
d[:color_palette] = [RGB(0,0,0)]
|
||||||
end
|
end
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user