{pgf-pie} concerns the TikZ-pgf based pie chart plotting package pgf-pie
4
votes
1answer
144 views
Put numbers in legend using pgf pie
I would like to have the numbers that are inside the pie chart to be in the legend. How can I make that happen?
Here is the MWE:
\documentclass{article}
\usepackage{pgf-pie}
\usepackage{tikz}
...
4
votes
2answers
131 views
Start a new line in label using pgf-pie
I'm using pgf-pie. It is not a standard package. I found it on google code. As its name, it is used to create pie chart.
\begin{figure}[htp]
\centering
\begin{tikzpicture}[scale=0.9]
...
6
votes
1answer
376 views
Create a ring diagram in TeX
To make it short, I am searching for a 2D variant of this plot How to design a 3D donut pie chart with pgf-plot?
Especially the label for each segment are important for my application. I don't need ...
4
votes
2answers
171 views
Aligning tikzpicture subfloats that span multiple pages
I have 21 pie charts (generated using pgf-pie) that I wanted to display in rows of 3. The "table" spans multiple pages (which has made it difficult to use the figure or tabular environments).
I have ...