Here are the examples of the python api bokeh.core.enums.TextureRepetition taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
0
View Source File : test_enums.py
License : MIT License
Project Creator : rthorst
License : MIT License
Project Creator : rthorst
def test_TextureRepetition(self):
assert tuple(bce.TextureRepetition) == ("repeat", "repeat_x", "repeat_y", "no_repeat")
def test_TickLabelOrientation(self):