0

I'm looking forward to know how to remove the default output of the library seaborn. I add the information for the plot with ax.set, it implicates a text output that i don't want to have, how can I do it keeping the labels and without matplotlib?

visual description

0

1 Answer 1

2

This is due to jupyter

Add a semicolon at the end of the last command, this removes the output:

ax.set(...);
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.