Skip to content

Commit

Permalink
Added safety margin for grid axis constraint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 7, 2017
1 parent 847225e commit 29df3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def font_size_to_pixels(size):


def make_axis(axis, size, factors, dim, flip=False, rotation=0,
label_size=None, tick_size=None, axis_height=25):
label_size=None, tick_size=None, axis_height=35):
factors = list(map(dim.pprint_value, factors))
nchars = np.max([len(f) for f in factors])
ranges = FactorRange(factors=factors)
Expand Down

0 comments on commit 29df3aa

Please sign in to comment.