Add 100% as a default value for width and height z.show() parameters

This commit is contained in:
Paul Bustios 2016-08-02 18:35:53 -03:00
parent 3e0ef22121
commit 82c631a20d

View file

@ -162,7 +162,7 @@ class PyZeppelinContext(object):
#)
body_buf.close(); header_buf.close()
def show_matplotlib(self, p, width="0", height="0", **kwargs):
def show_matplotlib(self, p, width="100%", height="100%", **kwargs):
"""Matplotlib show function
"""
img = io.StringIO()