I want to create a pie-chart. Is that possible with gnuplot and how to realize that?
|
feedback
|
|
Here's an example of a pie-chart created with gnuplot. Also, on the same site, you can find another example, including the script used for creating the pie-chart. | |||
|
feedback
|
|
Gnuplot is a "function plotting program". If you can come up with a function that has pie-like characteristics, Gnuplot will plot it for you. But I doubt that this would be done easily. I'm afraid the answer is: No, that's not possible. Edit: Apparently, that's also what the Gnuplot FAQ says. | |||
|
feedback
|
|
http://gnuplot-tricks.blogspot.com/2009/05/simple-pie-chart-with-gnuplot.html I don't recommend a pie chart because it doesn't really give details that the other charts do but if your client needs it, they are paying you. | |||
|
feedback
|