Skip to content

Commit

Permalink
Docs and minor code fixes (holoviz#1759)
Browse files Browse the repository at this point in the history
* __call__ to .opts() mods

* __call__ to .opts() mods

* __call__ to .opts() mods
  • Loading branch information
ea42gh authored and Jordan Samuels committed Jul 27, 2017
1 parent c4b4d3e commit c53a0b4
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion holoviews/operation/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def _process(self, p, element, ranges={}):
opts = dict(axiswise=True, framewise=True)
el = p.diagonal_operation(element,
dimension=d1.name,
bin_range=bin_range)(norm=opts)
bin_range=bin_range).opts(norm=opts)
else:
el = p.diagonal_operation(element, dimension=d1.name)
else:
Expand Down
Loading

0 comments on commit c53a0b4

Please sign in to comment.