[sage-support] Re: Inconsistency between Sage and Python

2014-10-06 Thread João Alberto Ferreira
Thank you, Samuel. The conversion to RDF worked because it coerces the other types to RDF (I think). If I convert the multiplier values to RR, RLF or float, the conversion does not help anymore. On Monday, October 6, 2014 1:30:03 PM UTC-3, slelievre wrote: > > > João Alberto Ferreira wrote: >> >

[sage-support] Re: Inconsistency between Sage and Python

2014-10-06 Thread slelievre
João Alberto Ferreira wrote: > > I am plotting some graphs, but the plot becomes cluttered because of > the long labels. The labels are result of a conversion from a Real > number to a string. The problem here is that Sage is not consistent > with Python, as shown in the example below. > > Pyt