
over 3 years ago
pretty cool bot... i understood what Conics were after using this bot 🤣
This is a Basic Graphing Bot and is a showcase of Denzven-Graphing-Api to plot flat,polar and 3-dimensional graphs using the input formula
Denzven-Graphing-Api is my first flask project that plots graphs of formulas/Equations using python. i have also made and Api-Wrapper (mostly for practice) to make life easy and to use this Api.
Using the Api is as simple as sending a request to the website with some params such as the fourmula ,grid ,plot_stylee ,x_coord ,y_coord (and more params coming..) and the Api will return an image of the plotted Graph.
http://denzven.pythonanywhere.com/DenzGraphingApi/v1/flat_graph/test/plot?formula=x%2By&x%2By&grid=1&plot_style=3&x_coord=20&y_coord=20
Note:
Note that this url is “urlencoded” using urllib.
sin() cos() tan()
x**2 = x²
()=Brackets,
/=Divide,
*=Mutiply,
+=Add,
-=Subtract
pi=value of the const pi,
sqrt()=square root of the value,
%=modulos gives the remaider of the divsion
grid refers to the presence of smaller grid lines, 1 is true and 0 is false
these are a list of the default plot_styles it can range from 0-25
the value ot the x coordinate (horizontal)
the value ot the y coordinate (vertical)
The api has several limitations in its use now, and is slowly getting patched/fixed.
Some Known ones:
I dont know of any other feel free to add them in!
git clone https://github.com/denzven/Denzven-Graphing-Api-Bot.git
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
I dont know of any other feel free to add them in!
I am a 17 year old wierdo that hops on with tons of hobbies and gets bored easily. Tried out a bunch of stuff like blender3D, voxel art, making discord bots and telegram bots, basic python programs, right now i am making an Graphing API and its wrapper. you can find more info about me here
Thank you! Hope You can tribute much needed support and enjoy using the api as much i did making it 😁
4.86
7 reviews
Reviews can be left only by registered users. All reviews are moderated by Top.gg moderators. Please make sure to check our guidelines before posting.
5 stars
6
4 stars
1
3 stars
0
2 stars
0
1 star
0
over 3 years ago
pretty cool bot... i understood what Conics were after using this bot 🤣