Paul Bustios created ZEPPELIN-1327:
--------------------------------------
Summary: Height parameter in z.show python interpreter does not
take effect for PNG images
Key: ZEPPELIN-1327
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1327
Project: Zeppelin
Issue Type: Bug
Components: python-interpreter
Affects Versions: 0.7.0
Reporter: Paul Bustios
Fix For: 0.7.0
Height parameter in z.show() function in python interpreter does not take
effect for PNG images. It can be tested as follows:
{code}
import matplotlib.pyplot as plt
x = [1,2,3,4,5]
y = [6,7,8,9,0]
plt.plot(x, y, marker="o")
z.show(plt, fmt="png", height="250px")
plt.close()
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)