Skip to content
Merged
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: 2 additions & 0 deletions chaco/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
from .scatterplot_1d import ScatterPlot1D
from .line_scatterplot_1d import LineScatterPlot1D
from .text_plot_1d import TextPlot1D
from .segment_plot import SegmentPlot
from .text_plot import TextPlot

# Plot factories
from .plot_factory import create_bar_plot, create_line_plot, create_scatter_plot, \
Expand Down