LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   need help for gnuplot (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-for-gnuplot-132614/)

eph 01-07-2004 11:19 PM

need help for gnuplot
 
i can't get my desired output plot

my data is a text file which contains the month, day, time, and a numerical value. i want to graph the value with the date.
eg. dec 21 12:00:03 in the x axes and the numerical value in the y axes.

btw i need to make the value between the time have a 1 hour interval.

how do i do this? please help... i'm new to this..
i'd appreciate the help

thanks :)

spariggio82 08-23-2004 08:41 AM

Try to use this command:

set xdata time or set ydata time
and for time format
set timefmt


This should help you. However look at the help of this command for the options.

Good Luck


All times are GMT -5. The time now is 11:38 PM.