How to draw graph

How to draw graph on website

To draw graph of any equation of function on website you need to enclose that function or equation into these tags

<br />{\rm<iframe frameborder="0" src="/sites/all/modules/addon/mathfilter/includes/graphframe.php?f=equation" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe>}<br />

Just write your equation or function in between these tags and the graph will be plotted automatically

NOTE: We dont have to write the Y part , just the x part and the constants have to be written , for example below we have to just write 2x+3 in the tags of graph

Lets see how to do it

1) Plot the graph of line y=2x+3

All we have to do is to enclose the function in the tags <br />{\rm <iframe frameborder="0" src="/sites/all/modules/addon/mathfilter/includes/graphframe.php?f=equation" style="display: block; width: 260px; height: 260px; border: 0px;" scrolling="no" ></iframe>}<br /> and graph will be plotted

2) Plot the graph of quadratic equation , x^2+5x+6

Just enclose the equation in tags and the graph will be plotted

2) Plot the graph of Sinx

Just enclose the equation in tags and the graph will be plotted

 

Write your comments below if you have any problem in graphing