Error with code from geogebra











up vote
1
down vote

favorite












Hi everybody I'm trying to draw a graph from geogebra, but i don't know why, but there's an error. :(



Could you help me? thanks



documentclass[border=5mm]{standalone}
usepackage{pgf,tikz}
usetikzlibrary{arrows}
pagestyle{empty}
begin{document}
definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below] {footnotesize $x$};
draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left] {footnotesize $y$};
draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});
draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
begin{scriptsize}
draw[color=black] (-2.5402884173913045,-4.741547786434222) node {$f$};
draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node {$g$};
end{scriptsize}
end{tikzpicture}
end{document}









share|improve this question
























  • Which error do you get? Add the complete error message to your question (copy it from log file).
    – Kurt
    2 hours ago















up vote
1
down vote

favorite












Hi everybody I'm trying to draw a graph from geogebra, but i don't know why, but there's an error. :(



Could you help me? thanks



documentclass[border=5mm]{standalone}
usepackage{pgf,tikz}
usetikzlibrary{arrows}
pagestyle{empty}
begin{document}
definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below] {footnotesize $x$};
draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left] {footnotesize $y$};
draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});
draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
begin{scriptsize}
draw[color=black] (-2.5402884173913045,-4.741547786434222) node {$f$};
draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node {$g$};
end{scriptsize}
end{tikzpicture}
end{document}









share|improve this question
























  • Which error do you get? Add the complete error message to your question (copy it from log file).
    – Kurt
    2 hours ago













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Hi everybody I'm trying to draw a graph from geogebra, but i don't know why, but there's an error. :(



Could you help me? thanks



documentclass[border=5mm]{standalone}
usepackage{pgf,tikz}
usetikzlibrary{arrows}
pagestyle{empty}
begin{document}
definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below] {footnotesize $x$};
draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left] {footnotesize $y$};
draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});
draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
begin{scriptsize}
draw[color=black] (-2.5402884173913045,-4.741547786434222) node {$f$};
draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node {$g$};
end{scriptsize}
end{tikzpicture}
end{document}









share|improve this question















Hi everybody I'm trying to draw a graph from geogebra, but i don't know why, but there's an error. :(



Could you help me? thanks



documentclass[border=5mm]{standalone}
usepackage{pgf,tikz}
usetikzlibrary{arrows}
pagestyle{empty}
begin{document}
definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below] {footnotesize $x$};
draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left] {footnotesize $y$};
draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});
draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
begin{scriptsize}
draw[color=black] (-2.5402884173913045,-4.741547786434222) node {$f$};
draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node {$g$};
end{scriptsize}
end{tikzpicture}
end{document}






tikz-pgf






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









Kurt

34.1k846157




34.1k846157










asked 2 hours ago









ryuk

938717




938717












  • Which error do you get? Add the complete error message to your question (copy it from log file).
    – Kurt
    2 hours ago


















  • Which error do you get? Add the complete error message to your question (copy it from log file).
    – Kurt
    2 hours ago
















Which error do you get? Add the complete error message to your question (copy it from log file).
– Kurt
2 hours ago




Which error do you get? Add the complete error message to your question (copy it from log file).
– Kurt
2 hours ago










1 Answer
1






active

oldest

votes

















up vote
2
down vote













The culprit is



draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});


but the good news is that there is absolutely no need to use this large plot range.



documentclass[border=5mm]{standalone}
usepackage{pgf,tikz}
usetikzlibrary{arrows}
pagestyle{empty}
begin{document}
definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
{draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below]
{footnotesize $x$};}
draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
{draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left]
{footnotesize $y$};}
draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-4:4]
plot(x,{1.0/2.0*(x)^3-2*(x)}); %13.60966
draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
draw[color=black] (-2.5402884173913045,-4.741547786434222)
node[font=scriptsize] {$f$};
draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node[font=scriptsize] {$g$};
end{tikzpicture}
end{document}


enter image description here



I would also like to mention that you pursue a strategy which is IMHO somewhat peculiar. You employ some software, GEOCobra, which produces a code that you seem to not 100% understand. And then you seek help on an online forum. Don't get me wrong, there is by itself nothing really wrong with that. However, I personally would not like to be at the mercy of such software which, if I understand you correctly, produces an output that leads to errors. BTW, the code is really far from pretty or elegant. If I was you, I would consider abandoning GEOCobra and switch to pgfplots, where such plots can be produced with ease, and you will be safe from the dimension too large error you got here.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462892%2ferror-with-code-from-geogebra%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    The culprit is



    draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});


    but the good news is that there is absolutely no need to use this large plot range.



    documentclass[border=5mm]{standalone}
    usepackage{pgf,tikz}
    usetikzlibrary{arrows}
    pagestyle{empty}
    begin{document}
    definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
    definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
    begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
    draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
    draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
    foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
    {draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below]
    {footnotesize $x$};}
    draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
    foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
    {draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left]
    {footnotesize $y$};}
    draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
    clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
    draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-4:4]
    plot(x,{1.0/2.0*(x)^3-2*(x)}); %13.60966
    draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
    draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
    draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
    draw[color=black] (-2.5402884173913045,-4.741547786434222)
    node[font=scriptsize] {$f$};
    draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node[font=scriptsize] {$g$};
    end{tikzpicture}
    end{document}


    enter image description here



    I would also like to mention that you pursue a strategy which is IMHO somewhat peculiar. You employ some software, GEOCobra, which produces a code that you seem to not 100% understand. And then you seek help on an online forum. Don't get me wrong, there is by itself nothing really wrong with that. However, I personally would not like to be at the mercy of such software which, if I understand you correctly, produces an output that leads to errors. BTW, the code is really far from pretty or elegant. If I was you, I would consider abandoning GEOCobra and switch to pgfplots, where such plots can be produced with ease, and you will be safe from the dimension too large error you got here.






    share|improve this answer



























      up vote
      2
      down vote













      The culprit is



      draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});


      but the good news is that there is absolutely no need to use this large plot range.



      documentclass[border=5mm]{standalone}
      usepackage{pgf,tikz}
      usetikzlibrary{arrows}
      pagestyle{empty}
      begin{document}
      definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
      definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
      begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
      draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
      draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
      foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
      {draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below]
      {footnotesize $x$};}
      draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
      foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
      {draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left]
      {footnotesize $y$};}
      draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
      clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
      draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-4:4]
      plot(x,{1.0/2.0*(x)^3-2*(x)}); %13.60966
      draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
      draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
      draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
      draw[color=black] (-2.5402884173913045,-4.741547786434222)
      node[font=scriptsize] {$f$};
      draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node[font=scriptsize] {$g$};
      end{tikzpicture}
      end{document}


      enter image description here



      I would also like to mention that you pursue a strategy which is IMHO somewhat peculiar. You employ some software, GEOCobra, which produces a code that you seem to not 100% understand. And then you seek help on an online forum. Don't get me wrong, there is by itself nothing really wrong with that. However, I personally would not like to be at the mercy of such software which, if I understand you correctly, produces an output that leads to errors. BTW, the code is really far from pretty or elegant. If I was you, I would consider abandoning GEOCobra and switch to pgfplots, where such plots can be produced with ease, and you will be safe from the dimension too large error you got here.






      share|improve this answer

























        up vote
        2
        down vote










        up vote
        2
        down vote









        The culprit is



        draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});


        but the good news is that there is absolutely no need to use this large plot range.



        documentclass[border=5mm]{standalone}
        usepackage{pgf,tikz}
        usetikzlibrary{arrows}
        pagestyle{empty}
        begin{document}
        definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
        definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
        begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
        draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
        draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
        foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
        {draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below]
        {footnotesize $x$};}
        draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
        foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
        {draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left]
        {footnotesize $y$};}
        draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
        clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
        draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-4:4]
        plot(x,{1.0/2.0*(x)^3-2*(x)}); %13.60966
        draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
        draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
        draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
        draw[color=black] (-2.5402884173913045,-4.741547786434222)
        node[font=scriptsize] {$f$};
        draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node[font=scriptsize] {$g$};
        end{tikzpicture}
        end{document}


        enter image description here



        I would also like to mention that you pursue a strategy which is IMHO somewhat peculiar. You employ some software, GEOCobra, which produces a code that you seem to not 100% understand. And then you seek help on an online forum. Don't get me wrong, there is by itself nothing really wrong with that. However, I personally would not like to be at the mercy of such software which, if I understand you correctly, produces an output that leads to errors. BTW, the code is really far from pretty or elegant. If I was you, I would consider abandoning GEOCobra and switch to pgfplots, where such plots can be produced with ease, and you will be safe from the dimension too large error you got here.






        share|improve this answer














        The culprit is



        draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/2.0*(x)^(3.0)-2.0*(x)});


        but the good news is that there is absolutely no need to use this large plot range.



        documentclass[border=5mm]{standalone}
        usepackage{pgf,tikz}
        usetikzlibrary{arrows}
        pagestyle{empty}
        begin{document}
        definecolor{ffqqqq}{rgb}{1.0,0.0,0.0}
        definecolor{cqcqcq}{rgb}{0.7529411764705882,0.7529411764705882,0.7529411764705882}
        begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
        draw [color=cqcqcq,dash pattern=on 2pt off 2pt, xstep=1.0cm,ystep=1.0cm] (-5.0,-5.000000000000001) grid (13.60966,6.550825852439807);
        draw[->,color=black] (-5.0,0.0) -- (13.60966,0.0);
        foreach x in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0,11.0,12.0,13.0}
        {draw[shift={(x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below]
        {footnotesize $x$};}
        draw[->,color=black] (0.0,-5.000000000000001) -- (0.0,6.550825852439807);
        foreach y in {-5.0,-4.0,-3.0,-2.0,-1.0,1.0,2.0,3.0,4.0,5.0,6.0}
        {draw[shift={(0,y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left]
        {footnotesize $y$};}
        draw[color=black] (0pt,-10pt) node[right] {footnotesize $0$};
        clip(-5.0,-5.000000000000001) rectangle (13.60966,6.550825852439807);
        draw[line width=2.8000000000000003pt,smooth,samples=100,domain=-4:4]
        plot(x,{1.0/2.0*(x)^3-2*(x)}); %13.60966
        draw (-4.498348295652174,4.244636869852858) node[anchor=north west] {$f(x) , = ,frac{1}{2} ; x^{3} - 2 ; x$};
        draw[line width=2.8000000000000003pt,color=ffqqqq,smooth,samples=100,domain=-5.0:13.60966] plot(x,{1.0/((x)^(2.0)+1.0)});
        draw [color=ffqqqq](3.6251728521739124,3.349994592125162) node[anchor=north west] {$g(x) , = ,frac{1}{x^{2} + 1}$};
        draw[color=black] (-2.5402884173913045,-4.741547786434222)
        node[font=scriptsize] {$f$};
        draw[color=ffqqqq] (-4.870541495652174,-0.08940794225020257) node[font=scriptsize] {$g$};
        end{tikzpicture}
        end{document}


        enter image description here



        I would also like to mention that you pursue a strategy which is IMHO somewhat peculiar. You employ some software, GEOCobra, which produces a code that you seem to not 100% understand. And then you seek help on an online forum. Don't get me wrong, there is by itself nothing really wrong with that. However, I personally would not like to be at the mercy of such software which, if I understand you correctly, produces an output that leads to errors. BTW, the code is really far from pretty or elegant. If I was you, I would consider abandoning GEOCobra and switch to pgfplots, where such plots can be produced with ease, and you will be safe from the dimension too large error you got here.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        marmot

        80.1k491171




        80.1k491171






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462892%2ferror-with-code-from-geogebra%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks