Hi,
Does Python have a library providing a plot function similiar to matlab
that will plot a math plot or just some data points in a pop-up window
Thanks
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python
Good day all.
I am trying to write a short Python script to create
some PDFs.
I create instances of App, AVDoc and PDDoc using the
following syntax:
app = Dispatch("AcroExch.App")
doc = Dispatch("AcroExch.AVDoc")
pd = Dispatch("AcroExch.PDDoc")
However when I call pd = doc.GetPDDoc(), the Python