Merge pull request #815 from mkborregaard/master
Updates for release 0.11
This commit is contained in:
commit
944163e889
4
REQUIRE
4
REQUIRE
@ -1,8 +1,8 @@
|
|||||||
julia 0.5
|
julia 0.5
|
||||||
|
|
||||||
RecipesBase
|
RecipesBase
|
||||||
PlotUtils
|
PlotUtils 0.4
|
||||||
PlotThemes
|
PlotThemes 0.1.2
|
||||||
Reexport
|
Reexport
|
||||||
FixedSizeArrays
|
FixedSizeArrays
|
||||||
Measures
|
Measures
|
||||||
|
|||||||
@ -413,9 +413,6 @@ plotly_surface_data(series::Series, a::Surface) = plotly_surface_data(series, a.
|
|||||||
as_gradient(grad::ColorGradient, α) = grad
|
as_gradient(grad::ColorGradient, α) = grad
|
||||||
as_gradient(grad, α) = cgrad(alpha = α)
|
as_gradient(grad, α) = cgrad(alpha = α)
|
||||||
|
|
||||||
# allows passing a ColorGradient where a single color is expected - the other backends allow this
|
|
||||||
PlotUtils.rgba_string(cg::ColorGradient) = rgba_string(cg[1])
|
|
||||||
|
|
||||||
# get a dictionary representing the series params (d is the Plots-dict, d_out is the Plotly-dict)
|
# get a dictionary representing the series params (d is the Plots-dict, d_out is the Plotly-dict)
|
||||||
function plotly_series(plt::Plot, series::Series)
|
function plotly_series(plt::Plot, series::Series)
|
||||||
st = series[:seriestype]
|
st = series[:seriestype]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user