aesthete-team team mailing list archive
-
aesthete-team team
-
Mailing list archive
-
Message #00041
Re: GlyphCellRenderer
Phil Weir wrote:
As I need the CSV output working properly for visualizing simulation data,
I've tidied up the GlyphCellRenderer to automatically fall-back to text if
XML not available.
Have a go:
Plot x^2
Then load a CSV file from Sources menu, e.g.
x,y
0,0
0.25,0.0625
0.5,0.25
0.75,0.5625
1.0,1.0
P
This body part will be downloaded on demand.
I get:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Glypher.py",
line 582, in do_key_press_event
return GlyphBasicGlypher.do_key_press_event(self, event)
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Widget.py",
line 571, in do_key_press_event
debug_print(self.process_line())
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Glypher.py",
line 487, in process_line
input_line, response = GlyphEntry.process_line(self)
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Widget.py",
line 348, in process_line
input_line, response = self.response_processor()
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Glypher.py",
line 486, in <lambda>
self.response_processor = lambda :
parse_space_array(self.space_array, self.caret)
File
"/usr/lib/python2.7/site-packages/aesthete/glypher/Interpret.py", line
65, in parse_space_array
response = parse_command(caret, command.to_string(), *args[1:])
File
"/usr/lib/python2.7/site-packages/aesthete/glypher/Interpret.py", line
25, in parse_command
return g.commands[command](caret, *args)
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Commands.py",
line 41, in plot
ret = Plot.make_plot(args[0], caret)
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Plot.py",
line 48, in make_plot
aname = make_source(ent, caret)
File "/usr/lib/python2.7/site-packages/aesthete/glypher/Plot.py",
line 35, in make_source
f = sympy.core.function.Lambda(*args)
Of course, this may have something to do with the fact I've just upgrade
to F16 here...
Chris.
Follow ups
References