-
joze committed patchset 202 of module zimg to the zimg CVS repository, changing 3 files.
2008-04-09 20:09:21 UTC in zimg
-
joze committed patchset 201 of module zimg to the zimg CVS repository, changing 2 files.
2008-04-04 21:18:37 UTC in zimg
-
joze committed patchset 200 of module zimg to the zimg CVS repository, changing 1 files.
2008-03-18 20:31:24 UTC in zimg
-
joze committed patchset 199 of module zimg to the zimg CVS repository, changing 7 files.
2008-03-18 20:30:30 UTC in zimg
-
joze committed patchset 198 of module zimg to the zimg CVS repository, changing 8 files.
2008-03-05 23:23:27 UTC in zimg
-
No, the desired function should really be what I posted initially.
As shown on the attached png output this is a continous color palette.
In any case, there should be no artefacts by roundoff errors or whatever.
2008-03-04 20:50:19 UTC in gnuplot development
-
according to the xfig manual, a compound object needs for arguments and at
contains one or more objects. Two excerpts of the xfig 3.2.5-alpha fig format
description (found at xfig.org). According to the fig format description the
current implementation in the gnuplot fig terminal (which misses the four
arguments and allows empty compound objects) is not valid.
Excerpt 1:
6...
2008-03-04 20:37:25 UTC in gnuplot development
-
In the latest gnuplot from CVS, the fig driver creates layers by inserting lines with a starting 6 or -6 which are accepted by xfig but are not accepted by fig2dev. The fig2dev error is "invalid compound object at line ...)".
Example:
set term fig
set out 'tmp.fig'
plot x*x, 2*x
quit
fig2dev -L pdf < tmp.fig.
2008-03-04 09:46:08 UTC in gnuplot development
-
File Added: png.png.
2008-03-03 20:30:50 UTC in gnuplot development
-
With the following script
reset
set sam 100
set iso 100
mod(x,m) = x - m * floor(x / m)
id(gray) = mod(.95*gray - 0.1, 0.95)
set pal model HSV functions id(gray), 1, 1
set colorbox
set autoscale cbfix
set view 40, 30
splot sinc(x,y) w pm3d
colors display incorrectly with the x11 driver (attached file x11.png), but correctly with other
drivers (attached file png.png).
Latest...
2008-03-03 20:30:17 UTC in gnuplot development