diff --git a/doc/users/next_whats_new/2017_12_17_compare_colors.rst b/doc/users/next_whats_new/2017_12_17_compare_colors.rst new file mode 100644 index 000000000000..98087a54e74b --- /dev/null +++ b/doc/users/next_whats_new/2017_12_17_compare_colors.rst @@ -0,0 +1,4 @@ +Comparision of 2 colors in Matplotlib +------------------------------------- + +As the colors in Matplotlib can be specified with a wide variety of ways, this new version consists of a method `matplotlib.colors.same_color` which checks if two `~matplotlib.colors` are the same.