We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you create an Escher Python widget with a custom reaction scale, the scale will not appear right away:
escher.Builder( map_json='iJO1366.Central metabolism', reaction_data={'PGI': 10, 'GAPD': 20}, reaction_scale=[ { "type": 'value', "value": 10, "color": '#41b6c4', "size": 20 }, { "type": 'value', "value": 20, "color": '#2c7fb8', "size": 25 }, ], )
The workaround for this bug is to open the settings menu and click the accept checkmark after the map loads.
The text was updated successfully, but these errors were encountered:
364c482
No branches or pull requests
If you create an Escher Python widget with a custom reaction scale, the scale will not appear right away:
The workaround for this bug is to open the settings menu and click the accept checkmark after the map loads.
The text was updated successfully, but these errors were encountered: