Skip to main content

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).

linegraph
32 votes
6 answers
192k views

Drawing a simple line graph in Java

In my program I want to draw a simple score line graph. I have a text file and on each line is an integer score, which I read in and want to pass as argument to my graph class. I'm having some trouble ...
user1058210's user avatar
  • 1,689
31 votes
3 answers
49k views

Implementing Target lines, in SSRS column Charts

I have a column graph, that shows a trend of consumption over time, The y-axis being consumption and x-axis being time in month, I have to implement a target consumption. I implemented a target, by ...
Brian Paul's user avatar
24 votes
3 answers
157k views

Plot multiple lines in one graph [duplicate]

Trying to use ggplot to plot multiple lines into one graph, but not sure how to do so with my dataset. Not sure whether I need to change the datastructure or not (transpose?) Data looks like this: ...
Chrisvdberge's user avatar
  • 1,926
22 votes
4 answers
23k views

How to display highchart series line marker symbol from tooltip formatter?

By default highcharts display the line marker symbol in the tooltip. $(function () { $('#container').highcharts({ xAxis: { categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', '...
Sas's user avatar
  • 281
22 votes
6 answers
32k views

Change Line Colour with Plotly Express

I have a plotly express figure: fig = px.line(data, x="DateTime", y="Gold", title="Gold Prices") I want to change some details, like so fig.update_layout( line_color=&...
Robin Andrews's user avatar
21 votes
1 answer
109k views

matplotlib plot set x_ticks

How would I set the x_axis labels at the indices 1,2,3....n to be something different. lam_beta = [(lam1,beta1),(lam1,beta2),(lam1,beta3),....(lam_n,beta_n)] chunks = [chunk1,chunk2,...chunk_n] ...
anonuser0428's user avatar
  • 12.2k
17 votes
1 answer
15k views

D3.JS time-series line chart with real-time data, panning and zooming

FIDDLE <<<< this has more up to date code than in the question. I am trying to create a real-time (live-updating) time-series chart in d3, that can also be panned (in X) and zoomed. ...
rex's user avatar
  • 3,173
15 votes
1 answer
12k views

Representing "No value" in array in Google visualization

For the below array i get a smooth curve. data.addColumn('string', 'x'); data.addColumn('number', 'Cats'); data.addColumn('number', 'Blanket 1'); data.addColumn('number', 'Blanket 2'); ...
Gokul N K's user avatar
  • 2,448
14 votes
4 answers
30k views

Line graphs on iOS [closed]

Anyone know how to create line graphs on iOS without using Core-Plot but using inbuilt frameworks? Desperately searching for an answer.
Joel Joseph's user avatar
14 votes
5 answers
137k views

Ignore cells on Excel line graph

I am trying to draw a line graph in Excel 2010. The y column data source has some gaps in it and I want these to be ignored for the graph. Seems to default these to zero. I know the "Hidden and Empty ...
t0mmyw's user avatar
  • 737
12 votes
1 answer
22k views

Creating a 1D heat map from a line graph

Is it possible to create a 1D heat map from data in a line graph? i.e. I'd like the highest values in y to represent the warmer colours in a heat map. I've attached an example image of the heat map I'...
bs10reh's user avatar
  • 155
12 votes
2 answers
22k views

How to show the marker points in line graph using c#

I am using Line graph in my application and is working fine. I tried to draw the marker points in line graph,but the marker points are not displaying. In line chart marker properties, I have chosen ...
sowjanya attaluri's user avatar
12 votes
1 answer
8k views

MPAndroidChart define exact/fixed interval between values on x-axis (time)

I'm using in the app MPAndroidChart library and I have line graph like this now: On X axis I have seconds and I want to have the same interval between values on X axis. Now I have 19:03 and 19:20 but ...
Pepa Zapletal's user avatar
11 votes
1 answer
31k views

Overlapping axis labels in R [duplicate]

I have an issue where I have overlapping axis labels and can't seem to get a solution to fix this. p <- ggplot(data=Data,aes(x=Indicator,y=Numeric,group=Expenditure_group,shape=Expenditure_group,...
coder_007's user avatar
  • 187
10 votes
7 answers
19k views

How to create a dynamic line graph like Google Finance has?

I'm looking to create a dynamic zoomable line graph for a web page I'm doing. I was told to "make it like Google's one" (though by a sales guy who in turn is parroting the client, so he's aiming high....
DaveDev's user avatar
  • 41.9k

15 30 50 per page
1
2 3 4 5
39