Changeset: 5dc92a8a819e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5dc92a8a819e
Modified Files:
clients/mapiclient/tomograph.c
Branch: default
Log Message:
tomograph: let legend color match graph colors (again) also in "-a" mode
(cf., changeset ee5e3e5080e8)
diffs (12 lines):
diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -1155,7 +1155,7 @@ static void showcolormap(char *filename,
if (k % 3 == 0)
h -= 45;
- fprintf(f, "set object %d rectangle
from %f, %f to %f, %f fillcolor rgb \"%s\" fillstyle solid 0.6\n",
+ fprintf(f, "set object %d rectangle
from %f, %f to %f, %f fillcolor rgb \"%s\" fillstyle solid 1.0\n",
object++, (double) (k %
3) * w, (double) h - 40, (double) ((k % 3) * w + 0.15 * w), (double) h - 5,
clrs[i].col);
fprintf(f, "set label %d \"%s.%s \" at
%d,%d\n",
object++, clrs[i].mod,
clrs[i].fcn, (int) ((k % 3) * w + 0.2 * w), h - 15);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list