Skip to content

Commit

Permalink
change 'previewsave' to 'save' in bokeh figure
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 637077317
  • Loading branch information
iansimon authored and Magenta Team committed May 25, 2024
1 parent cd53502 commit b670646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note_seq/notebook_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _sequence_to_pandas_dataframe(sequence):

return pd.DataFrame(pd_dict)

fig = bokeh.plotting.figure(tools='hover,pan,box_zoom,reset,previewsave')
fig = bokeh.plotting.figure(tools='hover,pan,box_zoom,reset,save')
if width:
fig.width = width
if height:
Expand Down

0 comments on commit b670646

Please sign in to comment.