Remove commented code
This commit is contained in:
parent
c01d8199f9
commit
5a0744e2f1
@ -262,12 +262,6 @@ function plotly_axis(axis::Axis, sp::Subplot)
|
|||||||
ax[:tickcolor] = framestyle in (:zerolines, :grid) || !axis[:showaxis] ? rgba_string(invisible()) : rgb_string(axis[:foreground_color_axis])
|
ax[:tickcolor] = framestyle in (:zerolines, :grid) || !axis[:showaxis] ? rgba_string(invisible()) : rgb_string(axis[:foreground_color_axis])
|
||||||
ax[:linecolor] = rgba_string(axis[:foreground_color_axis])
|
ax[:linecolor] = rgba_string(axis[:foreground_color_axis])
|
||||||
|
|
||||||
# lims
|
|
||||||
|
|
||||||
#if lims != :auto && limsType(lims) == :limits
|
|
||||||
#ax[:range] = map(scalefunc(axis[:scale]), lims)
|
|
||||||
#end
|
|
||||||
|
|
||||||
# flip
|
# flip
|
||||||
if axis[:flip]
|
if axis[:flip]
|
||||||
ax[:autorange] = "reversed"
|
ax[:autorange] = "reversed"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user