I want to create a pie-chart. Is that possible with gnuplot and how to realize that?

link|improve this question

77% accept rate
feedback

3 Answers

up vote 1 down vote accepted

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.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.