Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have hit a bit of a hurdle at the moment on how to scale and annotate the vertical axis; I will also need to tidy up the code. This was basicaly an exercise to try writing a php class to create a line graph.
I looked at gnuplot once before but it is more complicated than I need; also as I say once I get it working how I want I am going to try to convert it to a php class just to try try out writing a class.
Bonzo wrote:I looked at gnuplot once before but it is more complicated than I need; also as I say once I get it working how I want I am going to try to convert it to a php class just to try try out writing a class.
As a user (and old programmer) of gnuplot, it isn't really very complicated. Just get a small example and follow it.
The real problem is that it does not have a very good help mechanism, and usage examples is more of a 'find what you like and study it'
The best idea with gnuplot is keep it simple as long as you can.