diff --git a/note_seq/notebook_utils.py b/note_seq/notebook_utils.py index f2b4983..2be9cd7 100644 --- a/note_seq/notebook_utils.py +++ b/note_seq/notebook_utils.py @@ -143,8 +143,8 @@ def _sequence_to_pandas_dataframe(sequence): # by updating the figure if need be. fig = bokeh.plotting.figure( tools='hover,pan,box_zoom,reset,save') - fig.plot_width = 500 - fig.plot_height = 200 + fig.width = 500 + fig.height = 200 fig.xaxis.axis_label = 'time (sec)' fig.yaxis.axis_label = 'pitch (MIDI)' fig.yaxis.ticker = bokeh.models.SingleIntervalTicker(interval=12)