Top "Axis-labels" questions

The labels on any axis of a plot

How to limit d3.svg.axis to integer labels?

Is there any possibility to limit the number of d3.svg.axis integer labels displayed on the graph? Take for …

javascript d3.js axis labels axis-labels
Google Chart Tools truncating y axis labels

Working with a Google bar chart, here is what I got: Here my custom options var options = { width: 500, height: 240, legend : …

google-visualization truncated axis-labels
Matplotlib: show labels for minor ticks also

In matplotlib, when I use a log scale on one axis, it might happen that that axis will have no …

python matplotlib plot axis-labels
How to align axis label to the right or top in matplotlib?

By default matplotlib plots the axis label at the center of the axis. I would like to move the label …

python matplotlib axis-labels
How to change separation between tick labels and axis labels in Matplotlib

My axis labels often look not good (too close to tick labels) when I use Matplotlib. How to set distance …

python matplotlib plot axis-labels spacing
d3.js: Align text labels between ticks on the axis

Is there an easy way to align text labels between ticks? Here is my time axis with labels above the …

d3.js calendar label axis-labels
matplotlib: Aligning y-axis labels in stacked scatter plots

In the plot bellow i have two scatter plots which have different number scale, so their Y-axis labels are not …

python matplotlib plot alignment axis-labels
Thousand separator in label of x or y axis

I would like to have pretty labels on the y-axis. For example, I prefer to have 1,000 instead of 1000. How can …

r ggplot2 axis-labels
Format axis tick labels to percentage in plotly

I am creating bar charts in plotly with y-axis representing percentages or shares within 0-1. The y-axis displays as 0.05 instead …

r plot plotly axis-labels r-plotly
Change font-size of domain axis label and range axis label for jfreechart

My goal is to increase the size of "Revenue ($) " and "Years". But I do not know how. I am able …

java jfreechart font-size axis-labels