User Activity

  • Modified ticket #828 on gnuplot

    displaying key sample in "with pm3d" style with explicit fillcolor

  • Modified ticket #829 on gnuplot

    'set mouse mouseformat' directly passing user defined format to 'snprintf()'

  • Modified ticket #832 on gnuplot

    sixeltek terminal: transparency and background options

  • Posted a comment on ticket #832 on gnuplot

    In file included from term.h:170, from term.c:1311: ../term/tek.trm: In function ‘SIXEL_text’: ../term/tek.trm:817:57: warning: self-comparison always evaluates to true [-Wtautological-compare] 817 | if (n < b_xsize-1 || pc != '?' || k == k) { /* do not output empty lines */ | ^~ What is the intent here?

  • Posted a comment on ticket #2851 on gnuplot

    The clear screen escape sequence is sent by term_reset(), which is invoked when you either (1) made another plot, (2) change the terminal type or settings, or (3) exit the program. I believe the intent was that the plot would remain visible on your screen until you did one of those things. However the "set output" / "unset output" commands are treated as changed the terminal settings. term_reset() appends the clear screen sequence to the output file when it is closed. This is/was probably not ideal...

  • Modified ticket #595 on gnuplot

    Improvement of datablock size retrieval performance

  • Posted a comment on ticket #2848 on gnuplot

    The difference will go away if you tell the program to treat a coordinate whose value is found to be NaN the same as a coordinate that is missing from the input data. set datafile missing NaN The next question is obviously "why does $2*$1/$1 evaluate to NaN while $2+10 apparently does not?". Good question. When reading in a line of data, the program returns an error flag DF_MISSING to indicate that a required coordinate is missing. The test for that condition is trivial if the coordinate is simply...

  • Posted a comment on ticket #595 on gnuplot

    Sorry, that should have been commit 7f0dfb24

View All

Personal Data

Username:
sfeam
Joined:
2001-06-03 04:20:25
Location:
Seattle

Projects

This is a list of open source software projects that Ethan Merritt is associated with:

  • Prospero LIMS tool for tracking crystallization data and predicting success Last Updated:
  • Project Logo gnuplot A portable, multi-platform, command-line driven graphing utility Last Updated:
  • mmLib   Last Updated:

Personal Tools