|
From: | Fritz Sonnichsen |
Subject: | Re: Simple Time Formatted Plot Problem |
Date: | Fri, 2 Mar 2018 14:15:14 -0500 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Mike. That worked. Still curious why Marco's approach works for him
but not on my machine. I am working on a win machine today-maybe
something about the way it handles floating point etc. I will use your approach-it would be nice if the Octave team would incorporate this into their code at some point so it is less "patched together". I would expect plotting time series is pretty common and something a little more streamlined would be nice. I vaguely recall that Matlab was similarly afflicted. Thanks again both of you for your help! Fritz On 3/2/2018 1:02 PM, Mike Miller wrote:
On Fri, Mar 02, 2018 at 18:14:44 +0100, Marco Atzeri wrote:without the axis, it works for me. Use the "graphics_toolkit gnuplot" as fltk has problem on numbers too near and large (due to resolution on float)Or subtract away the irrelevant date part of the datenum values xdatenum = xdatenum - datenum ([2018, 1, 1, 0, 0, 0]); I thought we had a FAQ entry about this, but I don't see one. |
[Prev in Thread] | Current Thread | [Next in Thread] |