<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>This should be a simple question, but I just don't find an obvious solution:<br><br></div>I use APLpy to plot a FITS image with nice wcs coordinates support, and overlay color coded markers:<br><br>fig = aplpy.FITSFigure('image.fits')<br>fig.show_colorscale(cmap='gray')<br>fig.show_markers(ra, dec, c=velocity, cmap='rainbow')<br>fig.add_colorbar()<br><br></div>This will plot a gray color bar (for the image). But I want to display the rainbow (for markers). Any idea would be appreciated.<br><br></div>Cheers,<br></div>Ke</div>