[sage-support] Resize Jmol window + aspect ratio question.

2008-11-04 Thread Tanveer Gani
Is there a way to resize the Jmol window? plot3d doesn't seem to take a size parameter and I couldn't discover any resizing controls on the window even though the Jmol homepage seems to indicate that resizing should be possible. Also, is there a way to set the aspect ratio? E.g. var('t')

[sage-support] Re: Resize Jmol window + aspect ratio question.

2008-11-04 Thread Tanveer Gani
, 2008 at 12:03 PM, Tanveer Gani [EMAIL PROTECTED] wrote: Is there a way to resize the Jmol window? plot3d doesn't seem to take a size parameter You can use the figsize parameter to change the figure size: var('x,y') plot3d(sin(x*y), (x,-pi, pi), (y,-pi,pi),figsize=3) This is a parameter

[sage-support] Example from matplotlib not working

2008-07-16 Thread gani
for slightly more complex ones. thanks, gani -- Here is the code: *** from matplotlib import rc from matplotlib.numerix import arange, cos, pi from pylab import figure, axes, plot, xlabel, ylabel, title, grid, savefig, show rc('text', usetex=True

[sage-support] Re: Comments (in notebook in particular)

2008-01-08 Thread gani
Ted: How did you make the pdf file? Did you use some other approach than notebook for all the inputs/outputs, etc. The whole package looks very integrated, so I am very curious how you achieved it. thanks, gani -- On Jan 8, 2:34 pm, Ted Kosan [EMAIL PROTECTED] wrote: bil wrote: OK, thanks

[sage-support] Sage as module in python?

2007-12-20 Thread gani
Hi, I had an interesting question today when I was trying to introduce SAGE to some of my colleagues. A person asked - can sage be imported as a module into python? Can it? please let me know. thanks, gani -- --~--~-~--~~~---~--~~ To post to this group, send

[sage-support] Re: couple of questions

2007-10-29 Thread gani
to make sure inputs and outputs are clearly identified with cf2py intent(in) var1,..varn and cf2py intent(out) var2 Good luck! gani -- On Oct 29, 10:56 am, William Stein [EMAIL PROTECTED] wrote: On 10/29/07, Valeriy Bulitko wrote: Dear William, I support the idea about open documented

[sage-support] Re: how to access figure globally

2007-09-25 Thread gani
William's suggestion worked for me. Now, the other question is - is it possible to turn off default plotting when using savefig('fig1.png')? This will allow me to have just 1 figure shown with img src=fig1.png. thanks! gani -- On Sep 25, 10:21 am, Marshall Hampton [EMAIL PROTECTED] wrote: I

[sage-support] sed file to create nice looking print-out of worksheet with Latex

2007-09-21 Thread gani
within Sage, it would be great! thanks! gani -- ***file_with_sed_cmds (copy from below - make sure you start with the 1i\\\document) * 1i\\\documentclass

[sage-support] Re: Two requests about the notebook

2007-09-13 Thread gani
I am interested in learning some details of how this works. If this is a temporary solution to fixing the bugs with the notebook which I can understand is not the highest priority, I would love to learn more about it. While I love working in the SAGE notebook environment, getting a good printout

[sage-support] Re: using the sage notebook

2007-08-06 Thread gani
William; Is there any chance that you will be fixing the print problem also? That would be really useful as it will be a complete notebook with input and output visible as needed in the final print version. gani -- On Aug 6, 2:20 pm, William Stein [EMAIL PROTECTED] wrote: I will very likely

[sage-support] what changes are there in 2.7.3?

2007-08-04 Thread gani
though, so that is not big deal. 2. Using print causes all input cells to be hidden even without the %hide in the input cell. gani -- --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email

[sage-support] how to modify path for notebook

2007-07-31 Thread gani
Hi: How does one modify path for notebook to include say /usr/lib/ python2.4/site-packages/unum? thanks, gani -- --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[sage-support] VMWare resetting on typing notebook

2007-07-30 Thread gani
! thanks, gani -- --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http

[sage-support] Re: SAGE 2.7 installation trouble

2007-07-30 Thread gani
this can be fixed by deleing .lck file in folders ending with .lck within your unzipped sage-vmware folder. gani -- On Jul 30, 12:56 pm, David Stahl [EMAIL PROTECTED] wrote: I just tried to install SAGE 2.7 but am having a problem. I installed Firefox and VMware Player then unzipped SAGE

[sage-support] Re: SAGE 2.7 installation trouble

2007-07-30 Thread gani
Sorry, this didn't work. I re-downloaded the sage-2.7.2 and tried again. After about 10 sec following 'notebook' input, SAGE recycles back to login prompt. sage-2.7 works fine (except it doesn't have the notebook mods 2.7.2 version has). gani -- On Jul 30, 2:24 pm, William Stein [EMAIL

[sage-support] SAGE 2.7.2 problem duplicated on home machine

2007-07-30 Thread gani
Hi: The previous message from you indicated that version 2.7.2 has been fixed for the problem of sage recycling when notebook is entered at login. However, when I downloaded 2.7.2 and vmware on my home machine and tried running, I had the same problem as on my office machine. gani

[sage-support] Viewing picture file from local folder like /usr/local

2007-07-28 Thread gani
Hi: I can view a picture file from a web site as per instructions previously, but is it possibly to similarly view a file from say /usr/ local/sage for example? thanks, gani -- --~--~-~--~~~---~--~~ To post to this group, send email to sage-support

[sage-support] Re: Viewing picture file from local folder like /usr/local

2007-07-28 Thread gani
thanks! the first option worked just fine. gani -- On Jul 28, 3:27 pm, William Stein [EMAIL PROTECTED] wrote: On 7/28/07, gani [EMAIL PROTECTED] wrote: I can view a picture file from a web site as per instructions previously, but is it possibly to similarly view a file from say /usr

[sage-support] Re: Loading png/gif/jpg file in notebook

2007-07-27 Thread gani
Hi William: This works with links such as http://... , but with local files, I am not sure what is the right thing to do when the picture is in say /usr/ local/ for example. thanks, gani -- On Jul 27, 9:49 am, William Stein [EMAIL PROTECTED] wrote: On 7/27/07, gani [EMAIL PROTECTED] wrote

[sage-support] Re: Fwd: %hide not hiding well

2007-07-24 Thread gani
printing a worksheet to either pdf or to printer, the cell box is expanded making it look like multiple empty lines are included after the final cell content. Can that be fixed easily? 2. Is there a way to modify the input/output font size and color? thanks, gani -- On Jul 23, 3:31 pm, Timothy