Foto hinter Diagramm platzieren
Verfasst: Mo 7. Nov 2016, 19:27
Hallo,
ich es möglich ein Foto als Hintergrund hinter ein Diagramm zu setzen?
So wie das bei Excel mit Füllung und dann mit der Option Bild- oder Texturfüllung möglich ist.
Also hier statt weiß eine .jpg-Datei
ich es möglich ein Foto als Hintergrund hinter ein Diagramm zu setzen?
So wie das bei Excel mit Füllung und dann mit der Option Bild- oder Texturfüllung möglich ist.
\documentclass[12pt,titlepage,a4paper]{report} \usepackage[pdftex]{graphicx} \usepackage{pgfplots} \begin{document} \begin{tikzpicture} \begin{axis} \addplot coordinates {( 338.1, 266.45 )( 169.1, 143.43 )( 84.5, 64.80 )( 42.3, 34.19 )( 21.1, 9.47 )}; \end{axis} \end{tikzpicture} \end{document}