Top "Axis-labels" questions

The labels on any axis of a plot

Remove plot axis values

I was just wondering if there is a way to get rid of axis values, either the x-axis or y-axis …

r plot axis-labels
Rotating x axis labels in R for barplot

I am trying to get the x axis labels to be rotated 45 degrees on a barplot with no luck. This …

r graph plot bar-chart axis-labels
Python: How to increase/reduce the fontsize of x and y tick labels?

I seem to have a problem in figuring out how to increase or decrease the fontsize of both the x …

python text matplotlib axis-labels keyword-argument
In R base plot, move axis label closer to axis

I have eliminated labels on the y axis because only the relative amount is really important. w <- c(34170,24911,20323,14290,9605,7803,7113,6031,5140,4469) …

r plot axis-labels
How to display all x labels in R barplot?

This is a basic question but I am unable to find an answer. I am generating about 9 barplots within one …

r graph bar-chart axis-labels
How to force the Y axis to only use integers in Matplotlib?

I'm plotting a histogram using the matplotlib.pyplot module and I am wondering how I can force the y-axis labels …

python matplotlib axis-labels
d3 axis labeling

How do I add text labels to axes in d3? For instance, I have a simple line graph with an …

javascript d3.js axis-labels
Superscript and subscript axis labels in ggplot2

I need an axis label in ggplot2 which reads "Assimilation (μmol CO2 m-2 s-1)" with the 2 of CO2 as subscript …

r ggplot2 axis-labels
Matplotlib showing x-tick labels overlapping

Have a look at the graph below: It's a subplot of this larger figure: I see two problems with it. …

python pandas matplotlib axis-labels
Show decimal places and scientific notation on the axis of a matplotlib plot

I am plotting some big numbers with matplotlib in a pyqt program using python 2.7. I have a y-axis that ranges …

python matplotlib axis-labels significant-digits