Skip to content

kind='area' plot not showing #7471

Closed
@balzer82

Description

@balzer82

Maybe it is a bug, but following problem: In the new Pandas 0.14 you guys implemented an awesome kind='area' option for plot. If I plot a dataframe normally, like

df.plot()

but when I take the option

df.plot(kind='area'), I just get

<matplotlib.axes.AxesSubplot at 0x122794550>
<matplotlib.figure.Figure at 0x121b69e10>

in my IPython notebook. I used the %pylab inline function, so I don't know, why it is not showing. Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions