plot() linewidth parameter behaviour

Hi all,

I'm making multiple calls to the plot() command, actually plotting parallel horizontal lines, and using a consistent 'linewidth' parameter, but for some reason I get different line widths each time (or the same for a couple). I assumed it was some sort of wonky behaviour caused by antialiasing, but aa=False doesn't help. Can anyone tell me why this might be happening?

David

It was my own fault, I had set ylim to be the location of the first and last lines respectively and thus the thicker lines were getting clipped. Please disregard the last message. :slight_smile:

David

ยทยทยท

On 26-Jun-08, at 4:13 AM, David Warde-Farley wrote:

Hi all,

I'm making multiple calls to the plot() command, actually plotting
parallel horizontal lines, and using a consistent 'linewidth'
parameter, but for some reason I get different line widths each time
(or the same for a couple). I assumed it was some sort of wonky
behaviour caused by antialiasing, but aa=False doesn't help. Can
anyone tell me why this might be happening?