Closed alshan closed 3 months ago
from lets_plot import * LetsPlot.setup_html() x = list(range(50)) p = ggplot({'x': x}, aes(x='x')) + \ geom_tile(aes(fill='x')) + \ coord_cartesian() + \ ggsize(600, 200) p + scale_fill_cmapmpl('hsv')
Expected:
(https://matplotlib.org/stable/users/explain/colors/colormaps.html#cyclic)
Expected:
(https://matplotlib.org/stable/users/explain/colors/colormaps.html#cyclic)