Skip to content

Commit

Permalink
Fix for setting fps on widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 13, 2016
1 parent a944724 commit 1827013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _validate(self, obj, fmt):
fmt = holomap_formats[0] if self.holomap=='auto' else self.holomap

if fmt in self.widgets:
plot = self.get_widget(plot, fmt)
plot = self.get_widget(plot, fmt, display_options={'fps': self.fps})
fmt = 'html'

all_formats = set(fig_formats + holomap_formats)
Expand Down

0 comments on commit 1827013

Please sign in to comment.