Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1241
| From | Jaya <cse.jaya@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | How to display time as IST(GMT+5:30hr) instead of GMT |
| Date | 2012-07-05 00:27 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <234e20a4-b8fc-4a8f-907c-b54e11e1d2e1@googlegroups.com> (permalink) |
Hi everybody, I am using canvas terminal to plot a graph with X axis as Time axis. I am using the following code: set terminal canvas standalone mousing; set output 'outfile.html' set xdata time set timefmt "%s" set format x "%H:%M" plot 'file.txt' using $1:$2 The graph is plotted correctly, but the mousebox displays: x Wed, 04 Jul 2012 06:04:05 GMT y 248.1 Instead I want it to display: x Wed, 04 Jul 2012 11:34:05 IST y 248.1 How can this be done?
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
How to display time as IST(GMT+5:30hr) instead of GMT Jaya <cse.jaya@gmail.com> - 2012-07-05 00:27 -0700
csiph-web