Hello, On 19.01.07, kib2 wrote: > 1. I've tried without success to hatch a path with a color, but it > still remains black. But maybe I missed something ? There's > nothing on the docs.
I had a look into the code. It appears that in pattern.py, the patterns can only be used to fill (they are derived from style.fillstyle). Maybe Jörg or André know more about the reason behind this restriction. > 2. Is there a way to use pyx.connector with pyx.text.parbox ? The connectors use two instances of pyx.box to align at. pyx.text.parbox, on the contrary, is an attribute for text generation. You can create a textbox by saying something like t1 = text.text(0, 0, "hello", [text.parbox(5)]) t2 = text.text(0, 5, "hello", [text.parbox(5)]) p = connector.line(t1, t2) > 3. Do you have any news concerning the future PyX 1.0 version ? It will contain some 3D code, as soon as André has time to work on it, which he does not seem to have at the moment. There is some started work on the new box concept, but much is to be done, and we will probably not include this into the next release. > 4. Will there be some effort on bringing more samples and to have a > descent forum ? ( I just can't answer if someone replies , I'm > forced to open a new subject ). Whenever you have a good idea for an example, please tell us. As Jörg said on this list some days ago, developers and advanced users soon loose the feeling for the problems a beginner might encounter. I do not quite understand: Do you have problems in replying to the mail on this list? With my mail agent this works as a simple reply with the mailing list address as the recipient. Michael. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
