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

2008-11-04 Thread Tanveer Gani
wrote: > On Tue, Nov 4, 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(&#

[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') paramet

[sage-support] Example from matplotlib not working

2008-07-16 Thread gani
ut it bombs 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(

[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: >

[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
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, > &g

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

2007-09-25 Thread gani
I am still using 2.8.3 so am a bit behind. But it works in 2.8.3. gani -- On Sep 25, 12:04 pm, Marshall Hampton <[EMAIL PROTECTED]> wrote: > I take it that you are not seeing the bug I am describing - plot > outputting the function values? This happens to me in sage-2.8.5 b

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

2007-09-25 Thread gani
ok, that worked. I'm just puzzled why show_default(False) doesn't do it, when that option is available as per help manual. thanks, gani -- On Sep 25, 11:14 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/25/07, gani <[EMAIL PROTECTED]> wrote: > >

[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 . thanks! gani -- On Sep 25, 10:21 am, Marshall Hampton <[EMAIL PROTECTED]> w

[sage-support] how to access figure globally

2007-09-24 Thread gani
Is there an easy way to access a figure, say 'sage.png' created as a result of a plot command, in say, cell 7 of a worksheet to be called/ rendered in another cell? A related question is how to render this in html format in between cells. tha

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

2007-09-21 Thread gani
Hi William: I sent you an e-mail with attachment to your math.hardvard.edu account. gani -- On Sep 21, 11:58 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/21/07, gani <[EMAIL PROTECTED]> wrote: > > > Since I really wanted a nice print out of my work

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

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

[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 o

[sage-support] deleting deleted files!

2007-08-14 Thread gani
Hi: how does one get rid of old files that appear in the Trash tab after deleting unwanted files?? gani -- --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[sage-support] Re: Starting out with Notebook

2007-08-08 Thread gani
Try this. Instead of logging into notebook, log into sage and type notebook(address="192.168.5.128"). gani -- On Aug 6, 2:09 pm, David <[EMAIL PROTECTED]> wrote: > I have just installed SAGE 2.7.2 on an XP_Windows system. The > VMplayer starts OK, I type no

[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

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

2007-08-04 Thread gani
till works 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,

[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] %hide now works *too* well!

2007-07-31 Thread gani
Hi: I've uncovered a minor bug where %hide nows works too well! If I use %hide in a cell, it seems to hide all all input cells in notebook and printed output, and removing that %hide doesn't seem to get back the hidden input cell(s) in the printed output (but ok in notebook). stra

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

2007-07-31 Thread gani
ok, that worked. thanks! gani -- On Jul 30, 8:25 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 7/30/07, gani <[EMAIL PROTECTED]> wrote: > > > The previous message from you indicated that version 2.7.2 has been > > fixed for the problem of sa

[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] 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, &qu

[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 u

[sage-support] Re: VMWare resetting on typing notebook

2007-07-30 Thread gani
file again to continue with my work till this is sorted out. thanks! gani -- On Jul 30, 11:34 am, "William Stein" <[EMAIL PROTECTED]> wrote: > Hi, > > I just realized I could probably fix your problem (and many other people's > similar problem) > by relea

[sage-support] VMWare resetting on typing notebook

2007-07-30 Thread gani
this. Help! 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

[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 i

[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: 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, gan

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

2007-07-27 Thread gani
Hi, I was trying to load an image file in a notebook and I tried several things like load('path/image.png') or even html code like and nothing seemed to work. Could you tell me how to accomplish this? thanks, gani -- --~--~-~--~~~---~--~~ To post to

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

2007-07-25 Thread gani
On Jul 24, 5:15 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 7/24/07, gani <[EMAIL PROTECTED]> wrote: > > > Thanks for your response. Unfortunately, this fix didn't work for me. > > It just turned up in the notebook mode as items at the top

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

2007-07-24 Thread gani
When 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, &qu