Skip to content

Commit d9d13bd

Browse files
authored
Colormap docs fixes
1 parent 0c0aa1c commit d9d13bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/colormaps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# in UltraPlot with the :class:`~ultraplot.colors.ContinuousColormap` and
3838
# :class:`~ultraplot.colors.PerceptualColormap` classes, which are
3939
# :ref:`subclassed from <ug_cmaps_new>`
40-
# `matplotlib.colors.LinearSegmentedColormap`.
40+
# :class:`~matplotlib.colors.LinearSegmentedColormap`.
4141
#
4242
# UltraPlot :ref:`adds several features <why_colormaps_cycles>` to help you use
4343
# colormaps effectively in your figures. This section documents the new registered
@@ -53,7 +53,7 @@
5353
#
5454
# On import, UltraPlot registers a few sample
5555
# :ref:`perceptually uniform colormaps <ug_perceptual>`, plus several
56-
# colormaps from other online data viz projects. Use `~ultraplot.demos.show_cmaps`
56+
# colormaps from other online data viz projects. Use :func:`~ultraplot.demos.show_cmaps`
5757
# to generate a table of registered colormaps. The figure is broken down into
5858
# the following sections:
5959
#

0 commit comments

Comments
 (0)