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

matplotlib doesnt' work the first time.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.8.0
    • None
    • Interpreters
    • None

    Description

      In 0.8.0, with ipython, a script like

      import matplotlib
      import matplotlib.pyplot as plt

      plt.figure()
      x = [1,2,3,4,5,6,7,8]
      y = [20,21,20.5,20.81,20.0,21.48,22.0,21.89]
      plt.plot(x, y, linestyle='dashed', marker='o', color='red')

      The first time you run it, it printsĀ [<matplotlib.lines.Line2D object at 0x7f02c22946a0>], but no actual output. If you try again, it works. This seems repeatable.

      Attachments

        Activity

          People

            Unassigned Unassigned
            clhedrick Charles Hedrick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: