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.

1330 questions
-1
votes
1 answer

How can I use a variable inside expression() to make the y-axis label of a bar plot in R?

I want to make a bar plot with the y-axis label containing some units. I have used expression() to get them correctly formatted. If it's coded directly in the script, everything works properly. If I want to use a variable instead to enable…
HaJoeMa
  • 3
  • 2
-1
votes
1 answer

How to add custom date vector into plot?

I have a date vector called prod.dat.ordered.distinct1 which looks like this: prod.dat.ordered.distinct1 <- c("2012-07", "2012-08", "2012-09", "2012-10", "2012-11", "2012-12", "2013-01", "2013-02", "2013-03", "2013-04", "2013-05", "2013-06",…
rayray
  • 35
  • 1
  • 8
-1
votes
1 answer

Add a percent to y axis labels

I'm sure I missed an obvious solution tot his problem but I can't figure out how to add a percent sign to the y axis labels. Data Sample: Provider Month Total_Count Total_Visits Procedures RX State Roberts 2 19 19 0 0 IL Allen 2 …
regents
  • 365
  • 3
  • 13
-1
votes
1 answer

New to IoS charts not sure how to get data onto the chart

So I went to use ios-Charts... I have two data sets. One is a time value(elapsed time for Y-axis) and one is a date value for the (x-axis) I'm guessing that I want to use a line chart. I'm just new to the library. Below is a sample of data I…
BostonMacOSX
  • 1,057
  • 2
  • 14
  • 29
-1
votes
2 answers

How Can I Flip an Axis WITHOUT Visually Flipping a Chart

I have a chart in Excel which looks like this: The problem is that with my data, 100 is the lowest possible rating whilst 1 is a much higher score. As such I want the chart to have 0 at the top of the vertical axis and 100 at the very…
Studiumcirclus
  • 59
  • 4
  • 11
-1
votes
1 answer

Highcharts x-axis datetime - different format of first and last (boundaries) labels

How to set first and last datatime labels on x-axis in different format? I need this labels: full datetime | time | time ... time | time | full datetime Now I have the time everywhere.
Janek
  • 45
  • 7
-1
votes
2 answers

xlabels only appear formatted in one of two subplots

I would like to plot 2 figures with the subplot function and with two different x axis (datetime format). I did the following code…
Nathan
  • 27
  • 1
  • 6
-1
votes
2 answers

Matplotlib: Set manual x-axis labels given string label array input, but only on major ticks

I tried this but the labels are not printing in the right location. Some of the labels are not printed and are not printed in the right position. I have an array of labels that correspond to each data point. I only want some of the labels to be…
ConanG
  • 469
  • 1
  • 5
  • 14
-1
votes
1 answer

Data with timestamp in format "dd.mm.yyy HH:MM:SS" and plotting

I have data with one column of being timestamp in format dd.mm.yyyy HH:MM:SS. This is how the data looks like: > data$TimeStamp [1] "14.3.2017 10:00:00" "14.3.2017 10:00:01" "14.3.2017 10:00:02" "14.3.2017 10:00:03" "14.3.2017 10:00:04"…
Tsingis
  • 404
  • 1
  • 7
  • 17
-1
votes
1 answer

Fitting Axis and of Y and X in Excel

I have the following Graph: The Y values are located at X= 32,64,128,256, 512 and 1024. However, the graph shows different values. I would like to show for X-axis labels only the relevant values (i.e.32,64,128,256, 512 and 1024). In addition, I…
Avi
  • 2,023
  • 3
  • 25
  • 44
-1
votes
1 answer

Shared x axis on six iterated subplots

here is the graph i have so far: I want to have a shared x and y axis. I'm trying to get a shared x and y axis for six subplots, which i iterate over in a for loop. I want to show frequency on the y, and then gamma radiation on the…
-1
votes
1 answer

Matlab - Setting font size separately for x&y axes

I am using the Property Editor in Matlab 2016a to customise my plot for publication. I would like to increase the font size of my x axis labels, while leaving those of the y axis unchanged. However, the FontSize property changes both at the same…
z8080
  • 398
  • 1
  • 6
  • 18
-1
votes
1 answer

Add second y-axis without corresponding x-data

I'm making a graphical analysis of the course evaluations. I got the following data: > str(dataJ2) 'data.frame': 16 obs. of 22 variables: ... $ lk_nummer : Factor w/ 111 levels "051-0311-00S",..: 19 30 38 47 49 50 51 55 56 59 ... $…
M. Del
  • 373
  • 4
  • 14
-1
votes
1 answer

Format datetime axis in highcharts?

http://jsfiddle.net/LLExL/4537/ Can anyone please help with this date time axis formatting on highcharts. I want Xaxis to show month only once unless the new month begins. Like 29 April 30 1 May 2 3 4 5 Any help would be highly appreciated
Hary
  • 115
  • 2
  • 15
-1
votes
3 answers

Hide minute value on X Axis

I am using the HighCharts library. However I am finding it difficult to hide the minute values from the Xaxis - xAxis: { type: 'datetime', maxZoom: 3600 * 1000, //one hour As I am setting a point on the chart by…
Ebikeneser
  • 2,530
  • 12
  • 48
  • 101
1 2 3
88
89