-
Notifications
You must be signed in to change notification settings - Fork 5
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
wellmap.show(toml) prints map layout twice #19
Comments
I looked into this today, but I'm on the fence about whether or not to fix it. The issue is that Also, there's a simple but non-obvious way to avoid this problem: put a semi-colon after I need to think more about what to do. Let me know if you have any thoughts, as well! |
I learned more about what's going on with this issue today. There are two ways to create figures with With plain
With
There's a subtle difference between these two approaches, which is that the latter prepares the figure to be displayed by the built-in Unfortunately, figures created with plain |
TLDR: Use |
`f = '~/4MU_Kinetic_Purified_Quick_3641_singleread_20210608_pH7_Na2CO3.xlsx'
f_toml = '~/4MU_Kinetic_Purified_Quick_3641_singleread_20210608_pH7_Na2CO3.toml'
wellmap.show(f_toml)`
The text was updated successfully, but these errors were encountered: