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, |
Replace the use of mutable default
dataargument to thecreate_*_plotfunctions in theplot_factorymodule.chaco/chaco/plot_factory.py
Line 43 in ef72277
chaco/chaco/plot_factory.py
Line 91 in ef72277
chaco/chaco/plot_factory.py
Line 136 in ef72277