tyssue.config.draw package

Contents

tyssue.config.draw package#

Module contents#

tyssue.config.draw.sheet_spec()[source]#

Default specification for drawing/graphical output functions for a sheet - also suitable for general faceted tissue

{
    "edge": {
    "visible": true,
        "width": 0.5,
        "head_width": 0.2,
        "length_includes_head": true,
        "shape": "right",
        "color": "#2b5d0a",
        "alpha": 0.8,
        "zorder": 1
    },
    "vert": {
        "visible": true,
        "s": 100,
        "color": "#000a4b",
        "alpha": 0.3,
        "zorder": 2
    },
    "grad": {
        "color":"#000a4b",
        "alpha":0.5,
        "width":0.04
    },
    "face": {
        "visible": false,
        "color":"#8aa678",
        "alpha": 1.0,
        "zorder": -1
    }
}