From: Michael Heerdegen <michael_heerdegen@web.de>
To: emacs-orgmode@gnu.org
Subject: Re: Plotting a table of date+time pairs
Date: Fri, 27 Dec 2024 00:58:29 +0100 [thread overview]
Message-ID: <875xn6uhcq.fsf@web.de> (raw)
In-Reply-To: <87a5ci79zm.fsf@localhost> (Ihor Radchenko's message of "Thu, 26 Dec 2024 15:13:49 +0000")
Ihor Radchenko <yantar92@posteo.net> writes:
> Michael Heerdegen <michael_heerdegen@web.de> writes:
>
> > But the real problem is that the org table export mechanism thinks that
> > the time field doesn't look like a numerical field, so it wraps every
> > such field in quotes, and the exported data file will look like
> >
> > | 2024-09-18 "11:40 CEST"
> > | 2024-09-19 "11:27 CEST"
> > | ... ...
> > ...
>
> Did you try using ob-gnuplot?
Yes - I was using ob-gnuplot approximately in the complete second half
of this thread. And it is indeed the better choice for my case.
The quoting problem you quoted above originates from org's table export,
though. This quoting is hard to avoid, not without a hack, and
independent from the used "export tool".
My final solution for this little remaining problem is to tell gnuplot
to expect a time value wrapped in quotes:
| plot data using 1:(timecolumn(2,"\"%H:%M\"")) with ...
^^ ^^
Thx,
Michael.
next prev parent reply other threads:[~2024-12-26 23:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-28 1:21 Plotting a table of date+time pairs Michael Heerdegen
2024-11-28 9:27 ` Fraga, Eric
2024-11-28 23:17 ` Michael Heerdegen
2024-11-29 9:30 ` Fraga, Eric
2024-11-30 6:17 ` Michael Heerdegen
2024-11-30 6:48 ` Michael Heerdegen
2024-12-02 12:21 ` Fraga, Eric
2024-12-04 10:50 ` Michael Heerdegen
2024-12-04 11:51 ` Fraga, Eric
2024-12-04 13:47 ` Michael Heerdegen
2024-12-04 14:02 ` Fraga, Eric
2024-12-05 17:12 ` Michael Heerdegen
2024-12-26 15:13 ` Ihor Radchenko
2024-12-26 23:58 ` Michael Heerdegen [this message]
2024-11-29 15:21 ` Max Nikulin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875xn6uhcq.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).