# 6. Line Colormap ## Example ### Main Functions | Function | A Brief Overview | | :---: | :-------: | | [gsplot.line_colormap_solid](#gsplot.plot.line_colormap_solid.line_colormap_solid) | Add a solid line with colormap to the axis specified by axis_target | | [gsplot.line_colormap_dashed](#gsplot.plot.line_colormap_dashed.line_colormap_dashed) | Add a dashed line with colormap to the axis specified by axis_target | | [gsplot.legend_colormap](#gsplot.style.legend_colormap.legend_colormap) | Add legend with colormap to the axis specified by axis_target | ### Code ```{literalinclude} ../../../demo/6_line_colormap/line_colormap.py ``` ### Plot ```{image} ../../../demo/6_line_colormap/line_colormap.png :alt: line_colormap :class: bg-primary :width: 1000px :align: center ```