You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after further analysis the issue wasn't the savefig usage (plt.save does work given the plotnine library) but the parentheses were not applied correctly and need to be modified
There should be a pull request submitted by our group to fix this issue please take a look when you have a chance
Thank you @shmurthy08, I believe this is also connected to the issue @dinafuku created titled "Missing import statement". We will work on getting the parenthesis issues resolved.
For saving the final output you should use plt.savefig() instead of plt.save
The text was updated successfully, but these errors were encountered: