I am using pandas to create a plot and I am seeing outputs from the code other than the plot.
How do I hide the output circled in red in the screenshot below?
I am using pandas to create a plot and I am seeing outputs from the code other than the plot.
How do I hide the output circled in red in the screenshot below?
In your scenario, assuming you don't want to hide the graph you're plotting, you just need to put a semi-colon in the end.
Like this:
barh.bar_label(visit_count_barh.containers[0]);