[sympy] Re: Interested to participate in GSoD

2019-06-27 Thread Ondřej Čertík
Yes, I would prefer something based on Markdown like mkdocs. On Thu, Jun 27, 2019, at 8:40 PM, Aaron Meurer wrote: > You may want to post this to the SymEngine mailing list as well > https://groups.google.com/forum/#!forum/symengine > > Also be aware that the deadline to apply for GSoD is July

Re: [sympy] Grid in sympy plotting

2019-06-27 Thread Aaron Meurer
If you want advanced plotting things in SymPy it's often easier to plot your function directly with matplotlib using something like import numpy as np import matplotlib.pyplot as plt a = np.linspace(-10, 10, 1000) # Replace with your desired range and number of points f = sympy.lambdify(x, expr)

Re: [sympy] Grid in sympy plotting

2019-06-27 Thread Lee Smith
Yep. Well I will continue to look into this. Of course, if I just did everything in matplotlib ... no problemo CODE ON ! On Thu, Jun 27, 2019 at 11:59 AM Oscar Benjamin wrote: > I guess it depends what environment you use (I used ipython). Looks like > you're using Jupyter and I'm not sure

Re: [sympy] Grid in sympy plotting

2019-06-27 Thread Oscar Benjamin
I guess it depends what environment you use (I used ipython). Looks like you're using Jupyter and I'm not sure how to plotting works there. On Thu, 27 Jun 2019 at 19:24, Lee Smith wrote: > Thank you ! > > Actually I tried this and got TWO graphs. One just the grid then the > functions! >

[sympy] Re: Interested to participate in GSoD

2019-06-27 Thread Aaron Meurer
You may want to post this to the SymEngine mailing list as well https://groups.google.com/forum/#!forum/symengine Also be aware that the deadline to apply for GSoD is July 28, which is tomorrow. I don't know the answers to your questions. Ondrej or one of the SymEngine developers will know for

Re: [sympy] Grid in sympy plotting

2019-06-27 Thread Lee Smith
Thank you ! Actually I tried this and got TWO graphs. One just the grid then the functions! Suggestions? [image: Sympy_grid.PNG] On Wed, Jun 26, 2019 at 3:26 AM Oscar Benjamin wrote: > Hi Lee, > > SymPy's plotting module uses matplotlib so it is reasonable to use the > matplotlib API for

[sympy] Fwd: Interested to participate in GSoD

2019-06-27 Thread Abhijith B Vuduthala
Hello SymPy and SymEngine team, My name is Abhijith and I love Open Source projects and would like to contribute in Documentation of SymPy and SymEngine. I have contributed one of the GSoC Organization - *CloudCV * as well. I was looking into Google Season of Docs program