-
Notifications
You must be signed in to change notification settings - Fork 414
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
wrong indent in Code Export #520
Comments
@Nriver sorry about that, looks like I'm missing another closing parenthesis on:
As for (2), this is a one off scenario where we're trying to render multiple charts in one figure. I'll try and update the comment to the following:
Looks like I forgot to update the |
Fixed in v1.50.0, @Nriver please toss your ⭐ on the repo if you haven't already 🙏 |
I can confirm the indent is fixed in 1.50.0. While the And, I have already starred this repo last year :) |
Thanks! Apologies, i’ll make a hotfix tomorrow for other piece |
Just release v1.50.1 with a fix for this issue |
Below is the code generated from Code Export for charts.
Executing it will give following exception:
There are several lines indented with tab instead of spaces and cause syntax error when execute. In above example, there are 5 lines indented with tab.
In the last few lines, variable
chart
is quite confusing as it does not appear anywhere in the code above. To make the code working, the variablechart
should change tofigure
according to the context.The text was updated successfully, but these errors were encountered: