8000 update autotick · rl-utility-man/plotly.py@b6f279b · GitHub
[go: up one dir, main page]

Skip to content

Commit b6f279b

Browse files
committed
update autotick
1 parent dbf9d87 commit b6f279b

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)
0