Thread View: comp.graphics.apps.gnuplot
2 messages
2 total messages
Started by apollo@thenet.ne
Tue, 27 Aug 1996 00:00
Changing the X Axis Values
Author: apollo@thenet.ne
Date: Tue, 27 Aug 1996 00:00
Date: Tue, 27 Aug 1996 00:00
15 lines
494 bytes
494 bytes
I am trying to change the xaxis values to times (given by me). For example, I the times would be like 00:05, 00:15, 00:25 etc . . . for the entire day (up to 23:55). The values will only come up once an hour on the xaxis (using the xtic command (set xtic 1, 6)). I haven't been able to get this to work. Any help would be greatly appreciated. BTW, I am using Solaris. ---------- Daniel S. Cohen apollo@thenet.net Programmer/HTML Author TheNet Digital Services, Inc. -----------------
Re: Changing the X Axis Values
Author: win@win-ppp.cu-o
Date: Wed, 28 Aug 1996 00:00
Date: Wed, 28 Aug 1996 00:00
42 lines
969 bytes
969 bytes
With gnuplot 3.5 I used this: set xtics ("0"0,"1"6,"2"12,"3"18,"4"24,"5"30,"6"36,"7"42,"8"48,"9"54,"10"60,"11 "66,"12"72,"13"78,"14"84,"15"90,"16"96,"17"102,"18"108,"19"114,"20"120,"21"126," 22"132,"23"138) This is for a similar situation. I wanted just the 0,1,2 ... 23 to show on the tic's. Hope this helps. Win On 27 Aug 1996, Daniel Cohen wrote: > I am trying to change the xaxis values to times (given by me). For example, > I the times would be like 00:05, 00:15, 00:25 etc . . . for the entire day > (up to 23:55). The values will only come up once an hour on the xaxis > (using the xtic command (set xtic 1, 6)). I haven't been able to get this > to work. Any help would be greatly appreciated. BTW, I am using Solaris. > > ---------- > Daniel S. Cohen > apollo@thenet.net > Programmer/HTML Author > TheNet Digital Services, Inc. > ----------------- > ---------------------- Winona Strater Phone: (217) 359-3996 ----------------------
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads