Here are the examples of the python api bokeh.models.glyphs.X taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
3
View Source File : test_glyphs.py
License : MIT License
Project Creator : rthorst
License : MIT License
Project Creator : rthorst
def test_X():
marker = X()
check_marker_properties(marker)
check_fill_properties(marker)
check_line_properties(marker)
check_properties_existence(marker, MARKER, FILL, LINE, GLYPH)
#-----------------------------------------------------------------------------
# Dev API
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Private API
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Code
#-----------------------------------------------------------------------------