Questions tagged [linegraph]

A line graph is a type of chart which displays information as a series of data points called markers connected by straight line segments. It shows how something changes in value (as time goes by, or as something else happens).

558 questions
3
votes
1 answer

How can I hide ALL series with the same ID with a button on highcharts? (line graph)

I have a simple highcharts line graph and I want to be able to hide (not remove) ALL series with the same id, with the click of a button. I was thinking on checking for the id as a condition if (series.id === "rec") but for some reason I can't…
3
votes
0 answers

Hyperlink like plots in R

Is there a package in R where if you have a line graph, and you click on one of the lines, it will take you to another graph? So basically I want to portray a large scale view of paramters and then when I click on one of the lines in the graph, it…
Nick
  • 833
  • 2
  • 8
  • 11
3
votes
1 answer

How to a stacked bar chart with line chart using Plotly?

https://plot.ly/python/bar-charts/#bar-chart-with-line-plot I want to create a bar chart with line plot like in the example above using plotly and iPython. On the other hand, I want the bar chart to be a horizontal stacked bar chart like in the…
pr338
  • 8,730
  • 19
  • 52
  • 71
3
votes
2 answers

MS Chart Control Scale - Line graph show 12 months

On my X Axis, I have months. The chart shows up to 11 points, i.e. Jan - Nov of the same year, but when I add 12 points (Jan - Dec), it will do an auto label thing and change the interval for every 4 months. How can I change the graph so that it…
Mike
  • 1,532
  • 3
  • 21
  • 45
3
votes
1 answer

ZedGraph How To Create a Classic Line Chart With XAxis.Type = AxisType.Text

I'm trying to create a Line Graph with zed graph. I just wanted to ask that how can I create a Line Graph which XAxis type is text and YAxis type is doubles. Firstly i was really searching about this topic but i didnt get any result about it.…
Burak Kaymakci
  • 662
  • 2
  • 16
  • 36
3
votes
1 answer

line graph with 2 categorical variables and 1 continuous in R

I'm quite new to R and statistics in general. I am trying to plot in a line graph 2 categorical variables (part of speech "pos", condition "trcond") and a numerical one (score "totacc") in ggplot2. > df1<-df[, c("trcond", "subtitle", "pos",…
Val
  • 53
  • 1
  • 2
  • 6
3
votes
1 answer

ggplot2 geom_line() and smoothing

I am trying to create a GGPLOT2 smoothed line graph that looks more like this Source: http://www.esrl.noaa.gov/psd/enso/mei/ and less like this: Source: https://dl.dropboxusercontent.com/u/16400709/StackOverflow/Rplot02.png My data are available…
Methexis
  • 2,739
  • 5
  • 24
  • 34
3
votes
1 answer

Assign Colour to each line in ggplot2

Hello People, I am trying to use the geom_line function to create line graphs in R. I want to assign specific colours to each line and I am unable to do so. When I try to manually assign the colours I get the colour names as variables…
VGu
  • 386
  • 5
  • 23
3
votes
0 answers

achartengine - Chart line doesn't sit on the coloured region if a point goes above the visible region

I have made a simple Line graph with the lower region coloured. FillOutsideLine fill = new FillOutsideLine(FillOutsideLine.Type.BOUNDS_ALL); fill.setColor(getResources().getColor(R.color.graph_green)); …
boyfromnorth
  • 958
  • 4
  • 19
  • 41
3
votes
1 answer

Google API Line Graph

I have a line graph here, and some reason the ideal line is not drawing. The actual line is drawing a line, but the ideal is not echo "