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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
>
> 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 --
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
> 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
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
>
> 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.
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
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
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
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
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
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
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
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
_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
/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É
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.
-
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
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
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
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}
> >
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
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
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
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
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
>> 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
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
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
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
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
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
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
> 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
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
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
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
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
52 matches
Mail list logo