Hello. I am trying to learn the Python language + the Matplotlib library and at the moment I am stuck with some points: https://i.stack.imgur.com/qFz7e.png
The first:
I do not know how I can remove (in the window), notations (axex: x, Y and their coordinates) that can be seen on the screen?
Second:
I would like to know - can I set the scroll bar on any chart? I mean, I need a fixed width on the chart and if the content (some number of points or Japanese candles) will grow inside it (in width) - I need the appearance of a scroll bar from the bottom of the chart.
Can this be implemented on the netival Python + matplotlib? (without wx Python, tkinter, etc., etc.)
PS I would be grateful for any constructive advice.