Re: [Emc-developers] pyvcp graph Patch

2009-06-15 Thread Stephen Wille Padnos
Jonathan George wrote: > So I have the graph widget working with multiple signals, I also made > some code to make a legend for the signals. However I'm not sure what > the preference on the location, size, font, etc for the legend should > be. Would it be best to make these parameters specifie

Re: [Emc-developers] pyvcp graph Patch

2009-06-15 Thread Jonathan George
So I have the graph widget working with multiple signals, I also made some code to make a legend for the signals. However I'm not sure what the preference on the location, size, font, etc for the legend should be. Would it be best to make these parameters specified in XML tags? That is what I'm lea

Re: [Emc-developers] pyvcp graph Patch

2009-06-13 Thread Chris Morley
Date: Sat, 13 Jun 2009 18:06:24 -0600 From: geo01...@gmail.com To: emc-developers@lists.sourceforge.net Subject: [Emc-developers] pyvcp graph Patch This patch is ever so slightly modified from JanVanGilsen's code. It provides a widget to do a plot of a signal vs. time. As this is my

[Emc-developers] pyvcp graph Patch

2009-06-13 Thread Jonathan George
This patch is ever so slightly modified from JanVanGilsen's code. It provides a widget to do a plot of a signal vs. time. As this is my first time to do anything like this I hope I'm doing it right. Jon Index: pyvcp_widgets.py === RC