Better recognized perhaps as “bar graphs” to most people, in the world of statistics, histograms provide a graphic representation of a set of data. This graph can be used to make inferences about the data and draw conclusions about the sample and population. In this article, we’ll dive into a few new functions available as [...]
View Posts by Author
-
Histograms – Remember the GD library?
Published: December 23rd, 2008 by: Kurtis -
Scatter plots – An Application of the GD Library
Published: December 16th, 2008 by: KurtisEasily the most useful application of the GD library is the ability to dynamically output clean, sharp graphs and charts. A scatter plot, the plotting of points based on an independent variable and the dependent variable (usually X and Y), is a great application that uses several common GD functions and is useful for data [...]
-
Working with Images – Introducing the GD Library
Published: December 9th, 2008 by: KurtisThere are hundreds of libraries available to add on to the PHP base, and GD is just one of those with thousands of possibilities. Used to process images and even dynamically create and output graphics, the GD library is relatively easy to learn with distinct potential in the graphics world. In this article, I will [...]


