Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Passing arguments to Dash framework #64

Open
Famondir opened this issue Nov 7, 2023 · 0 comments
Open

[Feature Request] Passing arguments to Dash framework #64

Famondir opened this issue Nov 7, 2023 · 0 comments

Comments

@Famondir
Copy link

Famondir commented Nov 7, 2023

Hi there,
for me it would be handy being able to pass arguments to the Dash framework during development. Thus I could see if my network will look as I intend to after filtering and color coding nodes and edges as I would do in a live presentation step by step.

Also it would be handy to access variables defined in the outer environment or being able to passing it in the function call as well.

For example I color code the edges by edge title and filter for specific titles:
image

Instead of title in ['side-nav', 'header', 'content'] it would be simple to do title in @single_place_links.

Maybe with a call like this: Jaal(edge_df, node_df).plot(directed=True, dash_opts={'color_edges' : 'title', 'filter_edges' : 'title in @single_place_links'}, args = single_place_links)

Sincerely Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant