0

I managed to remove the boundaries but the scale indicators are still persists. Can you help me what do you call the indicators highlighted in the circle. How to get rid of these without losing the labels for both the x-axis and y-axis enter image description here

  • 2
    @BigBen Those answers remove both the xticks and their labels. To remove the ticks but not the ticklabels, something like `plt.tick_params(...., length=0)` should work. [Hide ticks but show labels](https://stackoverflow.com/questions/29988241/python-hide-ticks-but-show-tick-labels) – JohanC Apr 22 '20 at 15:19
  • @JohanC - yep, whoops should have read the question more carefully... in any case still a dupe. – BigBen Apr 22 '20 at 15:21
  • Thanks JohanC and BigBen! I managed to suppress the tickers alone now. – reddy1982 Apr 22 '20 at 15:44

0 Answers0