Search found 1 match

by fluffyk
Mon Jan 24, 2011 5:49 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots with pgfmath and \newcommand
Replies: 1
Views: 4166

pgfplots with pgfmath and \newcommand

Probably less efficient, but it does work:


\documentclass{report}

\usepackage{pgf,pgfplots}

\usetikzlibrary{fit,calc}
\usepgfplotslibrary{external}

\newcommand{\boxplot}[6]{%
%#1: center, #2: median, #3: 1/4 quartile, #4: 3/4 quartile, #5: min, #6: max
\filldraw[fill=white,line width=0 ...