bokeh.core.enums.Palette

Here are the examples of the python api bokeh.core.enums.Palette taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 Source : test_enums.py
with MIT License
from rthorst

    def test_Palette(self):
        assert tuple(bce.Palette) == tuple(__palettes__)

    def test_RenderLevel(self):