Skip to content

Commit

Permalink
Supress printing in the examples within the documentation of `colorsy…
Browse files Browse the repository at this point in the history
…nth.sRGB()`.
  • Loading branch information
byrdie committed Nov 16, 2023
1 parent fd77382 commit 8489954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colorsynth/_colorsynth.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ def sRGB(
# plot the gamut
plt.figure();
plt.pcolormesh(*np.broadcast_arrays(x, y), np.moveaxis(rgb, source=axis, destination=-1));
plt.xlabel("CIE 1931 $x$")
plt.ylabel("CIE 1931 $y$")
plt.xlabel("CIE 1931 $x$");
plt.ylabel("CIE 1931 $y$");
|
Expand Down

0 comments on commit 8489954

Please sign in to comment.