You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(22) |
May
(14) |
Jun
(18) |
Jul
(19) |
Aug
(7) |
Sep
(4) |
Oct
(6) |
Nov
(12) |
Dec
(14) |
2005 |
Jan
(15) |
Feb
(11) |
Mar
(11) |
Apr
(9) |
May
(119) |
Jun
(25) |
Jul
(16) |
Aug
(19) |
Sep
(26) |
Oct
(14) |
Nov
(7) |
Dec
(45) |
2006 |
Jan
(22) |
Feb
(7) |
Mar
(11) |
Apr
(11) |
May
(12) |
Jun
(19) |
Jul
(12) |
Aug
(5) |
Sep
(21) |
Oct
(33) |
Nov
(42) |
Dec
(34) |
2007 |
Jan
(26) |
Feb
(27) |
Mar
(54) |
Apr
(37) |
May
(68) |
Jun
(81) |
Jul
(55) |
Aug
(86) |
Sep
(60) |
Oct
(33) |
Nov
(33) |
Dec
(47) |
2008 |
Jan
(37) |
Feb
(37) |
Mar
(52) |
Apr
(63) |
May
(98) |
Jun
(70) |
Jul
(61) |
Aug
(38) |
Sep
(64) |
Oct
(55) |
Nov
(48) |
Dec
(111) |
2009 |
Jan
(68) |
Feb
(83) |
Mar
(102) |
Apr
(140) |
May
(156) |
Jun
(65) |
Jul
(75) |
Aug
(26) |
Sep
(28) |
Oct
(31) |
Nov
(38) |
Dec
(78) |
2010 |
Jan
(53) |
Feb
(33) |
Mar
(87) |
Apr
(94) |
May
(77) |
Jun
(84) |
Jul
(66) |
Aug
(74) |
Sep
(53) |
Oct
(40) |
Nov
(38) |
Dec
(31) |
2011 |
Jan
(19) |
Feb
(17) |
Mar
(43) |
Apr
(53) |
May
(42) |
Jun
(35) |
Jul
(19) |
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2017 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2024 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(2) |
2
|
3
(2) |
4
(1) |
5
(3) |
6
(1) |
7
|
8
(3) |
9
(1) |
10
(1) |
11
|
12
|
13
|
14
|
15
(1) |
16
(3) |
17
(1) |
18
|
19
|
20
(1) |
21
|
22
(2) |
23
(2) |
24
(2) |
25
(3) |
26
|
27
(2) |
28
(2) |
|
|
|
|
|
|
From: Slava <s.v...@gm...> - 2010-02-16 18:04:08
|
Sorry. After restarting gnuplot fresh (I keep piping to the same instance of gnuplot for hours) and careful placing of set output (in my script), everything works. Thanks for the great work btw. From: Slava <s.v...@gm...> Date: Tue, Feb 16, 2010 at 6:10 PM Subject: multiplot environment in epslatex terminal To: gnu...@li... subj is not functional. to reproduce the bug go to http://t16web.lanl.gov/Kawano/gnuplot/gallery/nup.html (not so faq gnuplot gallery) and modify the script: [1]+set terminal epslatex color blacktext enhanced input solid; [1]-set terminal postscript eps enhanced color solid [2]+set output "nup.tex"; [2]-set output "nup.ps" pipe it to the gnuplot and get.... small figure is empty! -- version info -- gnuplot 4.2.6, compiled with gcc -02 -fomit-frame-pointer -march=native (or something like this, do not think it matters much here), on linux 2.6.31 |
From: Slava <s.v...@gm...> - 2010-02-16 17:11:03
|
subj is not functional. to reproduce the bug go to http://t16web.lanl.gov/Kawano/gnuplot/gallery/nup.html (not so faq gnuplot gallery) and modify the script: [1]+set terminal epslatex color blacktext enhanced input solid; [1]-set terminal postscript eps enhanced color solid [2]+set output "nup.tex"; [2]-set output "nup.ps" pipe it to the gnuplot and get.... small figure is empty! -- version info -- gnuplot 4.2.6, compiled with gcc -02 -fomit-frame-pointer -march=native (or something like this, do not think it matters much here), on linux 2.6.31 |
From: garap <ga...@py...> - 2010-02-15 13:28:46
|
Hi, The built-in function 'ibeta()' may have two problem, GNUPLOT 4.2.6 and 4.4.0rc1(Linux). Type these two lines and see the result, set logscale y plot[0:0.10] ibeta(10.0,500.0,x) --- This result has two plobrem. (1)The built in function, ibeta(10,500,x), returns 2 at 0.02<x<0.07. See "src/specfun.c". The function 'confrac()' returns -1 at error, but the function 'ibeta()', that calls 'confrac()', returns -1 or 2. >static double >ibeta(double a, double b, double x) >{ > ... > /* Swap a, b if necessary for more efficient evaluation */ > return a < x * (a + b) ? 1.0 - confrac(b, a, 1.0 - x) : confrac(a, b, x); (2) The function 'ibeta()' returns "undefined value" for right(valid) arguments. See "src/specfun.c". At first, the function 'confrac()' returns an error status when Ahi=0. At second, the variable 'Ahi' may be 0 when log(Ahi) is not too small. > /* Set up continued fraction expansion evaluation. */ > Ahi = gp_exp(GAMMA(Apb) + a * log(x) + b * log(1.0 - x) - > GAMMA(a + 1.0) - GAMMA(b)); Thanks, Garap |
From: Thomas S. <t.s...@fz...> - 2010-02-09 08:07:26
|
if this extra point is in the upper right corner, it may belong to the key, try 'set key off' or 'unset key' David Li-10 wrote: > > Hi, > > When I plot a file like "output.plot" which has two columns of data points > like: > > 1.1 2.6 > 2.3 4.5 > 6.7 5.4 > ... > > using the code plot "output.plot", I always get an extra point on the > right > side of the output plot screen. I get the same problem using both > gp426win32 and gp440rc1_win. I am running Windows Vista 64-bit. > > Thanks, > David > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > gnuplot-bugs mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs > > -- View this message in context: http://old.nabble.com/-Gnuplot-bugs--Gnuplot-plot-has-extra-data-point-tp27508394p27511651.html Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. |
From: David Li <dl...@gm...> - 2010-02-08 23:59:30
|
Hi, When I plot a file like "output.plot" which has two columns of data points like: 1.1 2.6 2.3 4.5 6.7 5.4 ... using the code plot "output.plot", I always get an extra point on the right side of the output plot screen. I get the same problem using both gp426win32 and gp440rc1_win. I am running Windows Vista 64-bit. Thanks, David |