diff --git a/doc/unconverted/python/amazon-redshift.md b/doc/unconverted/python/amazon-redshift.md index a2ceb058da5..df578c898fd 100644 --- a/doc/unconverted/python/amazon-redshift.md +++ b/doc/unconverted/python/amazon-redshift.md @@ -262,7 +262,7 @@ data = [ colorscale = 'Hot' ) ] -layout = go.Layout(title="State and Music Tastes", yaxis=dict(autotick=False, dtick=1)) +layout = go.Layout(title="State and Music Tastes", yaxis=dict(tickmode='linear', dtick=1)) py.iplot(Figure(data=data, layout=layout), filename='redshift/state and music taste heatmap', height=1000) ``` diff --git a/doc/unconverted/python/google_big_query.md b/doc/unconverted/python/google_big_query.md index 13deaa7e2eb..ce270a490ab 100644 --- a/doc/unconverted/python/google_big_query.md +++ b/doc/unconverted/python/google_big_query.md @@ -441,7 +441,7 @@ layout = go.Layout( showticklabels=True, linecolor='rgb(204, 204, 204)', linewidth=2, - autotick=False, + tickmode='linear', ticks='outside', tickcolor='rgb(204, 204, 204)', tickwidth=2,