Skip to content

scatter_plot produces double plots #3474

Closed
@ghost

Description

following #3473:

import pandas as pd
import numpy as np
from pandas.tools.plotting import scatter_plot 

df = pd.DataFrame( np.random.randn(100,4))
scatter_plot(df,x=1,y=2)

**Plot**

**Same Plot Again**

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions