Smallville 35%
Mythbusters 15%
History Channel 20%
Dora the Explorer 10%
CBS News 20%
All of my percents are located near the center of the circle. I put the percents and the categories above. The file is below. Any help would be appreciated.
Nick
Code: Select all
\documentclass{article}
\usepackage{pstricks-add}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{color}
\usepackage{pst-bar}
\usepackage{pst-plot}
\usepackage{pstricks-add}
\newcounter{lC}
\setcounter{lC}{1}
\psset{unit=1.5}
\psframebox[fillcolor=black!30,fillstyle=solid]{
\begin{pspicture}(-3,-3)(3,3)
\psChart[userColor={red!,green!30,blue!40,gray,cyan!50,magenta!60},chartSep=30pt,shadow=true,shadowsize=5pt]{35,15,20,10,20}{6}{2}
\psset{nodesepA=5pt,nodesepB=-20pt}
\ncline{psChart01}{psChart1}\nput{45}{psChart01}{(35\%}
\ncline{psChart01}{psChart1}\nput{150}{psChart01}{(15\%}
\ncline{psChart01}{psChart1}\nput{-90}{psChart01}{(20\%}
\ncline{psChart01}{psChart1}\nput{0}{psChart01}{(10\%}
\ncline{psChart01}{psChart1}\nput{0}{psChart01}{(20\%}
\bfseries%
\rput(psChartI1){Smallville}\rput(psChartI2){Mythbusters}\rput(psChartI3){History Channel}\rput(psChartI4){Dora the Explorer}\rput(psChart5){CBS News}
\end{pspicture}}
\end{document}