how can i make shadow more dark than it before
-
xiangyu71
- Posts: 9
- Joined: Thu Apr 01, 2010 4:52 am
how can i make shadow more dark than it before
set raterise = t>=2007:8.and.t<=2008:1.or.t>=2008:9.and.t<=2008:12
grahpy(shading=raterise....................................
when i print it ,it almost can not discern.
whether can i make shadow more dark than it before or not?
thanks very much!
best regards!
grahpy(shading=raterise....................................
when i print it ,it almost can not discern.
whether can i make shadow more dark than it before or not?
thanks very much!
best regards!
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: how can i make shadow more dark than it before
Create a file (I'm calling it darker.txt) with the line
FILL_BW_0=0,.8
In the RATS program, before you do your graph, add the following:
The default level of gray for the shading is .9. The gray scale runs from 0.0=black to 1.0=white. You can experiment with numbers around .8 to see what works best with your printer. (You can often see quite a difference with even very small differences in the gray scale value because printers often are poor at delivering accurate light gray levels).
FILL_BW_0=0,.8
In the RATS program, before you do your graph, add the following:
Code: Select all
open styles darker.txt
grparm(import=styles)-
xiangyu71
- Posts: 9
- Joined: Thu Apr 01, 2010 4:52 am