Alan Schmitt writes:
> Hello,
>
> I'm trying to plot the following table, but the dates part is all
> wrong. Is there a way to tell gnuplot what the date format is?
>
> #+tblname: data-table
> | Date | HP | HC |
> |--++|
> | [2011-08-20 Sat] | 0
* Ian Barton wrote:
>
> Haivng played with gnuplot recently, I would suggest that your first
> statement should always be "reset". Otherwise you may find settings you
> have been trying out persist over different runs of your babel code.
Great tipp, thanks!
> This can be very confusing and ma
On 26/03/12 18:06, Karl Voit wrote:
* Alan Schmitt wrote:
On 26 mars 2012, at 17:48, Karl Voit wrote:
Can you please post the while working example (or correct my error)?
Change this
set timefmt "[%Y-%m-%d %a]"
to this
set timefmt "%Y-%m-%d"
I also don't specify the range.
set xrange ["
* Alan Schmitt wrote:
> On 26 mars 2012, at 17:48, Karl Voit wrote:
>
>> Can you please post the while working example (or correct my error)?
>
> Change this
>> set timefmt "[%Y-%m-%d %a]"
> to this
> set timefmt "%Y-%m-%d"
>
> I also don't specify the range.
>> set xrange ["[2011-08-01 foo]":"[20
On 26 mars 2012, at 17:48, Karl Voit wrote:
> * Alan Schmitt wrote:
>>
>> Thanks a lot for all the suggestions. The part I was missing was the
>> preprocessing from babel. Using simply
>>
>> set xdata time
>> set timefmt "%Y-%m-%d"
>>
>> did the trick.
>
> I just wanted to check this out but
Karl Voit wrote:
> * Alan Schmitt wrote:
> >
> > Thanks a lot for all the suggestions. The part I was missing was the
> > preprocessing from babel. Using simply
> >
> > set xdata time
> > set timefmt "%Y-%m-%d"
> >
> > did the trick.
>
> I just wanted to check this out but I am not able to pro
* Alan Schmitt wrote:
>
> Thanks a lot for all the suggestions. The part I was missing was the
> preprocessing from babel. Using simply
>
> set xdata time
> set timefmt "%Y-%m-%d"
>
> did the trick.
I just wanted to check this out but I am not able to produce the
plot :-( I just get the coordina
On 26 mars 2012, at 16:37, Nick Dokos wrote:
> Steven Buczkowski wrote:
>
>> On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote:
>>> Hello,
>>>
>>> I'm trying to plot the following table, but the dates part is all wrong. Is
>>> there a way to tell gnuplot what the date format is?
>>>
>>>
Steven Buczkowski wrote:
> On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote:
> > Hello,
> >
> > I'm trying to plot the following table, but the dates part is all wrong. Is
> > there a way to tell gnuplot what the date format is?
> >
> > #+tblname: data-table
> > | Date | H
On Mon, 2012-03-26 at 15:37 +0200, Alan Schmitt wrote:
> Hello,
>
> I'm trying to plot the following table, but the dates part is all wrong. Is
> there a way to tell gnuplot what the date format is?
>
> #+tblname: data-table
> | Date | HP | HC |
> |--+
Hi Alan
On Mon, Mar 26, 2012 at 15:37, Alan Schmitt
wrote:
> I'm trying to plot the following table, but the dates part is all wrong. Is
> there a way to tell gnuplot what the date format is?
>
> #+tblname: data-table
> | Date | HP | HC |
> |--++--
On 03/26/2012 09:37 AM, Alan Schmitt wrote:
Hello,
I'm trying to plot the following table, but the dates part is all wrong. Is
there a way to tell gnuplot what the date format is?
I've found gnuplot's date support to be torment.
You might want to investigate using R for these tasks: R unde
Hello,
I'm trying to plot the following table, but the dates part is all wrong. Is
there a way to tell gnuplot what the date format is?
#+tblname: data-table
| Date | HP | HC |
|--++|
| [2011-08-20 Sat] | 006815 | 008399 |
| [2011-08-29 Mon] |
13 matches
Mail list logo