Questions tagged [axis-labels]

The labels on any axis of a plot

The labels on any axis of a plot. For example, the x and y axis labels of a 2D plot.

Use this tag for problems regarding the typography, visibility, layout, and/or placement of the axis labels in your plot.

1631 questions
0
votes
1 answer

Automatically set y-axis ticks in matplotlib for particular major/minor tick frequency

I am trying to set the number of major and minor intervals along the y-axis in Matplotlib (Python 2.7). Something is wrong with how I am setting the number of intervals. They are not always lining up with the major gridlines. Here is the code that I…
edesz
  • 11,756
  • 22
  • 75
  • 123
0
votes
1 answer

Highcharts : trouble with axis Label

I can't explain this behavior : Sometimes, my charts are displaying the first or the last label of the axis with a lot of decimals. In my graph options, here is how the yAxis look like : yAxis : [{ alternateGridColor: "white", …
zbMax
  • 2,756
  • 3
  • 21
  • 42
0
votes
1 answer

Display all labels in x-axis in HighCharts Stock

I am using Stock High Charts, I want to display all the labels in x-axis (the labels show city names). How do I achieve this? xAxis: { labels: { rotation: -50, step: 1 …
Abhishek
  • 196
  • 11
0
votes
0 answers

Zero Y Axis on Plot

I appear to keep on having problems with intercepts on GGPLOT2 graphs and here I have another! How can I get the Y axis to start at 0 so there is no gap below the plot? Code: ggplot(d, aes(x=d$MEI)) + …
Methexis
  • 2,739
  • 5
  • 24
  • 34
0
votes
0 answers

R - ggplot2 - 0 X intercept

I need to get my X axis to intercept at 1950. I have tried: scale_x_continuous(expand=c(0,0))with no luck, do I need to fix the x axis at 1950 instead of 0? Current error: Error: Discrete value supplied to continuous scale Here is the code used to…
Methexis
  • 2,739
  • 5
  • 24
  • 34
0
votes
1 answer

R - Two sets of labels on on axis in a bar plot

I have a dataframe that looks like this: ID Group Measure1 Measure 2 001 A 59 559 002 A 44 623 003 B 129 498 004 C 99 504 005 C 78 378 I want to…
Slavatron
  • 2,278
  • 5
  • 29
  • 40
0
votes
1 answer

R - adjust the y-value of the x axis

I have a some data that I want to display graphically. Here's what it looks like: data<- c(0.119197746, 0.054207788, 0.895580411, 0.64861727, 0.143249592, 0.284314897, 0.070027632, 0.297172433, 0.183569184, 0.713896071, 1.942425326, 1) Using this…
Slavatron
  • 2,278
  • 5
  • 29
  • 40
0
votes
1 answer

JFreeChart x axis Format

How to format x axis labels? I have a chart(look at attach1) I need to change x axis labels to the labels in the next attach (but with the same chart)
Dmitry
  • 73
  • 2
  • 11
0
votes
1 answer

SSRS Graph Axis Label Issues

So I've made a graph in SSRS 2008 R2, and for whatever reason, the axis labels refuse to show up as date values and instead show up as the number of the month they're representing (for example, January shows up as "1", February as "2", etc.). I've…
0
votes
2 answers

Matlab - Dual category X-axis (Day and Hour)

For a plot, like the one attached, is there a way to introduce a dual category axis? A (poorly drawn) example can be seen attached also. The report ideally should be auto generated, so setting static day names are not ideal.. EDIT: I should also…
AMcNall
  • 529
  • 1
  • 5
  • 23
0
votes
2 answers

R: set axis ticks & range to include all points w/ pretty breaks

I have a function which builds line plots dynamically, hence need to solve my problem with a formula rather than manually setting ranges. (note to experts: I've written this in logical progression for myself & others later - apologies that this…
dez93_2000
  • 1,730
  • 2
  • 23
  • 34
0
votes
1 answer

x axis labels with lattice barchart

I am trying to define labels for the x axis of a lattice barchart. I thought I could use the at= ..., labels=... into the scale part of the barchart code, but when I do this no labels appear on the x axis. I am using R 3.1.0 and a Windows…
user41509
  • 978
  • 1
  • 10
  • 31
0
votes
1 answer

CFChart all X- axis labels are not displaying

I have many cfcharts in my application. There are 32 X-axis labels, in one of my cfcharts, but only 18 of them are displaying. Other than that, the chart displays properly, but the x-axis labels are missing. I have used JSON style for applying…
Lakshmi
  • 19
  • 9
0
votes
1 answer

highchart: How to Remove Series space (after & before)

i went to remove space(gape) from between two series. check image for more detail ! http://s13.postimg.org/4nklby5vb/10_Sep_14_7_46_01_PM.png
Vijay Agarwal
  • 71
  • 1
  • 10
0
votes
0 answers

Issue with axis rescalling in d3

I am playing around with this example of a line graph using larger data values, e.g. var data = [3567, 6643, 2123, 1447, 1245, 2414] and the y axis isn't starting at 0, instead of 1245. Was wondering if there was a simple way to alter this.
a-windett
  • 151
  • 1
  • 7
1 2 3
99
100