-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sfeam
committed
Sep 11, 2017
1 parent
157637a
commit dbe0da6
Showing
11 changed files
with
106 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2017-09-11 Ethan A Merritt <[email protected]> | ||
|
||
* src/graphics.c src/graphics.h src/set.c src/tables.c src/tables.h | ||
src/unset.c src/show.c src/save.c demo/image2.dem docs/gnuplot.doc: | ||
The default interpretation of RGB color components on input is that | ||
they are integer values in the range [0:255]. This matches the | ||
content of PNG and JPEG files. Since the interpretation of RGB color | ||
components has been decoupled from the palette range limits controlled | ||
by "set cbrange", data using some other RGB convention must be | ||
rescaled. This patch introduces a new command `set rgbmax`. | ||
The primary use is so that data using the convention that color | ||
components are floating point values in the range [0:1] can be | ||
plotted using | ||
set rgbmax 1.0; plot 'imagedata' with rgbimage | ||
|
||
2017-09-10 Ethan A Merritt <[email protected]> | ||
|
||
* src/axis.c( gen_tics ) src/axis.h( reorder_if_necessary ): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters