fooplot icon indicating copy to clipboard operation
fooplot copied to clipboard

LGPL JavaScript embeddable graphing calculator with Google maps style panning and other features.

Results 12 fooplot issues
Sort by recently updated
recently updated
newest added

Set of points: 0,0 pi,0 pi/2,1 only 0,0 gets plotted: http://fooplot.com/plot/k10cxaz1q1 I guess `this.parseEquation` and `this.parseConst` are missing in: ``` case FOOPLOT_TYPE_POINTS: if(eq.length===null) return null; this.plots.push({'id':this.plotlastid++,'type':type,'eq':eq,'options':options}); break; ``` But my...

Would this be possible with the recent version of fooplot: ![graphic](https://cloud.githubusercontent.com/assets/6764548/6991810/ec9786ea-dab2-11e4-9923-ae5b35afb2fd.jpg) Thanks.