Any tricks to ensure the color images won't be too dark or too bright on hardcopy (especially contours, tick marks, and text on 2D images)? I had problem with images generated with APLpy from a fits file, which looks great on a monitor (RGB), but the annotations turned out to be blended with the fits image because printers use CMYK.
I spent a lot of time trying different color schemes / pairs in matplotlib and then export the image to CMYK, is there a better way of handling this?
Daisy