[Pgfplots-features] \addplot graphics on ConTeXt
Brought to you by:
cfeuersaenger,
ludewich
From: Philipp A. <fly...@we...> - 2014-03-20 10:51:28
|
Hi, \addplot graphics internally tries to use \includegraphics even on ConTeXt this can be fixed by defining \def\includegraphicscompat[#1]#2{\externalfigure[#2][#1]} and setting includegraphics cmd=\includegraphicscompat on ConTeXt. It should be done by PGF Plots automatically best, philipp |