Re: [sage-devel] Re: Poll: Which objects should be plotted by default in the notebook?

2015-04-30 Thread Nathann Cohen
> On the other hand, things that *are* plots should be plotted (duh) and if > you ask to "show" them, since the default behavior has been to plot and not > LaTeX, that should probably continue. Not exactly related, but here is the behaviour in beta3 (see [1] and [2]): sage: show(posets.ChainPoset

[sage-devel] Re: Poll: Which objects should be plotted by default in the notebook?

2015-04-29 Thread Volker Braun
So far the objections have already been discussed on trac. I know, TL;DR: * You can turn it off: %display plot_graphs never * The console has it turned off by default, this is only a question for UIs that can display inline graphics. * Some graphs have displayed themselves graphically in the Sa

[sage-devel] Re: Poll: Which objects should be plotted by default in the notebook?

2015-04-29 Thread Nathann Cohen
Hello ! There are lots of things that could have plots that should not have them > unless specifically requested. E.g. matrices, graphs, posets... This would > be a pretty big change to start bringing up plots in such cases. (Like > matrices - yikes!) > My opinion on this is simple: - I do

[sage-devel] Re: Poll: Which objects should be plotted by default in the notebook?

2015-04-29 Thread kcrisman
> > > > > In #18289 [2], Volker is improving the Notebook interface by making > > some objects be automatically plotted by __repr__ [1] > > > > graphs.PetersenGraph() # this graph is plotted > > > > or > > > > P = posets.ChainPoset(10) # no plot > > P # here, P is plotted > >

[sage-devel] Re: Poll: Which objects should be plotted by default in the notebook?

2015-04-29 Thread leif
Nathann Cohen wrote: > Hello everybody, > > In #18289 [2], Volker is improving the Notebook interface by making > some objects be automatically plotted by __repr__ [1] > > graphs.PetersenGraph() # this graph is plotted > > or > > P = posets.ChainPoset(10) # no plot > P # here, P is