# 5. Scatter ## Example ### Main Functions | Function | A Brief Overview | | :---: | :-------: | | [gsplot.scatter](#gsplot.plot.scatter.scatter) | Add scatter plot to to the axis specified by axis_target | | [gsplot.scatter_colormap](#gsplot.plot.scatter_colormap.scatter_colormap) | Add scatter plot with a colormap to axis specified by axis_target | ### Code ```{literalinclude} ../../../demo/5_scatter/scatter.py ``` ### Plot ```{image} ../../../demo/5_scatter/scatter.png :alt: scatter :class: bg-primary :width: 1000px :align: center ```