Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 27, 2017
1 parent 4420fd4 commit 069000a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _title_properties(self, key, plot, element):
opts = dict(text=title, text_color='black')
title_font = self._fontsize('title').get('fontsize')
if title_font:
opts['title_text_font_size'] = value(title_font)
opts['text_font_size'] = value(title_font)
return opts

def _init_axes(self, plot):
Expand Down

0 comments on commit 069000a

Please sign in to comment.