Thank you. Did you read the home page "About" section?
> My question is whether
> we can fit multiple curves and output it in the same graph. Like for
> example, if I am trying to do the Gauss 2D peak function and I have
> four data sets that I want to fit to this function, Can I output all
> the four curves in the same graph.
No, the site does not have this ability.
> ...are there any alternate ways to solve this problem.
This can easily be done as discussed below using a modern spreadsheet
such as the free OpenOffice spreadsheet at
http://www.openoffice.org/product/calc.html.
1) Fit each data set individually using
http://zunzun.com or some
other fitting software.
2) Using the fitted coefficients, make many closely spaced synthetic
data points in the range of each data set.
3) Plot line graphs of the synthetic data points, one per data set
that was fitted, on a single graph.
James