Search found 1 match

by joerghe
Wed Sep 08, 2010 10:00 am
Forum: Graphics, Figures & Tables
Topic: pgfplots with pgfmath and \newcommand
Replies: 1
Views: 4165

pgfplots with pgfmath and \newcommand

I'd like to draw box-and-whisker-plots using pgf. As I could not find any intrinsic command to do so, I desided to do it by myself. My ideas was to create a new command called \boxplot which takes 6 arguments (center, median, 1/4 quartile 3/4 quartile, min, max) and creates one box-and-whisker. To ...