The charts tag has no wiki summary.
4
votes
0answers
100 views
pgfplots: Aligning multiple bars and marks horizontally along symbolic X-axis
I want to plot average values of some measure as bar charts with error bars and its maximal values as marks above the bars.
I use two separate plots for that now.
The problem is aligning marks with ...
6
votes
4answers
503 views
Replicate this chart using LaTeX
I need to replicate this chart using LaTeX, I understand that TikZ should come in handy:
Can anyone please show me the best and easiest way to render the chart? Any ideas, tips, nudges in the right ...
0
votes
0answers
162 views
LaTeX Hierarchy Chart
I'm trying to create a chart in LaTeX. I found a couple of packages that do similar things but none that really provides what I want. Since my chart is really not that complex I hope someone out here ...
0
votes
0answers
70 views
What is a good way to draw a chart-like drawing with boxes?
I'd like to make a 'chart-like' figure to compare values from different research outcomes, very similar to (and inspired by) the one from http://www.withouthotair.com/c18/page_107.shtml and shown ...
9
votes
2answers
705 views
How to minimize the ink-to-data ratio for pgfplots
Tufte advocates to "minimize the ink-to-data ratio" for charts. I am trying to style a multi data series bar chart, that can have a grid and axes as shown below (chart at the left is from the ...
8
votes
1answer
211 views
How can I make a graph with irregular time/date intervals on the x-axis?
I have a data set that has values for a set of dates, but these dates don't have a regular interval (i.e. 1 Feb., 3 Feb., 15 Feb., 5 March) . So my question is: is there a package or other method to ...
18
votes
3answers
2k views
How to design a 3D donut pie chart with pgf-plot?
It seems that pgfplots users don't like pie charts but sometimes we can't go without (for some reasons). So I was wondering if there was a way to make what is called a donut chart.
For example one ...
14
votes
1answer
369 views
Best package for drawing dance charts
I want to draw dance step chart.
Something similar to
I was wondering if maybe dedicated package exists or is my only option to use "normal" drawing tools. Maybe something like Tikz?
Does anyone ...
14
votes
1answer
621 views
Drawing timeline
I have a dataset which consists of repeating events over time. Each event takes an arbitrary amount of time. I could plot this using gnuplot but am unable to produce correct keys because of the ...
4
votes
1answer
189 views
Move legend closer
I wish to move the legend for the left chart closer to the graph,
and for the right graph, I wish to let the x-axis and y-axis appeared just like the left graph (so that there is some extra spaces to ...
5
votes
2answers
214 views
How to plot the graph below?
May I know how to draw the graph as shown below?
below is a code I have try but with look and feel that is quite far away from the example:
\begin{tikzpicture}
\begin{axis}[
legend pos=north ...
6
votes
1answer
374 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 ...
5
votes
0answers
121 views
How can I create geocharts in LaTeX?
What I need is something like this:
The problem with this R package is that you can't export into pdf format to include in a LaTeX document. Any suggestions?
3
votes
3answers
273 views
Join arrows and wide nodes with tikz
I want to create a flow chart with tikz that looks like this:
-------------------------------
| wide node |
-------------------------------
|
...
4
votes
1answer
579 views
pgfgantt, wrap text in label
I have task explanations that are pretty long and because of that it is pushing my gantt chart off of the page. Is there anyway to be able to wrap the text so that it continues below the task title? I ...
16
votes
3answers
718 views
Is there a charts package for LaTeX?
I wanted to include some more or less complex charts into my LaTeX document. I have attached a picture that shows an example how it should like. Is there any charts package in LaTeX that allows me to ...
5
votes
1answer
426 views
How to create a bubble chart with LaTeX
Is it possible to create bubble charts with LaTeX that plot 3-4 dimensions in one diagram? In the following plot X and Y specify the location, size the size of the bubble. It would be nice to use a ...
3
votes
3answers
980 views
How to make pgfgantt scale to specific widths in the page? (ex. textwidth)
I'm trying to use pgfgantt to create a gantt chart for a project spanning many weeks, thus the following code would overflow through the right margin. I can't find a way to alter the size of the grid ...
20
votes
2answers
1k views
How can I produce a 'ring (or wheel) chart' like that on page 88 of the PGF manual?
I really like the 'ring chart' or 'wheel chart' given as an example on page 88 of the PGF manual. It is like a pie chart, but with a label in the centre. Unfortunately, the manual doesn't give the ...
6
votes
1answer
624 views
Horizontal bar-charts in PGFPlots: “point meta” messes with alignment
I'm drawing a rather unusual bar-chart to display the results of a small survey. The axis of the chart extends in both the negative and the positive domain. However, there is no zero and all values ...
5
votes
1answer
391 views
How to enforce printing the decimal part in pgfmath macros?
I have the opposite problem to this question. I want the decimal parts of an integer printed for consistency's sake. I already tried specifying the precision but without success. See below.
...