score:0
Maybe try gnuplot
which is free and easy. Downloadable from here.
gnuplot < plotcommands
File: plotcommands
set title 'Plotted with Gnuplot'
set ylabel 'y-axis'
set xlabel 'time'
set timefmt "%H:%M"
set xdata time
set format x "%H:%M"
set xrange ["14:00":"14:30"]
plot 'points.txt' using 1:2
set terminal postscript color landscape dashed enhanced 'Times-Roman'
set output 'file.eps'
set size 1,0.5
replot
This assumes your points are in the file points.txt
.
score:1
Highcharts uses a timestamps, so you need to convert your time into it, ie. by Date.UTC().
score:1
You can definitely do with highcharts
here is a line chart example for the same http://jsfiddle.net/kolliparavamsikrishna/jFj5w/
`data: [
[Date.UTC(2010, 0, 1), 29.9],
[Date.UTC(2010, 0, 2), 71.5],
[Date.UTC(2010, 0, 3), 106.4],
[Date.UTC(2010, 0, 6), 129.2],
[Date.UTC(2010, 0, 7), 144.0],
[Date.UTC(2010, 0, 8), 176.0]
]`
here you have to keep the timestamp or the UTC date and the second number will be your temperature recording
Source: stackoverflow.com
Related Query
- Exporting highcharts data to CSV file
- Not able to draw a Pie Chart with external csv file in HighCharts
- Add Source to Highcharts Export CSV
- Highcharts dynamicly update chart from csv file
- Reading uploaded csv file in highcharts
- Highcharts not displaying data but drawing chart when reading from CSV file
- Highcharts series visibility with csv data source
- uploading external csv file to highcharts not working
- Scrape Highcharts data to CSV file
- Highcharts CSV File
- How to show an additional column from CSV file as a tooltip in Highcharts
- Highcharts to display area range and line chart with data from a CSV file
- Plot Y axis data based on x axis values from a csv file : Highcharts
- Export data from highcharts in csv file with dates in milliseconds
- How to show categorized Highcharts Chart using csv file
- Highcharts not displaying chart from csv file
- Highcharts Select menu from csv file and select option programmatically
- Highcharts change value out of csv file before plotting as epoch time not in ms so it has to be multiplied by 1000
- Highcharts chart not displaying data from csv file
- Why does opening a CSV file in Excel break my Highcharts chart?
- File loading a Csv file into highcharts
- HighCharts is undefined because multiple Html pages in Javascript file
- Highcharts export chart exportSettings with svg file
- Creating a line graph with highcharts and data in an external csv
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Modify a csv file line by line
- Highcharts - Global configuration with common code and unique data & Headings
- How to export CSV and XLS with external button in Highcharts
- JavaScript code inside TypeScript file .ts not working
- Highcharts read text file
More Query from same tag
- Highstock : altered points?
- How to plot 500 points in a second in highchart?
- Trying to set xAxis extremes using highcharts-vue wrapper
- Highcharts X-Axis as Text
- Highcharts behaviour in mobile browser (scrolling the whole graph not the specific point)
- Highcharts: Add ONE custom label to yAxis
- data label is not shown Highcharts
- Highcharts - Java exporting server in GWT app
- Highcharts Gantt avoid overlapping tasks
- Highcharts legendItemClick event - Stop chart auto rendering
- Highchart: Plot negative values on negative Y Axis ans set initial value
- How to set the static series name to the element result based on the categories in the HighChart
- Leaving some iterations of loop when removing yAxis - Highcharts/Angular
- HIGHCHARTS: Filling area above line with color area representing contribution to line values
- Show dividing lines between horizontal bars on highcharts graph
- How do I scrape data from a highcharts graph in python?
- How to use scrollbar on highcharts heatmap?
- Highcharts How to toggle DataLabel
- High chart formatter not working on Highchart API
- Pie chart labels - dynamic position (distance)
- Vue.js life-cycle hook for v-cloak
- Highcharts temperature legend
- Add hide all series to line chart
- show .Net core web API response in highcharts
- How to set Highcharts data series in x-axis using crosshairs?
- Highcharts: legend of stacked chart
- Equivalent of highcharts map with {highcharter}
- Highcharts column chart formatting
- Two highchart update issue
- HighCharts - do not crop series line on max value