Issue
The left is a sample, the right is what I print. May I ask how to fix it?
Solution
I solve the problem by this comment:
You can add a semicolon after the last statement to avoid Jupyter writing out its return value. So: sns.boxplot(...);. You can use sns.set(font_scale=0.8) at the start to change all the text sizes. – --JohanC
Answered By - Linda Lu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.