Remove commented code

This commit is contained in:
Romain Franconville 2017-11-17 16:06:14 -05:00 committed by GitHub
parent c01d8199f9
commit 5a0744e2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[:linecolor] = rgba_string(axis[:foreground_color_axis])
# lims
#if lims != :auto && limsType(lims) == :limits
#ax[:range] = map(scalefunc(axis[:scale]), lims)
#end
# flip
if axis[:flip]
ax[:autorange] = "reversed"