Re: [sage-support] Unable to display graphs from Ubuntu 18.04, Sage 8.3, 64 bit PC

2018-08-11 Thread Jan Groenewald
Hi On Sat, 11 Aug 2018 at 15:38, Graham Gerrard wrote: > I am using sage from a command prompt ... > > > show(line2d([(0,0),(1,1),(2,4)])) produces > > /home/graham/SageMath/local/lib/python2.7/lib-tk/Tkinter.py in () > 37 # Attempt to configure Tcl/Tk without requiring PATH > 38

[sage-support] Unable to display graphs from Ubuntu 18.04, Sage 8.3, 64 bit PC

2018-08-11 Thread Graham Gerrard
I am using sage from a command prompt ... show(line2d([(0,0),(1,1),(2,4)])) produces /home/graham/SageMath/local/lib/python2.7/lib-tk/Tkinter.py in () 37 # Attempt to configure Tcl/Tk without requiring PATH 38 import FixTk ---> 39 import _tkinter # If this fails your Python may

[sage-support] The comment to achieve n unlabel switching graphs

2018-08-11 Thread Wei-Hsuan Yu
May I ask a question? We know that the comment "graphs(n)" will return the information of n unlabel graph. Do we have the way to know the info of "n unlabel switching graphs"? OEIS has this series for n unlabel switching graphs https://oeis.org/A002854 -- You received this message because you a

[sage-support] Re: Sage 8.3 build from source on Debian 7 fails

2018-08-11 Thread Dima Pasechnik
indeed, bootstrap is only needed if you install from "bare" source rather than from a ready to install tarball. There you'd only need ./configure (in case you need some non-default settings) and make, or just make if defaults are OK. -- You received this message because you are subscribed to t