Re: ot again: gnuplot> how to get decimal hour exported

2020-06-19 Thread Rich Shepard
On Fri, 19 Jun 2020, Dr Eberhard Lisse wrote: Start using R :-)-O el, I thought of suggesting this, but R would require the same two steps: calculate decimal minutes into a fourth vector in the dataframe, then plot what's needed. Regards, Rich -- lyx-users mailing list

Re: ot again: gnuplot> how to get decimal hour exported

2020-06-19 Thread Dr Eberhard Lisse
Start using R :-)-O el On 2020-06-19 09:53 , Wolfgang Engelmann wrote: > I run this: > > gnuplot> plot "file.txt" using 0:($1 + $2/60.) > with data in file.txt like > > 100 01 > 200 04 > 300 07 > 400 11 > .. up to 256 > > the minutes (3rd column) are divided by

Re: ot again: gnuplot> how to get decimal hour exported

2020-06-19 Thread Rich Shepard
On Fri, 19 Jun 2020, Wolfgang Engelmann wrote: the minutes (3rd column) are divided by 60 and added to the hour (2nd column). They are plotted against time (1st column) and I get a correct graph. How can I obtain the column of data with the hours and decimalized minutes, e.g. 00 30 > 00.50 ?

Solved: Re: ot: converting minutes in hour-decimals

2020-06-19 Thread Wolfgang Engelmann
Am 17.06.20 um 19:26 schrieb Rich Shepard: On Wed, 17 Jun 2020, Wolfgang Engelmann wrote: yes, thats clear, but how to do that one >>> You can use python for this on the command line. The aim is, to produce a second column with the hours-minutes in decimals, something like $1/60.

Re: ot: converting minutes in hour-decimals

2020-06-19 Thread Dr Eberhard Lisse
Divide by 60? el On 2020-06-17 19:02 , Wolfgang Engelmann wrote: > off topic: How could I convert minutes in hour-decimals in a column such as > > 00:01 > 00:04 > 00:07 > 00:11 > 00:12 > 00:13 > 00:13 > 00:18 > 00:19 > 00:21 > 00:23 > 00:32 > 00:32 > and more > > so that e.g. 00:30

Re: ot again: gnuplot> how to get decimal hour exported

2020-06-19 Thread Wolfgang Engelmann
Am 19.06.20 um 09:53 schrieb Wolfgang Engelmann: I run this: gnuplot> plot "file.txt" using 0:($1 + $2/60.) with data in file.txt like   1    00 01   2    00 04   3    00 07   4    00 11   .. up to 256 the minutes (3rd column) are divided by 60 and added to the hour (2nd column).

Re: How to break long equations with LyX

2020-06-19 Thread Paul A. Rubin
On 6/19/20 7:51 AM, list_em...@icloud.com wrote: I have tried mightily to get LyX to break long equations. I’ve studied multiple pages at stackexchange, both LaTeX and LyX, and can’t seem to get anything to work. I have had luck in the past with the second large block of code at this page:

How to break long equations with LyX

2020-06-19 Thread list_email
I have tried mightily to get LyX to break long equations. I’ve studied multiple pages at stackexchange, both LaTeX and LyX, and can’t seem to get anything to work. I have had luck in the past with the second large block of code at this page:

Re: How to break long equations with LyX

2020-06-19 Thread Joel Kulesza
On Fri, Jun 19, 2020 at 5:51 AM wrote: > I have tried mightily to get LyX to break long equations. I’ve studied > multiple pages at stackexchange, both LaTeX and LyX, and can’t seem to get > anything to work. > > ... > > How do LyX-ers handle this? Is there “LyX” solution to breaking long >

Re: How to break long equations with LyX

2020-06-19 Thread list_email
> On Jun 19, 2020, at 8:15 AM, Paul A. Rubin wrote: > > On 6/19/20 7:51 AM, list_em...@icloud.com wrote: >> I have tried mightily to get LyX to break long equations. I’ve studied >> multiple pages at stackexchange, both LaTeX and LyX, and can’t seem to get >> anything to work. >> >> I have

Re: How to break long equations with LyX

2020-06-19 Thread Paul A. Rubin
On 6/19/20 7:34 PM, list_em...@icloud.com wrote: On Jun 19, 2020, at 8:15 AM, Paul A. Rubin wrote: On 6/19/20 7:51 AM, list_em...@icloud.com wrote: I have tried mightily to get LyX to break long equations. I’ve studied multiple pages at stackexchange, both LaTeX and LyX, and can’t seem to

Re: How to break long equations with LyX

2020-06-19 Thread list_email
> On Jun 19, 2020, at 5:14 PM, Paul A. Rubin wrote: > > On 6/19/20 7:34 PM, list_em...@icloud.com wrote: >>> On Jun 19, 2020, at 8:15 AM, Paul A. Rubin wrote: >>> >>> On 6/19/20 7:51 AM, list_em...@icloud.com wrote: I have tried mightily to get LyX to break long equations. I’ve studied

ot again: gnuplot> how to get decimal hour exported

2020-06-19 Thread Wolfgang Engelmann
I run this: gnuplot> plot "file.txt" using 0:($1 + $2/60.) with data in file.txt like 1 00 01 2 00 04 3 00 07 4 00 11 .. up to 256 the minutes (3rd column) are divided by 60 and added to the hour (2nd column). They are plotted against time (1st column) and I get

Re: Beamer presentation PDF resolution [RESOLVED]

2020-06-19 Thread Dr Eberhard Lisse
Thank you also very much for this RTFM!!! After 10 years of being irritated that the Beamer presentations of mine leave a black frame in full screen, I now finally found that aspectratio=1610 removes it. Tested it with Skim, Acrobat and Preview (and on Zoom) and looks great. Need to look at it