Tagged Questions
3
votes
1answer
122 views
problems with pgfplots/ymax
I have two figures that I'd like to connect; both are generated with pgfplots (and in this example, gnuplot). The following works exactly as expected:
\documentclass{beamer}
\usepackage{graphicx}
...
2
votes
1answer
387 views
Tikz overlay with subfig, axis & externalize
I am trying to draw lines between two different tikz-drawings, placed in subfig-environments, for example the corners of the small blue rectangle in the left image and the corners of the axis ...
9
votes
1answer
597 views
Draw Pareto chart with pgfplots?
I've been following the pgfplots documentation to make some basic bar charts, mostly following this example:
\begin{tikzpicture}
\begin{axis}[
ybar, ymin=0,
width=12cm, height=3.5cm, ...