Skip to main content

Good day,

 

I have a position (coordinates) for each day of a month. I would like to display them on a map with a color ramp. e.g. Light yellow for the first day of the month and then getting darker with each day. The output should be a pdf. The pdf styler has no color ramp option and I couldn't get GradedColorizer working properly. Any other solution available?

The GradedColorizer should work, though it does of course contain fixed colour schemes that you'd only be able to alter with some Python expertise. Instead, why don't you try the ColorRampStyler (another custom transformer) which has a little more flexibility.


Reply