Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-1327

Height parameter in z.show python interpreter does not take effect for PNG images

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.7.0
    • python-interpreter
    • None

    Description

      Height parameter in z.show() function in python interpreter does not take effect for PNG images. It can be tested as follows:

      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()
      

      Attachments

        Issue Links

          Activity

            People

              pbustios Paul Bustios
              pbustios Paul Bustios
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: