Ted Gould wrote:
On Tue, 2008-01-15 at 13:25 -0600, Aaron Spike wrote:
Ted Gould wrote:
Attached I have a Function plotter INX file without the notebooks. The dialog is ugly, very ugly. But can someone check to see if it works on Win32 without the notebooks?
I think this actually works. But why?
Uhm, no clue, can you send the same command line dumps you send earlier but with the new INX file?
Most certainly.
share\extensions\funcplot.py C:\DOCUME~1\NS\LOCALS~1\Temp\ink_ext_XXXXXX.svg3LCY4T --id=rect2363 --xstart=0 --xend=10 --times2pi=true --ybottom=-11.600000381469727 --ytop=24.600000381469727 --samples=180 --isoscale=false --polar=false --funcplotuse= --pythonfunctions= --fofx=sin(-x) --fponum=true --fpofx=x --remove=true --drawaxis=true
['share\extensions\funcplot.py', 'C:\DOCUME~1\NS\LOCALS~1\Temp\ink_ext_XXXXXX.svg3LCY4T', '--id=rect2363', '--xstart=0', '--xend=10', '--times2pi=true', '--ybottom=-11.600000381469727', '--ytop=24.600000381469727', '--samples=180', '--isoscale=false', '--polar=false', '--funcplotuse=', '--pythonfunctions=', '--fofx=sin(-x)', '--fponum=true', '--fpofx=x', '--remove=true', '--drawaxis=true']
{'polar': False, 'ytop': 24.600000381469727, 'funcplotuse': '', 'drawaxis': True, 'fpofx': 'x', 'ybottom': -11.600000381469727, 'ids': ['rect2363'], 'remove': True, 'fofx': 'sin(-x)', 'pythonfunctions': '', 'isoscale': False, 'fponum': True, 'tab': 'sampling', 'xstart': 0.0, 'xend': 10.0, 'times2pi': True, 'samples': 180}
Aaron Spike