Repository URL to install this package:
Version:
4.8.0 ▾
|
chaco
/
variable_size_scatterplot.py
|
---|
""" The base ScatterPlot class now accepts variable sized markers.
This definition remains for backwards compatibility.
"""
from .scatterplot import ScatterPlot
# TODO: This should be officially deprecated.
class VariableSizeScatterPlot(ScatterPlot):
pass