Re: gnuplot changed in 5.2->5.4 update

2022-07-12 Thread Eyal Lebedinsky
On 05/07/2022 10.14, Eyal Lebedinsky wrote: A new gnuplot version was installed recently. Originally I had 2021-05-17T14:31:30+1000 DEBUG Upgraded: gnuplot-wx-5.2.8-7.fc34.x86_64 I recently upgraded fedora 34->36 and received this update 2022-06-09T18:04:52+1000 DEBUG Upgra

gnuplot changed in 5.2->5.4 update

2022-07-04 Thread Eyal Lebedinsky
A new gnuplot version was installed recently. Originally I had 2021-05-17T14:31:30+1000 DEBUG Upgraded: gnuplot-wx-5.2.8-7.fc34.x86_64 I recently upgraded fedora 34->36 and received this update 2022-06-09T18:04:52+1000 DEBUG Upgraded: gnuplot-common-5.4.3-3.fc36.x86_64 Si

Re: gnuplot

2019-06-09 Thread Samuel Sieb
On 6/9/19 9:31 AM, Patrick Dupre wrote: 2) I recompile gnuplot.5.2.7-1.1.src.rpm from the OpenSuse distribution But when I want to install, I get: Error: Transaction check error: file /usr/share/texmf/tex/latex/gnuplot/gnuplot-lua-tikz.sty from install of gnuplot-5.2.7-1.1.x86_64 conflicts

Re: gnuplot 5.2

2019-06-09 Thread Samuel Sieb
On 6/9/19 4:33 AM, Patrick Dupre wrote: Why gnuplot has not been upgraded in fedora 30 We still get 5.0.6 while 5.2 is available for a while ? It appears the maintainer is absent. https://bugzilla.redhat.com/show_bug.cgi?id=1457252 There is a 5.2.5 version available at: https://copr

Re: gnuplot rpm

2019-06-09 Thread Patrick Dupre
It is finally fixed. I can provide the gnuplot*5.2.7*fc30.rpm files Thank to everybody. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9

Re: gnuplot

2019-06-09 Thread Michael Schwendt
On Sun, 9 Jun 2019 18:31:51 +0200, Patrick Dupre wrote: > I cannot find a gnuplot-latex for fedora 30, and I cannot find a > gnuplot-latex. > Previously, I compiled at the same time as gnuplot (gnuplot-wx, etc..), see > point 1). # dnf list gnuplot\* Available Packages gn

Re: gnuplot rpm

2019-06-09 Thread John Pilkington
f SuSE's srpm: https://src.fedoraproject.org/rpms/gnuplot/tree/master or perhaps see the el8-beta. It has a higher version number. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.or

Re: gnuplot rpm

2019-06-09 Thread Todd Zullinger
ht be easier to start from this instead of SuSE's srpm: > > https://src.fedoraproject.org/rpms/gnuplot/tree/master I second that (and further I might suggest looking at the tools Fedora packagers use, like fedpkg). It's also worth looking at the open bugs for gnuplot. There is one

gnuplot

2019-06-09 Thread Patrick Dupre
Hello, I need a gnuplot complied with libcerf In fedora 28, I recompiled gnuplot from 5.2.5, and every thing was fine. In fedora 30, I tried several things/ 1) recompile the version 5.2.5 from my previous package (source and spec). But now, it complains because wxGTK-devel is needed by gnuplot

Re: gnuplot rpm

2019-06-09 Thread Gordon Messmer
our question to an extent, but you'll find that there are some small differences between package naming on SuSE and Fedora.  On Fedora, "makeinfo" is in the "texinfo" package. It might be easier to start from this instead of SuSE's srpm:

gnuplot rpm

2019-06-09 Thread Patrick Dupre
Hello, I am trying to build gnuplot-5.2.7 from the src.rpm OpenSuSE I get: error: Failed build dependencies: libqt5-linguist-devel is needed by gnuplot-5.2.7-1.1.x86_64 makeinfo is needed by gnuplot-5.2.7-1.1.x86_64 pkgconfig(Qt5Core) is needed by gnuplot-5.2.7-1.1

gnuplot 5.2

2019-06-09 Thread Patrick Dupre
Hello, Why gnuplot has not been upgraded in fedora 30 We still get 5.0.6 while 5.2 is available for a while ? Thank. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire

Re: Testing gnuplot with libcerf

2018-11-06 Thread Joe Zeff
On 11/06/2018 12:17 AM, Samuel Sieb wrote: Most languages have a math library containing a pi constant that is as precise as the computer can store.  How is using a trig function going to be more accurate? This was from back in the early 1980s, when languages didn't have those constants built

Re: Testing gnuplot with libcerf

2018-11-05 Thread Samuel Sieb
On 11/5/18 9:07 PM, Joe Zeff wrote: On 11/05/2018 09:44 PM, Patrick Dupre wrote: pi = 4 arctan (1) if you need Excellent!  That was exactly what I was going to suggest.  Decades ago, the late Dan Alderson (The man who wrote JPL's main space probe navigation package.) told me that you should

Re: Testing gnuplot with libcerf

2018-11-05 Thread Joe Zeff
On 11/05/2018 09:44 PM, Patrick Dupre wrote: pi = 4 arctan (1) if you need Excellent! That was exactly what I was going to suggest. Decades ago, the late Dan Alderson (The man who wrote JPL's main space probe navigation package.) told me that you should always use that because it gave you

Re: Testing gnuplot with libcerf

2018-11-05 Thread Patrick Dupre
> > On 11/05/2018 07:49 PM, Patrick Dupre wrote: > > I am sorry for the confusion. > > I use gnuplot > > I don't, so I presume that pi is predefined. Yes, pi = 4 arctan (1) if you need > ___ > users mailing list --

Re: Testing gnuplot with libcerf

2018-11-05 Thread Joe Zeff
On 11/05/2018 07:49 PM, Patrick Dupre wrote: I am sorry for the confusion. I use gnuplot I don't, so I presume that pi is predefined. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to use

Re: Testing gnuplot with libcerf

2018-11-05 Thread Patrick Dupre
> z (x, y) = x + I * y > > w (z) = faddeeva (z) / sqrt_pi # Normalized > > plot real (w (z (x, 1))) > > > > > > works like a charm. > > > OK, let's try again. Does the language you're using have pi as a built > in constant, or do you have to defi

Re: Testing gnuplot with libcerf

2018-11-05 Thread Joe Zeff
On 11/05/2018 06:31 PM, Patrick Dupre wrote: On 11/05/2018 05:32 PM, Patrick Dupre wrote: sqrt_pi = sqrt (pi) z (x, y) = x + I * y w (z) = faddeeva (z) / sqrt_pi # Normalized plot real (w (z (x, 1)) Good luck. How do you initialize pi? ___ I do

Re: Testing gnuplot with libcerf

2018-11-05 Thread Patrick Dupre
> > On 11/05/2018 05:32 PM, Patrick Dupre wrote: > > sqrt_pi = sqrt (pi) > > > > z (x, y) = x + I * y > > w (z) = faddeeva (z) / sqrt_pi # Normalized > > plot real (w (z (x, 1)) > > > > > > Good luck. > > How do you initialize pi? > ___ I do not have.

Re: Testing gnuplot with libcerf

2018-11-05 Thread Joe Zeff
On 11/05/2018 05:32 PM, Patrick Dupre wrote: sqrt_pi = sqrt (pi) z (x, y) = x + I * y w (z) = faddeeva (z) / sqrt_pi # Normalized plot real (w (z (x, 1)) Good luck. How do you initialize pi? ___ users mailing list -- users@lists.fedoraproject.org T

Re: Testing gnuplot with libcerf

2018-11-05 Thread Patrick Dupre
ue, France === > Sent: Monday, November 05, 2018 at 9:12 PM > From: "Ronaldo Mercado" > To: "Community support for Fedora users" > Subject: Testing gnuplot with libcerf > > Hi, > > I would like to tes

Re: Testing gnuplot with libcerf

2018-11-05 Thread George N. White III
On Mon, 5 Nov 2018 at 17:03, Ronaldo Mercado wrote: > Hi, > > I would like to test an update to gnuplot from bugzilla #1476616. > https://bugzilla.redhat.com/show_bug.cgi?id=1476616 > > I am using fedora 28 and I managed to install the package okay from copr > I don't

Testing gnuplot with libcerf

2018-11-05 Thread Ronaldo Mercado
Hi, I would like to test an update to gnuplot from bugzilla #1476616. https://bugzilla.redhat.com/show_bug.cgi?id=1476616 I am using fedora 28 and I managed to install the package okay from copr I don't know my way around gnuplot. I tried the simple plot from http://gnuplot.sourceforge.net

Re: gnuplot 5.2

2018-10-16 Thread Ronaldo Mercado
Hello Patrick I placed the spec file here. https://kiso49j.fedorapeople.org Regards, Ronaldo ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://get

Re: gnuplot 5.2

2018-10-15 Thread Patrick Dupre
Hello Ronaldo,   Maybe, you could send me the spec file that you use for gnuplot 5.2.   Thank.   === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral

Re: gnuplot 5.2

2018-10-15 Thread Ronaldo Mercado
Thanks Jose for creating the libcerf package. I placed it in copr and it generated packages okay. https://copr.fedorainfracloud.org/coprs/kiso49j/libcerf/build/810018/ I also attempted a gnuplot 5.2 (without libcerf) that failed because I did not include "emacs" in BuildRequir

Re: gnuplot 5.2

2018-10-15 Thread José Abílio Matos
On Sunday, 14 October 2018 06.27.55 WEST Samuel Sieb wrote: > On 10/13/18 10:18 PM, Patrick Dupre wrote: > > Could update the gnuplot package in fedora 28? > > https://bugzilla.redhat.com/show_bug.cgi?id=1457252 Since gnuplot is also the basis for some other packages and any u

Re: gnuplot 5.2

2018-10-14 Thread Ronaldo Mercado
_emacs_sitestartdir}/*.el > > Macro expanded in comment on line 339: %{name}-el > > Macro expanded in comment on line 341: > %{_emacs_sitelispdir}/%{name}/*.el > > Macro expanded in comment on line 342: %{_emacs_sitelispdir}/*.el > > Directory not found: > /home/pd

Re: gnuplot 5.2

2018-10-14 Thread Patrick Dupre
/pdupre/rpmbuild/BUILDROOT/gnuplot-5.2.5-2.fc28.x86_64/usr/share/texmf/tex/latex/gnuplot Can somebody help me? I am attaching the spec file that I derived from a previous version of gnuplot. Thank. === Patrick DUPRÉ

Re: gnuplot 5.2

2018-10-13 Thread Ed Greshko
On 10/14/18 1:18 PM, Patrick Dupre wrote: > Could update the gnuplot package in fedora 28? > In addition, could you compile it with the cerf library? Why don't you file a BZ against gunplot with your request?  The maintainer may or may not see this on this general mailing list. -

Re: gnuplot 5.2

2018-10-13 Thread Samuel Sieb
On 10/13/18 10:18 PM, Patrick Dupre wrote: Could update the gnuplot package in fedora 28? https://bugzilla.redhat.com/show_bug.cgi?id=1457252 In addition, could you compile it with the cerf library? https://bugzilla.redhat.com/show_bug.cgi?id=1476616

gnuplot 5.2

2018-10-13 Thread Patrick Dupre
Hello, Could update the gnuplot package in fedora 28? In addition, could you compile it with the cerf library? Thank === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de Physico

Re: gnuplot libcerf

2016-12-04 Thread Tim
Patrick Dupre: >>/usr/share/man/html/cerf.html >>/usr/share/man/html/dawson.html >>/usr/share/man/html/erfcx.html >> ... Ahmad Samir: > Add this to %install (man pages aren't/shouldn't be html AFAIK): > rm -fr /usr/share/man/html/ I would think so, too. I'd expect to find non-man pa

Re: gnuplot libcerf

2016-12-04 Thread Patrick Dupre
Community support for Fedora users" > Subject: Re: gnuplot libcerf > > On 4 December 2016 at 22:21, Patrick Dupre wrote: > > Can somebody help me. > > > > Here is my spec file: > > Name:libcerf > > Version: 1.3 > > Release: 1%{?dist} > >

Re: gnuplot libcerf

2016-12-04 Thread Ahmad Samir
On 4 December 2016 at 22:21, Patrick Dupre wrote: > Can somebody help me. > > Here is my spec file: > Name:libcerf > Version: 1.3 > Release: 1%{?dist} > Summary: library for complex error functions > URL: https://sourceforge.net/projects/libcerf/ > #License: GPLv3+ > > License: Public Doma

Re: gnuplot libcerf

2016-12-04 Thread Patrick Dupre
8 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France === > Sent: Sunday, December 04, 2016 at 7:09 PM > From: "Ahmad Samir" > To: "Community support for Fedora users&qu

Re: gnuplot libcerf

2016-12-04 Thread Ahmad Samir
On 4 December 2016 at 15:06, Patrick Dupre wrote: > Hello, > > In gnuplot 5, there is a way to use the function voigt which has > to be found in an external library libcerf. > I installed libcerf-1.3] from the tar file, but gnuplot does not find it. > > Should I build a rpm

gnuplot libcerf

2016-12-04 Thread Patrick Dupre
Hello, In gnuplot 5, there is a way to use the function voigt which has to be found in an external library libcerf. I installed libcerf-1.3] from the tar file, but gnuplot does not find it. Should I build a rpm package fomr libcerf ? Should I reinstall or rebuild the gnuplot package ? Thank

Re: gnuplot help

2015-11-23 Thread M. Fioretti
On 2015-11-12 02:48, Antonio Olivares wrote: Hi Antonio, I only found time today to look at your graphs and gnuplot code. After reading your first email I was going to send this exact suggestion: then modified 2015gfga.plt and added a range set yrange [0:10] will fix the graph to what I would

Re: gnuplot help

2015-11-11 Thread Antonio Olivares
>> Subject: Re: gnuplot help >> >> On 2015-11-10 19:04, Antonio Olivares wrote: >>> The only one that works is the following one: >>> >>> http://plotshare.com/index.ws/plot/858779550 >>> >>> I wanted to change it, put the dates a

Re: gnuplot help

2015-11-10 Thread M. Fioretti
fellow Fedora/open source user: http://www.techrepublic.com/blog/linux-and-open-source/how-to-handle-time-based-data-with-gnuplot/ But I cannot get it to work. Hi Antonio, "Marco F. a fellow Fedora/open source user" here. Thanks for your interest in my pieces. It's been a whi

gnuplot help

2015-11-10 Thread Antonio Olivares
Dear Fedora users, Any gnuplot experts out there. I have a situation which I can plot using plotshare http://plotshare.com/index.ws/plot/338384601 but when I run it in regular gnuplot, I get mistakes. I would like to improve the script in order to better show the graphics. I copied the

Re: gnuplot

2014-12-16 Thread Joachim Backes
On 12/16/2014 04:34 PM, Patrick Dupre wrote: > Hello, > > In fedora 20, I have gnuplot-4.6.3-6.fc20.x86_64 > which gives me error: > ';' expected > while it used to work fine before. > > I though that I should try th

Re: gnuplot

2014-12-16 Thread Patrick Dupre
02 PM From: "Derrik Walker v2.0" To: users@lists.fedoraproject.org Subject: Re: gnuplot On 12/16/14, 10:34, Patrick Dupre wrote: Hello, In fedora 20, I have gnuplot-4.6.3-6.fc20.x86_64 which gives me error: ';' expected while it used to work fine before. I though that I shoul

Re: gnuplot

2014-12-16 Thread Derrik Walker v2.0
On 12/16/14, 10:34, Patrick Dupre wrote: Hello, In fedora 20, I have gnuplot-4.6.3-6.fc20.x86_64 which gives me error: ';' expected while it used to work fine before. I though that I should try the version for fedora21: Unfortunately, I cannot get the file gnuplot-4.6.5-4.fc21.sr

gnuplot

2014-12-16 Thread Patrick Dupre
Hello, In fedora 20, I have gnuplot-4.6.3-6.fc20.x86_64 which gives me error: ';' expected while it used to work fine before. I though that I should try the version for fedora21: Unfortunately, I cannot get the file gnuplot-4.6.5-4.fc21.src.rpm Is there a way to build the rpm from

Re: How to make of use of GNUPLOT in Linux for plotting graphs by taking inputs from files?

2014-02-06 Thread Frédéric Bron
> How to make of use of GNUPLOT in Linux for plotting graphs by taking input > from files? Data in one file represents X-axis and other file data represents > Y-axis. Can anyone help me out? This is off topic for this list but: it is not possible. You have first to merge file1 and f

Re: How to make of use of GNUPLOT in Linux for plotting graphs by taking inputs from files?

2014-02-06 Thread Bill Oliver
On Thu, 6 Feb 2014, Kalpa Welivitigoda wrote: On Thu, Feb 6, 2014 at 5:11 PM, Frank Murphy wrote: On Thu, 6 Feb 2014 11:23:32 + Norah Jones wrote: > lotting graphs by taking input from files? Maybe use Google? http://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.h

Re: How to make of use of GNUPLOT in Linux for plotting graphs by taking inputs from files?

2014-02-06 Thread Kalpa Welivitigoda
On Thu, Feb 6, 2014 at 5:11 PM, Frank Murphy wrote: > On Thu, 6 Feb 2014 11:23:32 + > Norah Jones wrote: > > > lotting graphs by taking input from files? > > Maybe use Google? > http://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.html > http://lowrank.net/gnu

Re: How to make of use of GNUPLOT in Linux for plotting graphs by taking inputs from files?

2014-02-06 Thread Frank Murphy
On Thu, 6 Feb 2014 11:23:32 + Norah Jones wrote: > lotting graphs by taking input from files? Maybe use Google? http://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.html -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: ht

How to make of use of GNUPLOT in Linux for plotting graphs by taking inputs from files?

2014-02-06 Thread Norah Jones
Hi, How to make of use of GNUPLOT in Linux for plotting graphs by taking input from files? Data in one file represents X-axis and other file data represents Y-axis. Can anyone help me out? Thanks, Norah Jones -- users mailing list users@lists.fedoraproject.org To unsubscribe or change