Can someone please tell me why the code below does not (horizontally)
center the figure? The caption is in the middle but the figure is not.

Thanks.

\usemodule[pgfplots]
\starttext

\placefigure[here][fig:demand]{Demand Curve}
{\starttikzpicture
        \startaxis[line width=1pt,
                           axis x line = bottom,
                           axis y line =left,
                           xmin=0,xmax=60,
                           ymax=120]
                \addplot[mark=none] coordinates {(0,100)
                                                          (50,0)};
        \stopaxis
\stoptikzpicture}

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to