[sage-devel] Finite Elements Methods -packages in Sage

2014-02-01 Thread Sami Losoi
There are many open-source FEM packages which are good in one thing but bad in another. So a good thing to do would be to make a package which uses the accurate parts of each single FEM -package. Are there any plans to include some good code of finite element packages in Sage? -- You received

[sage-devel] Re: Unssuccessful run on OSX 10.9.1 with Sage 6.0 Notebook

2014-01-27 Thread Sami Losoi
plt import scipy.io data = scipy.io.loadmat('arrytmia_data_bad.mat') x = data['data'] plt.plot(x, linestyle='', marker='x') plt.savefig('a.png') # vs Python: plt.show() Sami On Monday, 27 January 2014 22:12:05 UTC+2, kcrisman wrote: > >

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
. Please, see the autogenerated log which confirms that there were no errors in building Sage with the change proposed by Volker Braun: https://dl.dropboxusercontent.com/u/62073194/install2.log Sami On Sunday, 26 January 2014 19:35:42 UTC+2, Sami Losoi wrote: > > Thank you for your proposal! >

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
Thank you for your proposal! I have been building the source with the changes now a few hours. I will inform to trac and here when ready. I got this type of warnings in some instances of the new building: extra.cc:940:30: warning: cast to pointer from integer of different size [-Wint-to-pointer

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
installed? > > John > > On Saturday, January 25, 2014 10:24:26 PM UTC-8, Sami Losoi wrote: >> >> The same error seems to persists although the building process took this >> time significant more time. >> I run just "make" with Sage 6.1 rc0 on OSX 10.9.1 an

[sage-devel] Re: Unssuccessful run on OSX 10.9.1 with Sage 6.0 Notebook

2014-01-26 Thread Sami Losoi
;) plt.show() Is Sage designed to work like Python Prompt? So should you be able to see the picture somewhere? On Saturday, 25 January 2014 21:39:15 UTC+2, Sami Losoi wrote: > > I run > > import numpy as np > import matplotlib.pyplot as plt > import scipy.io > val = 0. # this is

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-25 Thread Sami Losoi
n Saturday, 25 January 2014 15:42:17 UTC+2, Volker Braun wrote: > > Try 6.1.rc0 and let us know if the error persists. > > > On Saturday, January 25, 2014 9:42:18 AM UTC, Sami Losoi wrote: >> >> I run **make test** and **make**: >> http://pastebin.com/wPDpqAmJ >

[sage-devel] Unssuccessful run on OSX 10.9.1 with Sage 6.0 Notebook

2014-01-25 Thread Sami Losoi
I run import numpy as np import matplotlib.pyplot as plt import scipy.io val = 0. # this is the value where you want the data to appear on the y-axis. ar = np.arange(10) # just as an example array plt.plot(ar, np.zeros_like(ar) + val, 'x') plt.show() and the notebook visualises nothing, in contr

[sage-devel] Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-25 Thread Sami Losoi
I run **make test** and **make**: http://pastebin.com/wPDpqAmJ What is the correct way of debugging this? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-dev

[sage-devel] Seeing the effect of the method text in the given variable

2009-12-30 Thread Sami Losoi
*How is the effect of the method text stored in the given variable?* Example of the situation: sage: p = plot(x**2,x) + text("hello", (1,2)) sage: dir(p) ['SHOW_OPTIONS', ' - - cut - - The last command suggests that the effect of the method text is stored in one of the variables in the list. It

[sage-devel] To have content in Sage's index

2009-12-21 Thread Sami Losoi
The following page is empty although there is a notice that the list can be huge. http://sagemath.org/doc/genindex-all.html I propose to have content in the given page apparently by simply changing Sphinx's settings. -- To post to this group, send an email to sage-devel@googlegroups.com To un