Skip to content

Automatic color cycling when plotting consecutive timeseries without arguments disappeared in 0.8.1 #2816

Closed
@lesteve

Description

@lesteve

The fact that it took so long for anyone to realise the behaviour had changed just goes to show that it is a very minor problem. I was pretty sure it used to work at one point so I chased it down. I'd say it is quite useful from time to time when you are working interactively and feeling lazy at the same time.

In case the behaviour change was not intentional I'd be willing to look into it but some pointers would be appreciated to get started.

Here is a snippet:

import matplotlib.pyplot as plt
import pandas as pd

for i in range(3): pd.util.testing.makeTimeSeries().cumsum().plot()
plt.show()

Here is the output with pandas 0.8.0:
ts_plotting_0 8 0

Here is the one with pandas 0.8.1:
ts_plotting_0 8 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions