"Vague" lines

Hi list,

I have created plots, but I find the line style is a bit "vague". The
line isn't one sharp, contrasting color, but smoothly blended to the
background. Is the correct term anti aliasing?

When setting the linestyle to 'dotted', the plot is not very clear, see
the following result:
http://vankuik.nl/cgi/wiki.cgi/download/vague_dotted_plot.png

Is there any way to make the dots real sharp and contrasting?

Thanks,
Bart

Seems like it. Make sure the 'antialiased' property of your lines/dots is set
to False by modifying your matplotlibrc default file (if you want this
behaviour to become the default), or by using
rcParams['lines.antialiased']=False, or rc('lines.antialiased',False)...

ยทยทยท

On Tuesday 07 November 2006 04:49, Bart van Kuik wrote:

I have created plots, but I find the line style is a bit "vague". The
line isn't one sharp, contrasting color, but smoothly blended to the
background. Is the correct term anti aliasing?