Skip to content

Memory error when plotting simple time series #10650

Closed
@andreabedini

Description

@andreabedini

This crashes:

import pandas as pd
index = pd.timedelta_range(start="06:00:01", end="12:00:00", freq='S')
pd.Series(range(index.size), index=index).plot()

Traceback at https://gist.github.com/andreabedini/074d529ff63356312ce6

So far I have figured out that _get_default_locs gets called with completely bogus vmin an vmax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions