Changeset 593

Show
Ignore:
Timestamp:
07/05/08 20:29:30 (5 months ago)
Author:
asc
Message:

notes and offset to prevent the top+left hand borders on pinwins from being obscured

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/py/wscompose/plotting.py

    r478 r593  
    257257        my = mrk_data['y'] - int(mrk.y_offset) 
    258258 
    259         dx = mx + mrk.x_padding 
    260         dy = my + mrk.y_padding 
     259        # note the +2 which is necessary once we  
     260        # paste the pinwin/alpha with an offset 
     261        # of (1,1) - see also : markers.py 
     262         
     263        dx = mx + mrk.x_padding + 2 
     264        dy = my + mrk.y_padding + 2 
    261265 
    262266        #