Top "Axis-labels" questions

The labels on any axis of a plot

R plot with strings showing in the axis

I am plotting number of residents against the dorm room numbers (4 digits). The room numbers are supposed to be strings. …

r plot axis-labels vertical-text
Spacing in axis label when using expression(paste(...))

Consider the following example: plot(c(2,4,6)~c(1,2,3),xlab="x", ylab=expression(paste('flux (g ',CO[2]~m^{-2}~h^{-1},…

r axis-labels plotmath
How do I set label for an already plotted line in matplotlib?

In my code I've already executed ax.plot(x, y, 'b.-', ...) and need to be able to set the …

python matplotlib plot legend axis-labels
Second Y-Axis in a R plotly graph

I combined 2 charts and I am trying to add the second y-axis, but every time I add the yaxis = "y2" …

r graph plotly axis-labels
ggplot: boxplot number of observations as x-axis labels

I have successfully created a very nice boxplot (for my purposes) categorized by a factor and binned, according to the …

r ggplot2 boxplot interaction axis-labels
R | ggplot2 | (remove tick marks + remove panel border) but keep axis lines

novice user here so please be kind and gentle! :) I am dealing with the following dataset and R script: #Create …

r ggplot2 axis-labels border-layout yaxis
How to prevent scales::percent from adding decimal

This started happening a few days ago, that scales::percent would add a decimal place in its labels, and I …

r ggplot2 axis-labels
Highcharts yaxis labels Format

Is there any way to format yaxis into something I want. In fact, sometimes on the yaxis the data is …

highcharts highstock axis-labels
matplotlib: adding padding/offset to polar plots tick labels

Is there a way to increase the padding/offset of the polar plot tick labels (theta)? import matplotlib import numpy …

matplotlib labels axis-labels radial
how do i get a 45 angle for the x axis labels in the following code

Possible Duplicate: Rotate X Axis Labels of twoord.plot in R The following code runs fine. I wish to get …

r axis-labels