mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Removed unused variable
This commit is contained in:
parent
f9c9498308
commit
82135ad992
1 changed files with 0 additions and 1 deletions
|
|
@ -282,7 +282,6 @@ def zdisplay(fig, **kwargs):
|
|||
height = '{}px'.format(mpl_config.get('height'))
|
||||
else:
|
||||
# Express the image as bytes
|
||||
fig_id = fig.canvas.manager.num
|
||||
src = fig.canvas.manager.angular_bind(**kwargs)
|
||||
img = "<img src={src} style='width={width};height:{height}'>"
|
||||
img = img.format(src=src, width=width, height=height)
|
||||
|
|
|
|||
Loading…
Reference in a new issue