Histograms Online

There's a PHP library called 'Image_Graph' which allows you to create very nice looking graphs fairly easily using PHP functions, and simplifies the job of creating complicated functions. Unfortunately this isn't terribly Web 2.0, so I've created a very basic GUI which allows a user to enter in values and produce a histogram from those values. The plan is to allow more types of graphs to be created, but a histogram seemed like a relatively easy place to start. The labels on the x-axis aren't quite mathematically correct yet (for a histogram, they are fine for a bar graph) so this isn't much than a curio at the moment.

You can test it out here.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.