|
From: Tatsuro M. <tma...@ya...> - 2016-03-16 04:05:46
|
Please describe your environments in detail. * version of gnuplot * Name and version of the operating system The crash generally depends on the environments so that you should describe them. Tatsurp ----- Original Message ----- > From: Eoin > To: gnuplot-info > Cc: > Date: 2016/3/15, Tue 21:54 > Subject: [Gnuplot-info] Clash with timefmt and "call"? > > Hi all, > > I have a frustrating bug where I can successfully set the following: > > set xdata time > set timefmt "%Y/%m/%d" > > plot "some stuff" u 1:2 > > say. > > This works correctly. I then change the plot command to the following > > plot "some stuff" u 1:($$2/$$3) > > (I am using the "call" feature, i.e. -c argument to the command, > therefore > I need the double $ to avoid a clash with the single $ reference). > > This plots the y variable correctly, but breaks the time representation. > > Is it that there is a clash with the timefmt command? Do I need to change > the "%" for something else? > > Many thanks, > Eoin Kerrane. > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |