all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Fleischer <danflscr@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Plotting in Emacs?
Date: Tue, 23 May 2023 21:07:05 +0300	[thread overview]
Message-ID: <m2fs7m3os6.fsf@gmail.com> (raw)
In-Reply-To: 87bkibyniq.fsf@mbork.pl

Marcin Borkowski [2023-05-23 Tue 19:18] wrote:

> Well, as I said in my message, I explicitly want to avoid external
> dependencies (like gnuplot).  And for a solution using gnuplot, showing
> the plot in the Emacs buffer is a must.
>
> That said, chart.el (recommended elsewhere in this thread) is definitely
> one interesting possibility.

This library looks experimental, with only ascii bar plot support. If
you want anything nicer you got to use an external package; even Emacs
built-in Calculator uses gnuplot to draw functions and data.

As for showing the plot, the babel code block I showed generates the
following result section

#+RESULTS:
[[file:a.png]]

Then you only need to make sure org mode shows images by calling
`org-toggle-inline-images' and it's part of the buffer, if that wasn't
clear.

-- 
Daniel Fleischer




  reply	other threads:[~2023-05-23 18:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18  4:16 Plotting in Emacs? Marcin Borkowski
2023-04-18  4:38 ` Jean Louis
2023-05-23 17:14   ` Marcin Borkowski
2023-04-18  7:39 ` Tak Kunihiro
2023-05-20  7:55   ` Marcin Borkowski
2023-05-20  8:26 ` Daniel Fleischer
2023-05-23 17:18   ` Marcin Borkowski
2023-05-23 18:07     ` Daniel Fleischer [this message]
2023-05-24  4:36       ` Marcin Borkowski
2023-05-25  2:32     ` Emanuel Berg

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2fs7m3os6.fsf@gmail.com \
    --to=danflscr@gmail.com \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.