Top "Axis-labels" questions

The labels on any axis of a plot

Custom ggplot2 axis and label formatting

I'm trying to draw labels which look informative, clear and tidy. I was following example and raised one more question …

r ggplot2 axis labels axis-labels
Exact axis ticks and labels in R Lattice xyplot

I'm creating many plots (each as a separate image) that all must have identical axis limits. When using ylim, the …

r lattice axis-labels
matplotlib: histogram and bin labels

I'm trying to plot a histogram with bar chart, and I'm having difficulties figuring out how to align the x-axis …

rotation matplotlib histogram bar-chart axis-labels
Mathematical expression in axis label

In R, I use expression(theta[l]) so that the label of my plot axis is that same as $\theta_…

r plot latex axis-labels plotmath
How to show every second R ggplot2 x-axis label value?

I want to show every second of x-axis label list in the presentation. Simplified code example in the following and …

r ggplot2 debian axis-labels
Use only custom label in X-axis in .NET chart

I'm making a .NET line graph in C# with an X-axis interval of weeks. For my project, I only want …

c# .net charts linechart axis-labels
Curve Fitting to a time series in the format 'datetime'?

Here is my problem: polyfit does not take datetime values, so that I converted datetime with mktime producing the polynomial …

python datetime curve-fitting mktime axis-labels
How do I make my axis ticks face Inwards in ggplot2

I have made a barplot using ggplot2 and the Journal I need to submit to requires that the axis ticks …

r ggplot2 axis-labels
Changing the xlim by date in Matplotlib

I am trying to make a visually appealing graph in Python. I was using Randal Olson's example http://www.randalolson.…

python datetime matplotlib graph axis-labels
D3 grouped bar chart: How to rotate the text of x axis ticks?

I'm using the Grouped Bar Chart(http://bl.ocks.org/mbostock/3887051), but the text of the x-axis is very long, …

javascript svg d3.js bar-chart axis-labels