From: John H. <jdh...@ac...> - 2004-09-22 11:59:41
|
>>>>> "Gary" == <ga...@op...> writes: Gary> Hi all, I am trying to incorporate viewing of charts and the Gary> printing of the viewed chart from an application written in Gary> WxPython V2.5 and Python V2.3 My preference at the momment Gary> is to use the EMBEDDED method of displaying the charts in my Gary> Python app. I want to have a print button that the user can Gary> just click to get a printout of the chart. Gary> Can anyone point me to somewhere that tells me how to print Gary> a displayed chart. Printing is typically platform dependent, which you don't mention. Here is a solution for embedded wxagg on win32 http://sourceforge.net/mailarchive/message.php?msg_id=9061267 Let me know if this works for you... JDH |