[sage-support] Re: which browser

2017-10-20 Thread John H Palmieri
Have you tried setting the BROWSER environment variable? If that doesn't work, what about SAGE_BROWSER? John On Friday, October 20, 2017 at 7:38:58 AM UTC-7, John Cremona wrote: > > On 20 October 2017 at 15:34, John Cremona > wrote: > > I am running Sage on a linux

[sage-support] Title and tick formater ignored with graphics_array

2017-10-20 Thread Andy Howell
I'm trying to make graphics array with plots containing tick marks and a titles. When displayed individually, a.show(), b.show(), they display correctly. In a graphics_array however, the first graph looses these attributes (b). f=4*sin(3*x) b=plot(f,0,pi/3,ticks=pi/6,tick_formatter=pi,

[sage-support] Re: which browser

2017-10-20 Thread John Cremona
On 20 October 2017 at 15:34, John Cremona wrote: > I am running Sage on a linux machine which has chromium-browser as the > default browser, but when I type > > sage --notebook=jupyter > > it starts firefox and opens in a tab there. How can I get it to use chrome? sage

[sage-support] which browser

2017-10-20 Thread John Cremona
I am running Sage on a linux machine which has chromium-browser as the default browser, but when I type sage --notebook=jupyter it starts firefox and opens in a tab there. How can I get it to use chrome? John -- You received this message because you are subscribed to the Google Groups

[sage-support] Re: Generation of graphs where all maximal cliques have the same size

2017-10-20 Thread Dima Pasechnik
On Thursday, October 19, 2017 at 4:02:33 PM UTC+1, Christian Stump wrote: > > Hi, > > how can I generate, in a fast enough way, connected graphs for which the > clique complex is pure, ie, for which all containmentwise maximal cliques > are of the same size ? > I would ask on

Re: [sage-support] Generation of graphs where all maximal cliques have the same size

2017-10-20 Thread Jori Mäntysalo
On Thu, 19 Oct 2017, Jori Mantysalo wrote: Might be worth trying to use from_graph6 directly. Tested. Don't bother, does not give really speedup that would mean something. -- Jori Mäntysalo