Building from git fixed this. Thanks!
On Jan 17, 8:33 am, Aaron Meurer <[email protected]> wrote: > Hi. > > Which symbols are pictographs? Is it the \/ on the left, or the top part? > > Which version of SymPy are you using? In the git version, we changed > the symbol used for the top of the square root, so you should see > > ___ > ╲╱ x > > instead of > > ⎽⎽⎽ > ╲╱ x > > Perhaps you could try the git version if you're not using it > (seehttps://github.com/sympy/sympy/wiki/getting-the-bleeding-edge). > > Are you sure that 1/sqrt(x) prints correctly? This should be using > the exact same characters as the other one. > > Finally, are you using a downloaded version of the font, or one that > came with your computer? The downloaded version is newer than the > ones that come with computers from what I've seen, so you might try > that. Seehttp://dejavu-fonts.org/wiki/Main_Page > > Aaron Meurer > > > > On Tue, Jan 17, 2012 at 8:13 AM, Reckoner <[email protected]> wrote: > > Hi, > > > I'm using 'DejaVu Sans Mono' in my > > ipython_config.py file and it works most of the time except with > > printing items such as > > >>>> p = Poly(x**2-y, x, y) > >>>> roots(Poly(p, x)) > > > where the sqrt symbols have pictographs in them. Otherwise, [1/x] and > > [1/sqrt(x)] print out correctly. > > > Is there another font I should be using? > > > Thanks! > > > -- > > You received this message because you are subscribed to the Google Groups > > "sympy" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
