Your message dated Mon, 13 Sep 2010 18:47:43 +0200
with message-id <[email protected]>
and subject line uese with lines
has caused the Debian Bug report #223544,
regarding gnuplot: new smooth type
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
223544: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223544
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnuplot
Version: 3.7.3-1
Severity: wishlist
I just had a little tweak with the source code, and it appears that it works.
What I
wanted is just a simple smooth type wich justs draws lines between two
successives points,
without sorting anything. I need this, because to exploit electrochemical data,
where
functions are 2-valued (one way and return), it's the best !
I join you the diff of plot.h
diff plot.h plot.h.old
402c402
< NONE, UNIQUE, CSPLINES, ACSPLINES, BEZIER, SBEZIER, LINE
---
> NONE, UNIQUE, CSPLINES, ACSPLINES, BEZIER, SBEZIER
and plot2d.c
diff plot2d.c plot2d.c.old
937,938d936
< else if (almost_equals(c_token, "l$ine"))
< this_plot->plot_smooth = LINE;
1068,1071d1065
< case LINE:
< cp_implode(this_plot);
< break;
<
That you can see what I actually want. I'll be really thankful to you if you
did, because
I really need it. And I don't want to use anything else than gnuplot (which is
the best
plotting system I ever saw !!). Thanks in advance
Vincent Fourmond
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gaia 2.6.0-test9 #1 Wed Oct 29 09:43:13 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages gnuplot depends on:
ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an
ii libpng12-0 1.2.5.0-4 PNG library - runtime
ii xlibs 4.2.1-14 X Window System client libraries
ii zlib1g 1:1.2.1-2 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
It is with lines command
--- End Message ---