About 3,680,000 results
Open links in new tab
  1. python - How to remove xticks from a plot - Stack Overflow

    2 If you want to remove tick labels but keep the ticks and grids, this code snippet will work.

  2. How to remove or hide y-axis ticklabels from a plot

    I made a plot that looks like this I want to turn off the ticklabels along the y axis. And to do that I am using plt.tick_params(labelleft=False, left=False) And now the plot looks like this. Even

  3. Get Rid of Tick Labels for all subplots - Stack Overflow

    Is there a way to get rid of tick labels altogether when creating an array of subplots in Matplotlib? I am currently needing to specify each plot based on the row and column of a larger data set to

  4. python - Hiding axis text in matplotlib plots - Stack Overflow

    Nov 29, 2016 · 2 How to let the tick labels stay but the axis label go away: axs.xaxis.label.set_visible(False)

  5. r - Remove all of x axis labels in ggplot - Stack Overflow

    I need to remove everything on the x-axis including the labels and tick marks so that only the y-axis is labeled. How would I do this? In the image below I would like 'clarity' and all of the tick

  6. How to hide ticks label in python but keep the ticks in place?

    May 23, 2017 · 67 I want to hide my ticks label on a plot I created, but keep this tick itself (the little marks on the axis). When I try to use what I've found here, for example, the entire tick is …

  7. python - Hide ticks but show tick labels - Stack Overflow

    May 3, 2023 · I can remove the ticks with ax.set_xticks([]) ax.set_yticks([]) but this removes the labels as well. Any way I can plot the tick labels but not the ticks and the spine

  8. How to remove or hide x-axis labels from a plot - Stack Overflow

    Apr 27, 2024 · Remove xlabel The xlabels come from dataframe column labels, so if you pass lists / numpy ndarrays to x, y or hue parameter, their labels won't show because these data …

  9. How to remove axis ticks marks from ggplot? - Stack Overflow

    Nov 19, 2020 · How to remove axis ticks marks from ggplot? Asked 4 years, 11 months ago Modified 4 years, 11 months ago Viewed 4k times

  10. Hide tick label values but keep axis labels - Stack Overflow

    Hide tick label values but keep axis labels Asked 9 years, 5 months ago Modified 2 years, 7 months ago Viewed 377k times