Skip to content

Commit e9308a4

Browse files
authored
Merge pull request #4812 from plotly/remove-autotick
Remove `autotick`
2 parents dbf9d87 + b6f279b commit e9308a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/unconverted/python/amazon-redshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ data = [
262262
colorscale = 'Hot'
263263
)
264264
]
265-
layout = go.Layout(title="State and Music Tastes", yaxis=dict(autotick=False, dtick=1))
265+
layout = go.Layout(title="State and Music Tastes", yaxis=dict(tickmode='linear', dtick=1))
266266
py.iplot(Figure(data=data, layout=layout), filename='redshift/state and music taste heatmap', height=1000)
267267
```
268268

doc/unconverted/python/google_big_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ layout = go.Layout(
441441
showticklabels=True,
442442
linecolor='rgb(204, 204, 204)',
443443
linewidth=2,
444-
autotick=False,
444+
tickmode='linear',
445445
ticks='outside',
446446
tickcolor='rgb(204, 204, 204)',
447447
tickwidth=2,

0 commit comments

Comments
 (0)