bokeh.models.glyphs.Square

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

1 Examples 7

3 View Source File : test_glyphs.py
License : MIT License
Project Creator : rthorst

def test_Square():
    marker = Square()
    check_marker_properties(marker)
    check_fill_properties(marker)
    check_line_properties(marker)
    check_properties_existence(marker, MARKER, FILL, LINE, GLYPH)


def test_SquareCross():