On 30 jul, 12:05, marius_darie <[email protected]> wrote: > Im using sagenb. > how can I load data (from my computer) for 2d ploting?
Use the menu "Data/Upload or create file". Once there, you can use it in your code using the path DATA + filename, as in import pylab A_image = pylab.mean(pylab.imread(DATA + 'ub.png'), 2) from the Sage Mega Talk: http://modular.math.washington.edu/talks/2009-mega/megatalk.pdf BTW, this question is probably more the topic of the sage-support list. -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en.
