Re: [sage-support] Antisymmetry Definition in SageMath for DiGraphs

2024-03-15 Thread Nils Bruin
On Friday 15 March 2024 at 15:08:34 UTC-7 Hellen Colman wrote: Let me just clarify the main point of his question just in case we can still obtain a helpful answer. Essentially the question is: Why is Sage calling "antisymmetric" to a property that is not the standard antisymmetric property?

Re: [sage-support] Antisymmetry Definition in SageMath for DiGraphs

2024-03-15 Thread Hellen Colman
Dima, Thank you for taking the time to answer the question posted by my student Samuel. Let me just clarify the main point of his question just in case we can still obtain a helpful answer. Essentially the question is: Why is Sage calling "antisymmetric" to a property that is not the

Re: [sage-support] bug in plot?

2024-03-15 Thread Nils Bruin
On Friday 15 March 2024 at 12:42:49 UTC-7 kcrisman wrote: Or rather, should the default be useoffset False? Yes, I think that would be reasonable to do. Clearly, offsets being used without the user knowing they exist can easily lead to confusion and misinterpreting the graph, as had been

Re: [sage-support] bug in plot?

2024-03-15 Thread Dima Pasechnik
On 15 March 2024 19:42:48 GMT, kcrisman wrote: > > >it's not a bug, it's a feature. :-) >https://discourse.matplotlib.org/t/default-format-of-axis-offset-label/23162/2 > > >Correct. > >import matplotlib as mpl >mpl.rcParams['axes.formatter.useoffset'] = False

Re: [sage-support] bug in plot?

2024-03-15 Thread kcrisman
it's not a bug, it's a feature. :-) https://discourse.matplotlib.org/t/default-format-of-axis-offset-label/23162/2 Correct. import matplotlib as mpl mpl.rcParams['axes.formatter.useoffset'] = False plot((x^2+0.0001)/(x^2+0.000101), (x,-0.1,0.1)) produces the normal labelling of y-axes,

Re: [sage-support] bug in plot?

2024-03-15 Thread Dima Pasechnik
On Fri, Mar 15, 2024 at 9:13 AM David Joyner wrote: > > > On Thu, Mar 14, 2024 at 8:17 PM Dima Pasechnik wrote: > >> >> >> On Fri, Mar 15, 2024 at 12:15 AM Dima Pasechnik >> wrote: >> >>> >>> >>> On Thu, Mar 14, 2024 at 9:32 PM Dima Pasechnik >>> wrote: >>> On 14 March 2024

Re: [sage-support] bug in plot?

2024-03-15 Thread David Joyner
On Thu, Mar 14, 2024 at 8:17 PM Dima Pasechnik wrote: > > > On Fri, Mar 15, 2024 at 12:15 AM Dima Pasechnik wrote: > >> >> >> On Thu, Mar 14, 2024 at 9:32 PM Dima Pasechnik wrote: >> >>> >>> >>> On 14 March 2024 21:09:22 GMT, Nils Bruin wrote: >>> >I get the impression that without setting