-
In the x axis, if I pass, say, `6pi` I'd like to see that in the graph, not 18.8495 as seen [here](https://github.com/JuliaLang/openlibm/issues/57#issuecomment-44225633).
In the y axis, there should …
-
``` julia
julia> plot(sinpi, -2, 2)
ERROR: BoundsError()
in showdot at /Users/stefan/.julia/TextPlots/src/plot.jl:47
in plot at /Users/stefan/.julia/TextPlots/src/plot.jl:82
in plot at /Users/stefa…
-
I'm sure your todo list is already quite long, but `semilogy()` would be a great addition. Currently, TextPlots is infinitely faster than Gadfly.
-
I'm trying to debug #5990, but a roadblock is the time spend in `Pkg.Entry.check_metadata()`, which takes 8.5 minutes to run on my windows 8.1 64-bit native build. I imagine this is due to the number …
-
bc.. currently textplot has a different set of options and behaves differently
than Plot. In particular,
- textplot(sin(x), (x,-1,1)) does not work
- Plot returns an object, whereas textplot not.
p. …
-
```
>>> plot(sqrt(100 - x**2) + 20 - x, (x, -20, 20))
Traceback (most recent call last):
File "", line 1, in
File "sympy\plotting\plot.py", line 1184, in plot
plots.show()
File "sympy\plott…
-
[andy@arobson aquilla]$ cmake aquila-src/ -DCMAKE_INSTALL_PREFIX=aquila-build/
-- The CXX compiler identification is GNU 4.7.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX …
-
bc.. Without this "patch":
$ hg di
diff -r 48db9d4aaf29 sympy/**init**.py
--- a/sympy/**init**.py Fri Dec 14 09:14:00 2007 +0300
+++ b/sympy/**init**.py Fri Dec 14 22:10:06 2007 +0100
@@ -26,8 +26,8 …
-
bc.. This commit slows down import sympy from 0.11s to 0.19s: http://hg.sympy.org/sympy/rev/68375598a355 we need to fix this before a release.
p. Original issue for "#3955":https://github.com/sympy/s…
-
bc.. $ bin/isympy
Python 2.4.5 console for SymPy 0.5.13-hg. These commands were executed:
> > > from **future** import division
> > > from sympy import *
> > > x, y, z = symbols('xyz')
> > > k, m, n…