Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions chaco/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
- :class:`~.CandlePlot`
- :class:`~.MultiLinePlot`
- :class:`~.JitterPlot`
- :class:`~.VariableSizeScatterPlot`
- :class:`~.HorizonPlot`
- :class:`~.ScatterPlot1D`
- :class:`~.LineScatterPlot1D`
Expand Down Expand Up @@ -352,7 +351,6 @@
from .candle_plot import CandlePlot
from .multi_line_plot import MultiLinePlot
from .jitterplot import JitterPlot
from .variable_size_scatterplot import VariableSizeScatterPlot
from .horizon_plot import HorizonPlot
from .scatterplot_1d import ScatterPlot1D
from .line_scatterplot_1d import LineScatterPlot1D
Expand Down
10 changes: 0 additions & 10 deletions chaco/variable_size_scatterplot.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/user_manual/modules_and_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ Plot renderers are the classes that actually draw a type of plot.

* :class:`~.ColormappedScatterPlot`
* :class:`~.QuiverPlot`
* :class:`~.VariableSizeScatterPlot`

* :class:`~.SegmentPlot`

Expand Down
1 change: 0 additions & 1 deletion examples/demo/advanced/cmap_variable_sized_scatter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
Draws a scatterplot of a set of random points of variable size and color.
- This uses the non-standard renderer, VariableSizeScatterPlot
Comment thread
rahulporuri marked this conversation as resolved.
- Left-drag pans the plot.
- Mousewheel up and down zooms the plot in and out.
- Pressing "z" brings up the Zoom Box, and you can click-drag a rectangular
Expand Down