Skip to content

Commit

Permalink
Merge 99206ad into be5c269
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 20, 2019
2 parents be5c269 + 99206ad commit 9a78840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/plotting/bokeh/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def make_axis(axis, size, factors, dim, flip=False, rotation=0,
p.grid.grid_line_alpha = 0

if axis == 'x':
p.align = 'end'
p.yaxis.visible = False
axis = p.xaxis[0]
if flip:
Expand Down

0 comments on commit 9a78840

Please sign in to comment.