|
From: kumar <kum...@ho...> - 2007-03-31 00:10:12
|
Hi I am using gnuplot Version 4.0 patchlevel 0 on a FC4 system. The data to generate the plots is present in a datafile and I am using the batch mode to generate the plots. In my plots the x-axis is the timescale. The mouse coordinates display the number of seconds since 2000 in the lower left corner of the graph when the mouse is moved over the graph. In the interactive mode (when issuing commands through gnuplot> ) I am able to control the format of this using set mouse mouseformat. However in the batch mode this does not seem to have any effect and the x-coordinate of the mouse is still displayed in seconds since 2000. Is there any way to change the mouse coordinate display effectively for the batch mode plots? I would prefer the time to be shown in date time format rather than the seconds since 2000 for the mouse coordinate. Thanks. |