asrvsn / gds

Graph dynamical systems library
MIT License
5 stars 0 forks source link

add per-observable rendering parameters #8

Open asrvsn opened 3 years ago

asrvsn commented 3 years ago
gds.render([
        [
            {
                'name': 'pressure',
                'source': p,
                'options': {
                    'node_palette': cc.rainbow,
                    'dynamic_range': True,
                    'node_size': 0.04
                }
            },
            {
                ...
            }
        ]
    ])