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

Drawing the X and y axis for a curved Line in C# Form

i i am relative new to c# and is trying to draw a curved line in c#. I would like to ask that is there any possible way to create an X and Y axis in order to show the coordinates of each point of the curved line. Please do help me on this matter…
RabbitBadger
  • 539
  • 7
  • 19
0
votes
0 answers

Force title labels to be displayed

I have a Highcharts configuration that is using the "Step" property under label to force displaying title. But I still see that the titles are ignored by Highcharts randomly. Is there a consistent way to enforce Highcharts to always display title…
0
votes
1 answer

Matlab Plot: adjust X-axis step sizes with different length and name them deferentially?

I am looking for some code for the following matlab plot, which now I adjust the X-axis step size manually. As can be seen, the step sizes of Axis are different. In the above case, I have like 600 data of 3 days, where about 100 data for Monday, …
GeekCat
  • 309
  • 5
  • 18
0
votes
1 answer

Core Plot NSDate Time Interval on Axis which excludes Saturdays and Sundays

To assure time continuity, I convert NSDates of a time series into time interval, and use for scatterplot or bar chart. The problem now is that Saturdays and Sundays are also included in X axis scale. I wonder if it is possible to excludes weekends…
HSH
  • 111
  • 1
  • 9
0
votes
0 answers

vb.net chart with week numbers as X Axis

I know a similar question was asked before, but it wasn't answered. I have a chart where I use week numbers as its X-axis, that are retrieved as part of the SQL query. It works fine up until a new year starts. In such a case, even though the weeks…
Guy
  • 325
  • 1
  • 3
  • 18
0
votes
1 answer

d3 - mock the labelling of the x axis

I have a chart where the x Axis represents calendarweeks. Because of the change of the year my chart is now not right sorted. So the calendarweek 1 from 2015 is now before the calendarweeks from 2014. I know that I have to change something in my…
sanyooh
  • 1,260
  • 2
  • 18
  • 31
0
votes
1 answer

flot-axislabels not working

So I tried to attach axislabels to my graph by using the plugin from https://github.com/markrcote/flot-axislabels $.ajax({ type: "POST", url: "includes/getjson.php", data: $('.ids:checked').serialize(), dataType:…
frankmyhre
  • 59
  • 1
  • 8
0
votes
2 answers

matplotlib change Axis scale

I have below plot my data is 2D array from range 0 to 10 but I want my plot's axis be between [0,1] how can I change the scale? besides how can I upside down Y axis? mydata = np.zeros((10,10)) #fill mydata im =…
Am1rr3zA
  • 7,115
  • 18
  • 83
  • 125
0
votes
1 answer

DOJO Charts : Adding intermediate labels in the y- axis for each chart.addSeries()

I have added 2 chart.addSeries() and its coming , but i need the labels also should get displayed chart.addPlot("default", { type: "Lines", labels: true, markers: true , htmlLabels: true }); // Add X axis …
0
votes
1 answer

SSRS-range bar chart axis label in quarters (Q1, Q2, Q3, Q4)

I've created a range bar chart using SSRS 2008. It is a date range StartDate is =DateAdd("yyyy",-2,Today()) EndDate is =DateAdd("yyyy",2,Today()) Is there a way to format the Axis labels to show in Quarters?? I am able to display in "MMM-YY"…
0
votes
0 answers

plot with x-axis at y=0

When plotting a graph where y has negative values, is it possible to plot the x-axis line, tick marks and labels at y=0? In the example below the x-axis is plotted at y=-10, the lower limit of the y-axis. I could use + geom_abline(intercept=0,…
user2568648
  • 3,001
  • 8
  • 35
  • 52
0
votes
1 answer

Two questions re axes for qplot bar plot in R

I am creating bar plots in qplot, (ggplot2 function in R) and have two problems. When I rotate the x-axis scale values by 90 degrees they no longer centre under the columns and tick marks. This doesn't seem like much of an issue with just a few…
0
votes
2 answers

SI ticks formatting with a decimal scale domain

I am designing a scatter plot. In following example the input domain of scale function is [0.04, 0.9]. .tickFormat(d3.format(".1s")) is used on axis in order to display SI abbriviation if needed. While running following snipped, you will notice,…
Alexander Weber
  • 789
  • 4
  • 16
0
votes
1 answer

Distribute y axis ticks evenly between minum and maximum

I am about to plot some variables (in a boxplot, but that doesn't matter) where I want to display the minimum and the maximum on the ordinate scale (y-axis). require(ggplot2) y_min <- min(PlantGrowth$weight) y_max <-…
MERose
  • 4,048
  • 7
  • 53
  • 79
0
votes
0 answers

R adjust tickmarks in bar plot

I want to adjust the tickmarks so I can get a nice printout of my data. Here is my code and an added barplot > data Attributes Year Contribution rank 2 a 2014 0.211 2 1 a 2013 0.188 1 3 b 2013 …
jonas
  • 13,559
  • 22
  • 57
  • 75
1 2 3
99
100