HI! I’m trying to fit the funktion in the right place in this plot but it seems to get displaced. What is wrong with the code? Is there a way to do this in Metafun? Thanks in advance Sincerely Jan-Erik \setupbodyfont[10pt] \enableregime[utf] \usemodule[tikz] \usemodule[pgfplots] \usetikzlibrary[arrows] \setuppagenumbering[location=] \starttext \definecolor[ffvvqq][r=1.,g=0.3333333333333333,b=0.] \startTEXpage \starttikzpicture[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] \startaxis [ x=1.0cm,y=1.0cm, axis lines=middle, ymajorgrids=true, xmajorgrids=true, xmin=-3.2488079448294145, xmax=34.87398305791419, ymin=-7.496155590728956, ymax=11.53265632858922, xtick={-3.0,-2.0,...,34.0}, ytick={-7.0,-6.0,...,11.0},] \clip(-3.2488079448294145,-7.496155590728956) rectangle (34.87398305791419,11.53265632858922); \draw[line width=2.pt,color=ffvvqq,smooth,samples=100,domain=-3.2488079448294145:34.87398305791419] plot(\x,{(\x)+3}); \draw[color=ffvvqq] (-3.5583519743388714,-0.7831230981304516) node {$h$}; \stopaxis \stoptikzpicture \stopTEXpage \stoptext