dont rely on postempty, img transpose not necessary anymore
This commit is contained in:
parent
24eefbed2b
commit
45b5922d01
@ -1141,8 +1141,7 @@ function _display(plt::Plot{GLVisualizeBackend}, visible = true)
|
|||||||
vis = gl_bar(d, kw_args)
|
vis = gl_bar(d, kw_args)
|
||||||
elseif st == :image
|
elseif st == :image
|
||||||
extract_extrema(d, kw_args)
|
extract_extrema(d, kw_args)
|
||||||
z = transpose_z(series, d[:z].surf, false)
|
vis = GL.gl_image(d[:z].surf, kw_args)
|
||||||
vis = GL.gl_image(z, kw_args)
|
|
||||||
elseif st == :boxplot
|
elseif st == :boxplot
|
||||||
extract_c(d, kw_args, :fill)
|
extract_c(d, kw_args, :fill)
|
||||||
vis = gl_boxplot(d, kw_args)
|
vis = gl_boxplot(d, kw_args)
|
||||||
@ -1182,7 +1181,7 @@ function _display(plt::Plot{GLVisualizeBackend}, visible = true)
|
|||||||
if _3d
|
if _3d
|
||||||
GLAbstraction.center!(sp_screen)
|
GLAbstraction.center!(sp_screen)
|
||||||
end
|
end
|
||||||
Reactive.post_empty()
|
GLAbstraction.post_empty()
|
||||||
yield()
|
yield()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user