vapeplot icon indicating copy to clipboard operation
vapeplot copied to clipboard

The first two colors used are often very similar

Open actopozipc opened this issue 11 months ago • 0 comments

hi, I really like the library with the selected color schemes. What I do miss tho is the possibility to easily variate between the colors used, or to be more accurate that when I just use plt.plot() after setting vapeplot.set_palette(), the first two colors used are in almost every theme insanely similar. Jazzcup For example:

sns.set()
vapeplot.set_palette('jazzcup')
plt.plot(x,y)
plt.plot(x2,y2)

will literally plot me one line in dark blue and dark violet, almost black. Why not use light green and dark violet as default colors here? The color palette would be so nice.

Very similar problems appear for almost every other palette besides cool and vaporwave. My only workaround is to 1) print the color palette and 2) set the colors manually by selecting them manually.

Thoughts?

actopozipc avatar May 07 '25 13:05 actopozipc