Skip to content

Replace mutable default argument in plot_factory create_*_plot functions #617

@rahulporuri

Description

@rahulporuri

Replace the use of mutable default data argument to the create_*_plot functions in the plot_factory module.

def create_scatter_plot(data=[], index_bounds=None, value_bounds=None,

def create_line_plot(data=[], index_bounds=None, value_bounds=None,

def create_bar_plot(data=[], index_bounds=None, value_bounds=None,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions