Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-17 Thread Ihor Radchenko
Visuwesh writes: > From a922946b3965e117dc3bbbe5a4f3c67dcc832d68 Mon Sep 17 00:00:00 2001 > From: Visuwesh > Date: Sat, 15 Jun 2024 10:25:19 +0530 > Subject: [PATCH] org-plot: Make data-file stable for replot-on-resize Applied, onto main.

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-16 Thread Visuwesh
[சனி ஜூன் 15, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >>> So, you can set DATA to (list (or dump-func 'org-plot/gnuplot-to-data) >>> table num-cols params) >> >> Done in the attached patch. > > Thanks! > >>;; Dump table to datafile >> - (let ((dump-func (plist-get type

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-15 Thread Ihor Radchenko
Visuwesh writes: >> So, you can set DATA to (list (or dump-func 'org-plot/gnuplot-to-data) table >> num-cols params) > > Done in the attached patch. Thanks! >;; Dump table to datafile > - (let ((dump-func (plist-get type :data-dump))) > + (let* ((dump-func (plist-get type

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-14 Thread Visuwesh
[வெள்ளி ஜூன் 14, 2024] Ihor Radchenko wrote: > Visuwesh writes: > This is more of a FR than a bug but it would be nice to have working replot-on-resize when the gnuplot terminal is qt, x11, etc. To have this functional, the data-file needs to be not deleted. >>> >>> It should be

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-14 Thread Ihor Radchenko
Visuwesh writes: >>> This is more of a FR than a bug but it would be nice to have working >>> replot-on-resize when the gnuplot terminal is qt, x11, etc. To have >>> this functional, the data-file needs to be not deleted. >> >> It should be doable. >> We can simply use

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-13 Thread Visuwesh
[செவ்வாய் ஜூன் 04, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> This is more of a FR than a bug but it would be nice to have working >> replot-on-resize when the gnuplot terminal is qt, x11, etc. To have >> this functional, the data-file needs to be not deleted. > > It should be doable.

Re: [BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-04 Thread Ihor Radchenko
Visuwesh writes: > This is more of a FR than a bug but it would be nice to have working > replot-on-resize when the gnuplot terminal is qt, x11, etc. To have > this functional, the data-file needs to be not deleted. It should be doable. We can simply use `org-babel-temp-stable-file' and leave

[BUG/FR] org-plot: replot on resize [9.7-pre (N/A @ /home/viz/lib/emacs/straight/build/org/)]

2024-06-02 Thread Visuwesh
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.