Bug#474269: use eframe (correction)

2008-04-06 Thread Thomas Weber
Hi Francesco, On 06/04/08 15:53 +0200, Francesco Potorti` wrote: > The workaround works, but I had eschanged width and height, and I had > forgotten line width. This one is better: > > eframe(ePlotAreaPos(1),ePlotAreaPos(2), >ePlotAreaWidth,ePlotAreaHeight,eAxesLineWidth); Thanks for

Bug#474269: use eframe (correction)

2008-04-06 Thread Francesco Potorti`
The workaround works, but I had eschanged width and height, and I had forgotten line width. This one is better: eframe(ePlotAreaPos(1),ePlotAreaPos(2), ePlotAreaWidth,ePlotAreaHeight,eAxesLineWidth); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Bug#474269: use eframe

2008-04-05 Thread Francesco Potorti`
Okay, I discovered a workaround for what I was looking for. After making invisible the axes you want without ticks, just do: eframe(ePlotAreaPos(1),ePlotAreaPos(2),ePlotAreaHeight,ePlotAreaWidth); So this should probably become a wishlist: please make this available in a demo. -- To UNSUBS