Activity for gnuplot

  • Edgar Bonet Edgar Bonet created ticket #816

    [PATCH] Only use FE_UNDERFLOW if it is defined

  • mohawk mohawk created ticket #2736

    Gnuplot version 6.0 patchlevel 0, Ubuntu LTS 24.04.1, Qt title chomping

  • Ilya Zakharevich Ilya Zakharevich posted a comment on ticket #2735

    There are several issues here. It looks like you expecting the program to figure out that it should generate appropriate samples spanning the range of '+'. Yes, this was a user’s error. However, many issues triggered by the code abpve (and by your remarks) still remain. I will address them one-by-one.¹⁾ ¹⁾ Here I decided to answer by collecting many not-related issues in one message. Since I sit on dozens of gnuplot bugs, let me know which format of discussion is more convenient to you in the future....

  • Ethan Merritt Ethan Merritt modified a comment on ticket #2735

    Second attempt at a response. Just forget about anything I said the first time around. I never use in-line ranges myself, so I always get confused when I see them as to exactly what they apply to. Unfortunately this confusion may extend to what the program thinks it means and what the user thinks it means. There are several issues here. It looks like you expecting the program to figure out that it should generate appropriate samples spanning the range of '+'. This doesn't happen for your minimal...

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2735

    Second attempt at a response. Just forget about anything I said the first time around. I never use in-line ranges myself, so I always get confused when I see them as to exactly what they apply to. Unfortunately this confusion may extend to what the program thinks it means and what the user thinks it means. There are several issues here. It looks like you expecting the program to figure out that it should generate appropriate samples spanning the range of '+'. This doesn't happen for your minimal...

  • Ethan Merritt Ethan Merritt modified ticket #2735

    [6.0.0] `fit` finicky about the range

  • Ethan Merritt Ethan Merritt modified ticket #2734

    unchangeable sample size of 10 on y axis in pm3d map

  • Mark Jelasity Mark Jelasity posted a comment on ticket #2734

    Thank you, I could not figure this out for the life of me... In my opinion in this setup the x and y axis have the exact same role. Anyway, now I know.

  • Ethan Merritt Ethan Merritt modified ticket #2735

    [6.0.0] `fit` finicky about the range

  • Ethan Merritt Ethan Merritt modified a comment on ticket #2734

    The sampling intervals along x are controlled by set samples; the intervals along y are controlled by set isosamples. I do not know why the name "isosamples" was chosen. set pm3d map border lt black set samples 50 set isosamples 50 splot x*x + y*y

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2734

    The sampling intervals along x are controlled by set samples; the intervals along y are controlled by set isosamples. I do not know why the name "isosamples" was chosen. set pm3d map border lt black set samples 50 set isosamples 50 splot x*x + y*y

  • Ilya Zakharevich Ilya Zakharevich created ticket #2735

    [6.0.0] `fit` finicky about the range

  • Mark Jelasity Mark Jelasity posted a comment on ticket #2734

    of course it isx*x+y*y (formatting went wrong)

  • Mark Jelasity Mark Jelasity created ticket #2734

    unchangeable sample size of 10 on y axis in pm3d map

  • Ethan A Merritt committed [2458e2] on gnuplot-main

    Rework term->waitforinput() to accommodate UTF-8 with BSD editline

  • Ethan A Merritt committed [0a5ba8] on gnuplot-main

    Rework term->waitforinput() to accommodate UTF-8 with BSD editline

  • Ethan Merritt Ethan Merritt modified ticket #2731

    qtterm: input lines ignored after the plot window is closed

  • Ethan Merritt Ethan Merritt modified ticket #2726

    Site gnuplot.info down

  • Ilya Zakharevich Ilya Zakharevich modified a comment on ticket #2733

    Why do you think it is a misunderstanding?! Can you elaborate, please? The range of values in the file is 1e9..1e11. The range of values in the plot is 1e8..1e11. Where do you suppose is my misunderstanding that this is a mismatch?! P.S. I suspect that a robust solution is not possible without multiple-precision arithmetic (as used [???] in printf()/sscanf). If so, then the following might be a base for a solution (untested; for lower limit): double in = value, cmp_val; char *buf[64]; long approx...

  • Ilya Zakharevich Ilya Zakharevich posted a comment on ticket #2733

    Why do you think it is a misunderstanding?! Can you elaborate, please? The range of values in the file is 1e9..1e11. The range of values in the plot is 1e8..1e11. Where do you suppose is my misunderstanding that this is a mismatch?! P.S. I suspect that a robust solution is not possible without multiple-precision arithmetic (as used [???] in printf()/sscanf). If so, then the following might be a base for a solution (untested; for lower limit): double in = value, cmp_val; char *buf[64]; long approx...

  • Ethan Merritt Ethan Merritt modified ticket #2733

    [6.0.0] Rounding bug when finding limits of the plot in log-scale

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2733

    Perhaps a misunderstanding of how the axis ranges are determined? If you don't want extension to the next tickmark interval, use set xrange noextend. set log x set ytics format " " set xtics offset 0,-1 set xrange noextend plot $DATA with linespoints +-------------------------------------------------------------+ | + | | $DATA ***G*** | | | G**************G***************G**************G***************G | | | | | | | + | +-------------------------------------------------------------+ 9 10 11 1×10...

  • Ilya Zakharevich Ilya Zakharevich modified ticket #2733

    [6.0.0] Rounding bug when finding limits of the plot in log-scale

  • Ilya Zakharevich Ilya Zakharevich created ticket #2733

    [6.0.0] Rounding bug when finding limits of the plot in log-scale

  • Ethan A Merritt committed [51aef0] on gnuplot-main

    "plot with labels" with no usable data could segfault on empty label list

  • Ethan Merritt Ethan Merritt modified ticket #2732

    Gnuplot 6.0 patch 1 segfault 'with labels'

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2732

    Thanks. Fixed now.

  • Ethan A Merritt committed [2c0ce2] on gnuplot-main

    "plot with labels" with no usable data could segfault on empty label list

  • Ethan A Merritt committed [4516c3] on gnuplot-main

    remove dead code and comments related to DISABLE_SPACE_RAISES_CONSOLE

  • Not Given Not Given created ticket #2732

    Gnuplot 6.0 patch 1 segfault 'with labels'

  • Ethan A Merritt committed [c2a352] on gnuplot-main

    qt, x11: modify the response to a terminal reset event

  • Vincent Lefevre Vincent Lefevre posted a comment on ticket #2693

    I did not see this message, grrr... Here's the stack trace: #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007f60d833ea84 in g_cond_wait_impl (cond=0x55a694e3ab80, mutex=0x55a694e3ab78) at ../../../glib/gthread-posix.c:1007 #2 g_cond_wait (cond=cond@entry=0x55a694e3ab80, mutex=mutex@entry=0x55a694e3ab78) at ../../../glib/gthread.c:1665 #3 0x00007f60d77a42e3 in pango_fc_patterns_get_font_pattern (pats=0x55a694e3ab70, i=0, prepare=<synthetic pointer>) at ../pango/pangofc-fontmap.c:1136...

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2731

    I believe you when you say you are seeing a problem that we should try to fix. However the proposed changes seem "obviously wrong" to me, so it would help if you can provide more information or context. I am not an Emacs user and I cannot reproduce the specific problem you report outside of Emacs. The sequence of commands you show works for me from the command line without issue using either a gnuplot binary linked against gnu libreadline or a binary linked against bsd libedit. I do see a possibly...

  • Ethan A Merritt committed [b36e86] on gnuplot-main

    fix key sample for "splot with boxes"

  • Ethan A Merritt committed [688984] on gnuplot-main

    fix color of key sample for isosurface

  • Anonymous created ticket #2731

    qtterm: input lines ignored after the plot window is closed

  • Ethan A Merritt committed [20d3d2] on gnuplot-main

    update NEWS and RELEASE_NOTES to match current state of 6.0.2 progress

  • Ethan A Merritt committed [06382d] on gnuplot-main

    fix color of key sample for splot with isosurface

  • Ethan A Merritt committed [a8892e] on gnuplot-main

    docs: typos

  • Ethan A Merritt committed [c3209e] on gnuplot-main

    fix fillcolor errors in "splot with circles"

  • Ethan A Merritt committed [d2e77b] on gnuplot-main

    Ignore $GPVAL_* datablocks in "save datablocks"

  • Ethan A Merritt committed [666d4c] on gnuplot-main

    allow "background" (full word) wherever "bgnd" was accepted

  • Ethan A Merritt committed [8d21e7] on gnuplot-main

    sanity check type of variable in "print $variable"

  • Ethan A Merritt committed [85520e] on gnuplot-main

    Revert "backport support for iteration over array content from 6.1"

  • Ethan A Merritt committed [ed15ee] on gnuplot-main

    docs: sync Japanese documentation to gnuplot.doc 2024-08-22

  • Ethan A Merritt committed [da4e75] on gnuplot-main

    docs, demos: typos

  • Shigeharu TAKENO Shigeharu TAKENO posted a comment on ticket #431

    I found some points in term/tek.trm and docs/gnuplot.doc of git version at 2024-08-22, which may be typo.

  • Shigeharu TAKENO Shigeharu TAKENO posted a comment on ticket #431

    japanese-20240823.tar.bz2: update gnuplot-ja.doc and term-ja.diff for git version at 2024-08-22.

  • Ethan A Merritt committed [f7bfc7] on gnuplot-main

    Ignore $GPVAL_* datablocks in "save datablocks"

  • Ethan A Merritt committed [b78502] on gnuplot-main

    fixes for various problems seen for "splot with circles"

  • Ethan A Merritt committed [fc9818] on gnuplot-main

    3D polygons from "splot with polygons" use per-plot border color and linewidth

  • Ethan A Merritt committed [4bdea1] on gnuplot-main

    3D polygon objects can have individual border color and linewidth

  • Ethan A Merritt committed [7ab7af] on gnuplot-main

    move check for "palette <colormap-name>" from lp_parse to parse_colorspec

  • Ethan A Merritt committed [38cea1] on gnuplot-main

    demos: clean up primary Makefile; add waterfallplot to the web page

  • Ethan A Merritt committed [b712c9] on gnuplot-main

    Implement "splot with filledcurves" as a varant of zerrorfill

  • Ethan A Merritt committed [b4b1fc] on gnuplot-main

    docs and demo for support of Delaunay triangulation

  • Ethan A Merritt committed [e6facf] on gnuplot-main

    Allow filter "delaunay" in 3D plots

  • Ethan Merritt Ethan Merritt modified ticket #574

    Control horizontal separation of outliers in boxplots

  • Ethan Merritt Ethan Merritt posted a comment on ticket #574

    Queued for 6.0.2 "set jitter" applies to boxplot outliers

  • Ethan Merritt Ethan Merritt posted a comment on ticket #576

    Ticket moved from /p/gnuplot/bugs/2730/ Can't be converted: _milestone: _priority:

  • Ethan A Merritt committed [815084] on gnuplot-main

    New command "save changes <filename>"

  • Ethan A Merritt committed [70d603] on gnuplot-main

    sanity check type of variable in "print $variable"

  • Ethan A Merritt committed [f34557] on gnuplot-main

    Documentation and fixes for iteration over array elements

  • Ethan A Merritt committed [5373a7] on gnuplot-main

    docs: Provide a list of features that are only in 6.1

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2730

    I understand the reason for your request, and I think it's reasonable. But I do want to point out that basing it on "smooth unique" may not be quite what you want, since that option sorts the points on x as a first step and does not guarantee that the "first" or "last" property is retained after sorting. That depends on what algorithm the C library qsort() routine on your system uses. Some systems provide a stable sort algorithm (preserves initial order of equal key values); others do not. The development...

  • Anonymous created ticket #2730

    Unique with first/last [5.4.4 on Debian Bookworm. Wish]

  • Ethan Merritt Ethan Merritt modified ticket #2729

    v6.0.1: show key does not show all of the key title attributes

  • Ethan A Merritt committed [c99784] on gnuplot-main

    some key title properties were not displayed by "show" or "save"

  • Ethan A Merritt committed [6c92f6] on gnuplot-main

    some key title properties were not displayed by "show" or "save"

  • Ethan A Merritt committed [8b48ec] on gnuplot-main

    Save $GPVAL_LAST_MULTIPLOT from "save" command

  • Ethan A Merritt committed [d26fbe] on gnuplot-main

    fixes for "splot with circles"

  • Ethan A Merritt committed [f1bab2] on gnuplot-main

    docs: fix typos, broken links, and minor omissions

  • Ethan A Merritt committed [69b18a] on gnuplot-main

    Save $GPVAL_LAST_MULTIPLOT from "save" command

  • Ethan A Merritt committed [c35add] on gnuplot-main

    remove "range nowriteback" from demo scripts

  • Ethan A Merritt committed [2d17f4] on gnuplot-main

    Remove flag RANGE_WRITEBACK and associated code

  • Diab Jerius Diab Jerius modified ticket #2729

    v6.0.1: show key does not show all of the key title attributes

  • Anonymous created ticket #2729

    v6.0.1: show key does not show all of the key title attributes

  • Ethan A Merritt committed [61786e] on gnuplot-main

    fixes for "splot with circles"

  • Ethan A Merritt committed [43b673] on gnuplot-main

    Distribute .../win/README-Windows-ja.txt in Shift-JIS encoding

  • Ethan Merritt Ethan Merritt modified ticket #2728

    gnuplot-6.0.1: missing dnl comment marker in configure.ac

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2728

    Thanks

  • Ethan A Merritt committed [3c624d] on gnuplot-main

    typo in configure script

  • Ulrich Müller Ulrich Müller created ticket #2728

    gnuplot-6.0.1: missing dnl comment marker in configure.ac

  • Ethan Merritt Ethan Merritt modified ticket #2727

    gnuplot-6.0.1 "make check" fails in watchpoints.dem

  • Ethan Merritt Ethan Merritt posted a comment on ticket #2727

    Applied, thanks. Although only the final plot needs to be skipped; the preceding plots do not depend on any special functions.

  • Ethan A Merritt committed [a48c0e] on gnuplot-main

    watchpoints demo plot 5 depends on HAVE_LIBCERF

  • Ethan A Merritt committed [9170fc] on gnuplot-main

    Do not draw zero-lenth axis tick marks

  • Ethan A Merritt committed [e10283] on gnuplot-main

    tweak demo

  • Ethan A Merritt committed [29cca7] on gnuplot-main

    watchpoints demo plot 5 depends on HAVE_LIBCERF

  • Ulrich Müller Ulrich Müller created ticket #2727

    gnuplot-6.0.1 "make check" fails in watchpoints.dem

  • Tatsuro MATSUOKA Tatsuro MATSUOKA posted a comment on ticket #2725

    The recent patches for logscale seem to repair the bug 2725. This bug will be fixed in the stable branch and thus in the release version.

  • Cesar Rabak Cesar Rabak created ticket #297

    Intermitent warning about font initialization

  • Cesar Rabak Cesar Rabak posted a comment on ticket #2725

    Now it worked, will test and report back. Thanks! On Tuesday, July 30, 2024 at 12:00:37 AM GMT-3, Tatsuro MATSUOKA tmacchant3@users.sourceforge.net wrote: Please test binary package at the below http://tmacchant33.starfree.jp/gnuplot_bin.html . [bugs:#2725] Windows: Running script with -p or via file explorer the cursor stops showing x coords Status: open Priority: Created: Sun Jul 28, 2024 09:23 PM UTC by Cesar Rabak Last Updated: Tue Jul 30, 2024 12:12 AM UTC Owner: nobody In Gnuplot 6 patchlevel...

  • Cesar Rabak Cesar Rabak posted a comment on ticket #2725

    I've just got the downloads and tested with my scripts and they now work as expected. Thank you very much.

  • Cesar Rabak Cesar Rabak posted a comment on ticket #2725

    When I navigate to the proposed URL I get:

  • Tatsuro MATSUOKA Tatsuro MATSUOKA modified a comment on ticket #2725

    I could reproduce the bug with your script. The bug seems to appear when axis in log scale.

  • Tatsuro MATSUOKA Tatsuro MATSUOKA posted a comment on ticket #2725

    Please test binary package at the below http://tmacchant33.starfree.jp/gnuplot_bin.html .

  • Tatsuro MATSUOKA Tatsuro MATSUOKA modified a comment on ticket #2725

    I could reproduce the bug with your script.

1 >