X Tutup
Skip to content

Can't open figure #7755

@shahen94

Description

@shahen94

Bug summary

I can't draw anything. it trays to open something but it closes immediately.

Code for reproduction

import matplotlib.pyplot as plt
import numpy as np

x = np.arange(0, 5, 0.1)
y = np.sin(x)
plt.plot(x, y)

Actual outcome

It doesn't print something in console. it just doesn't opens

Expected outcome

Open Plot figure

Matplot version: 1.5.3
Python version: 2.7
OS: MacOS

I installed it with pip

$ pip install matplotlib

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup