You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a fairly complex plot I'm using for my work, I get issues when trying to display it with bokeh (works fine with matplotlib):
File "/Users/jstevens/Desktop/development/holoviews/holoviews/plotting/plot.py", line 188, in __getitem__
if not self.drawn: self.handles['fig'] = self.initialize_plot()
File "/Users/jstevens/Desktop/development/holoviews/holoviews/plotting/bokeh/plot.py", line 429, in initialize_plot
subplots = subplot.initialize_plot(ranges=ranges, plots=shared_plots)
File "/Users/jstevens/Desktop/development/holoviews/holoviews/plotting/bokeh/plot.py", line 558, in initialize_plot
adjoined_plots.append(subplot.initialize_plot(ranges=ranges, plots=passed_plots))
TypeError: initialize_plot() got an unexpected keyword argument 'plots'
I realize this isn't very useful to reproduce the issue but maybe the traceback will be enough to figure out what is wrong. Otherwise, I'll take my data structure apart to find a simpler example that breaks.
The text was updated successfully, but these errors were encountered:
In a fairly complex plot I'm using for my work, I get issues when trying to display it with bokeh (works fine with matplotlib):
I realize this isn't very useful to reproduce the issue but maybe the traceback will be enough to figure out what is wrong. Otherwise, I'll take my data structure apart to find a simpler example that breaks.
The text was updated successfully, but these errors were encountered: