Skip to content

Commit

Permalink
Merge pull request #770 from ioam/ignore_bokeh_logticks
Browse files Browse the repository at this point in the history
Added 'LogTickFormatter' to the set of ignored Bokeh models
  • Loading branch information
philippjfr committed Jul 8, 2016
2 parents decd3ad + 51180d8 commit 79851d7
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 @@ -41,7 +41,7 @@
# LinearAxis.computed_bounds cannot be updated
IGNORED_MODELS = ['LinearAxis', 'LogAxis', 'DatetimeAxis',
'CategoricalAxis' 'BasicTicker', 'BasicTickFormatter',
'FixedTicker', 'FuncTickFormatter']
'FixedTicker', 'FuncTickFormatter', 'LogTickFormatter']

# Where to look for the ignored models
LOCATIONS = ['new', 'below', 'right', 'left',
Expand Down

0 comments on commit 79851d7

Please sign in to comment.