Software to generate following graph?

Status
Not open for further replies.
Joined
Dec 17, 2012
Messages
97
Location
Dubai, UAE, Middle East
Any software that can help me generate the following type of graph, or help me represent/illustrated data as shown in this figure.

https://www.dropbox.com/s/32nrvy3menra52o/representation.png


You guys know where there this is going :P
Building a timeline of the car's life.

The graph should be generated based on fuel fill-ups.
And the costs can be added based on date/mileage as shown in the figure.
 
Last edited:
You would have to plot a moving average, as the raw data is going to be very noisy (sawtooth).

Prius_MPG.jpg
 
Originally Posted By: Rolla07
Powerpoint?


PowerPoint is a presentation (slide deck) program, it's not for data entry & analysis.
 
Originally Posted By: sgvaibhav
The graph should be generated based on fuel fill-ups.
And the costs can be added based on date/mileage as shown in the figure.

If you just want to track fuel expenses, then sign up on fuelly.com and enter your fuel-ups there. You can even import your fuel-ups from a CSV file if you don't feel like typing it in by hand. Then they'll generate all kinds of graphs and stats for you...

Click the link in my sig for more info.
 
I would consider using google docs spreadsheet offering if you have a smartphone. It may be easier to enter a bit of information at the time.
 
basically i want to plots miles vs date.
that is i enter all the data points of miles vs date and the graph plots a spline or straight line.

This is simple with excel.

However i want to enter event/costs at each of these data points which is elaborated in an interactive way (like on mouse over).

http://www.highcharts.com/
this is an example, but i am still figuring out how to use this.
 
Status
Not open for further replies.
Back
Top Bottom