TikZ plot too verboseProblem drawing Kiviat diagramTikZ: Drawing the same data with scatter plots and parallel coordinatestikz parameterized circle node with t-lines inside within a tree diagramNumerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionHow to create legend lines with a marker in a figure captionCoordinate Transformation for labeling with PGF-PlotDrawing 3D lattice using TikZCan someone help me doing 2 points of intersection?Help with Mini table of contents inside TikZ node on chapter start page

Are hand made posters acceptable in Academia?

Derivative of an interpolated function

Put the phone down / Put down the phone

If the Dominion rule using their Jem'Hadar troops, why is their life expectancy so low?

Writing in a Christian voice

How can a new country break out from a developed country without war?

How to test the sharpness of a knife?

A seasonal riddle

Output visual diagram of picture

What is it called when someone votes for an option that's not their first choice?

Why would five hundred and five same as one?

Started in 1987 vs. Starting in 1987

What is the meaning of "You've never met a graph you didn't like?"

Sort with assumptions

Why does the frost depth increase when the surface temperature warms up?

Magnifying glass in hyperbolic space

What should be the ideal length of sentences in a blog post for ease of reading?

Why didn’t Eve recognize the little cockroach as a living organism?

Amorphous proper classes in MK

Reasons for having MCU pin-states default to pull-up/down out of reset

Do people actually use the word "kaputt" in conversation?

Travelling in US for more than 90 days

What 1968 Moog synthesizer was used in the Movie Apollo 11?

Recursively move files within sub directories



TikZ plot too verbose


Problem drawing Kiviat diagramTikZ: Drawing the same data with scatter plots and parallel coordinatestikz parameterized circle node with t-lines inside within a tree diagramNumerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionHow to create legend lines with a marker in a figure captionCoordinate Transformation for labeling with PGF-PlotDrawing 3D lattice using TikZCan someone help me doing 2 points of intersection?Help with Mini table of contents inside TikZ node on chapter start page













0















I was wondering if there was a more succinct way to express the following plot (I'm using the plain format):



input tikz
tikzpicture
draw[help lines, ystep=.5] (-.2,-10) grid (12.5,15);
draw[->] (0, -10) to (0, 15) node[above] $y$;
draw[->] (0, 0) to (12.5, 0) node[right] $x$;
draw (1,-.5) node $1$;
draw (2,-.5) node $2$;
draw (3,-.5) node $3$;
draw (4,-.5) node $4$;
draw (5,-.5) node $5$;
draw (6,-.5) node $6$;
draw (7,-.5) node $7$;
draw (8,-.5) node $8$;
draw (9,-.5) node $9$;
draw (10,-.5) node $10$;
draw (11,-.5) node $11$;
draw (12,-.5) node $12$;

draw (-.5,-10) node $-20$;
draw (-.5,-9) node $-18$;
draw (-.5,-8) node $-16$;
draw (-.5,-7) node $-14$;
draw (-.5,-6) node $-12$;
draw (-.5,-5) node $-10$;
draw (-.5,-4) node $-8$;
draw (-.5,-3) node $-6$;
draw (-.5,-2) node $-4$;
draw (-.5,-1) node $-2$;
draw (-.5,0) node $0$;
draw (-.5,1) node $2$;
draw (-.5,2) node $4$;
draw (-.5,3) node $6$;
draw (-.5,4) node $8$;
draw (-.5,5) node $10$;

draw (0,-10) circle (2pt);
draw (1,-9) circle (2pt);
draw (2,-8) circle (2pt);
draw (3,-7) circle (2pt);
draw (4,-6) circle (2pt);
draw (5,-5) circle (2pt);
draw (6,-4) circle (2pt);
draw (7,-3) circle (2pt);
draw (8,-2) circle (2pt);
draw (9,-1) circle (2pt);
draw (10,0) circle (2pt);
draw (11,1) circle (2pt);
draw (12,2) circle (2pt);
endtikzpicture
bye


It comes out so big it doesn't fit on a page.









share


























    0















    I was wondering if there was a more succinct way to express the following plot (I'm using the plain format):



    input tikz
    tikzpicture
    draw[help lines, ystep=.5] (-.2,-10) grid (12.5,15);
    draw[->] (0, -10) to (0, 15) node[above] $y$;
    draw[->] (0, 0) to (12.5, 0) node[right] $x$;
    draw (1,-.5) node $1$;
    draw (2,-.5) node $2$;
    draw (3,-.5) node $3$;
    draw (4,-.5) node $4$;
    draw (5,-.5) node $5$;
    draw (6,-.5) node $6$;
    draw (7,-.5) node $7$;
    draw (8,-.5) node $8$;
    draw (9,-.5) node $9$;
    draw (10,-.5) node $10$;
    draw (11,-.5) node $11$;
    draw (12,-.5) node $12$;

    draw (-.5,-10) node $-20$;
    draw (-.5,-9) node $-18$;
    draw (-.5,-8) node $-16$;
    draw (-.5,-7) node $-14$;
    draw (-.5,-6) node $-12$;
    draw (-.5,-5) node $-10$;
    draw (-.5,-4) node $-8$;
    draw (-.5,-3) node $-6$;
    draw (-.5,-2) node $-4$;
    draw (-.5,-1) node $-2$;
    draw (-.5,0) node $0$;
    draw (-.5,1) node $2$;
    draw (-.5,2) node $4$;
    draw (-.5,3) node $6$;
    draw (-.5,4) node $8$;
    draw (-.5,5) node $10$;

    draw (0,-10) circle (2pt);
    draw (1,-9) circle (2pt);
    draw (2,-8) circle (2pt);
    draw (3,-7) circle (2pt);
    draw (4,-6) circle (2pt);
    draw (5,-5) circle (2pt);
    draw (6,-4) circle (2pt);
    draw (7,-3) circle (2pt);
    draw (8,-2) circle (2pt);
    draw (9,-1) circle (2pt);
    draw (10,0) circle (2pt);
    draw (11,1) circle (2pt);
    draw (12,2) circle (2pt);
    endtikzpicture
    bye


    It comes out so big it doesn't fit on a page.









    share
























      0












      0








      0








      I was wondering if there was a more succinct way to express the following plot (I'm using the plain format):



      input tikz
      tikzpicture
      draw[help lines, ystep=.5] (-.2,-10) grid (12.5,15);
      draw[->] (0, -10) to (0, 15) node[above] $y$;
      draw[->] (0, 0) to (12.5, 0) node[right] $x$;
      draw (1,-.5) node $1$;
      draw (2,-.5) node $2$;
      draw (3,-.5) node $3$;
      draw (4,-.5) node $4$;
      draw (5,-.5) node $5$;
      draw (6,-.5) node $6$;
      draw (7,-.5) node $7$;
      draw (8,-.5) node $8$;
      draw (9,-.5) node $9$;
      draw (10,-.5) node $10$;
      draw (11,-.5) node $11$;
      draw (12,-.5) node $12$;

      draw (-.5,-10) node $-20$;
      draw (-.5,-9) node $-18$;
      draw (-.5,-8) node $-16$;
      draw (-.5,-7) node $-14$;
      draw (-.5,-6) node $-12$;
      draw (-.5,-5) node $-10$;
      draw (-.5,-4) node $-8$;
      draw (-.5,-3) node $-6$;
      draw (-.5,-2) node $-4$;
      draw (-.5,-1) node $-2$;
      draw (-.5,0) node $0$;
      draw (-.5,1) node $2$;
      draw (-.5,2) node $4$;
      draw (-.5,3) node $6$;
      draw (-.5,4) node $8$;
      draw (-.5,5) node $10$;

      draw (0,-10) circle (2pt);
      draw (1,-9) circle (2pt);
      draw (2,-8) circle (2pt);
      draw (3,-7) circle (2pt);
      draw (4,-6) circle (2pt);
      draw (5,-5) circle (2pt);
      draw (6,-4) circle (2pt);
      draw (7,-3) circle (2pt);
      draw (8,-2) circle (2pt);
      draw (9,-1) circle (2pt);
      draw (10,0) circle (2pt);
      draw (11,1) circle (2pt);
      draw (12,2) circle (2pt);
      endtikzpicture
      bye


      It comes out so big it doesn't fit on a page.









      share














      I was wondering if there was a more succinct way to express the following plot (I'm using the plain format):



      input tikz
      tikzpicture
      draw[help lines, ystep=.5] (-.2,-10) grid (12.5,15);
      draw[->] (0, -10) to (0, 15) node[above] $y$;
      draw[->] (0, 0) to (12.5, 0) node[right] $x$;
      draw (1,-.5) node $1$;
      draw (2,-.5) node $2$;
      draw (3,-.5) node $3$;
      draw (4,-.5) node $4$;
      draw (5,-.5) node $5$;
      draw (6,-.5) node $6$;
      draw (7,-.5) node $7$;
      draw (8,-.5) node $8$;
      draw (9,-.5) node $9$;
      draw (10,-.5) node $10$;
      draw (11,-.5) node $11$;
      draw (12,-.5) node $12$;

      draw (-.5,-10) node $-20$;
      draw (-.5,-9) node $-18$;
      draw (-.5,-8) node $-16$;
      draw (-.5,-7) node $-14$;
      draw (-.5,-6) node $-12$;
      draw (-.5,-5) node $-10$;
      draw (-.5,-4) node $-8$;
      draw (-.5,-3) node $-6$;
      draw (-.5,-2) node $-4$;
      draw (-.5,-1) node $-2$;
      draw (-.5,0) node $0$;
      draw (-.5,1) node $2$;
      draw (-.5,2) node $4$;
      draw (-.5,3) node $6$;
      draw (-.5,4) node $8$;
      draw (-.5,5) node $10$;

      draw (0,-10) circle (2pt);
      draw (1,-9) circle (2pt);
      draw (2,-8) circle (2pt);
      draw (3,-7) circle (2pt);
      draw (4,-6) circle (2pt);
      draw (5,-5) circle (2pt);
      draw (6,-4) circle (2pt);
      draw (7,-3) circle (2pt);
      draw (8,-2) circle (2pt);
      draw (9,-1) circle (2pt);
      draw (10,0) circle (2pt);
      draw (11,1) circle (2pt);
      draw (12,2) circle (2pt);
      endtikzpicture
      bye


      It comes out so big it doesn't fit on a page.







      tikz-pgf plot plain-tex





      share












      share










      share



      share










      asked 6 mins ago









      morbusgmorbusg

      20.3k362138




      20.3k362138




















          0






          active

          oldest

          votes











          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',
          autoActivateHeartbeat: false,
          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%2f480384%2ftikz-plot-too-verbose%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f480384%2ftikz-plot-too-verbose%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

          Do these spellcasting foci from Xanathar's Guide to Everything have to be held in a hand?How do foci and somatic+material components interact when it comes to occupying a hand?Can you cast spells with a Somatic component if you're holding a two-handed weapon?Crafting an Improvised Spellcasting Focus?Can a multiclass Cleric/Warlock hold a Holy Shield and an Arcane Staff and still cast spells?Where should I report printing errors in Xanathar's Guide to Everything?Where can I purchase a legal Xanathar's Guide to Everything PDF?Can I use a hand holding a focus from one class to cover somatic components for a spell from another class?Do you need a “gameplay-wise” free hand to handle material components?Portent, as it relates to the Gambling downtime rules from Xanathar's Guide to EverythingWhat is the correct interpretation of the Gambling Results table in Xanathar's Guide to Everything?

          Can I stretch or expand an entire standalone document to fit the page? The Next CEO of Stack Overflow

          Why do some congregations only make noise at certain occasions of Haman?Purim and Shushan PurimParashat TzavSource to make noise when Haman's name is mentioned?Does anyone say not to make noise for Haman?Why is Megillat Esther the only one to receive a bracha after reading it?Why did Haman change his mind and decide to immediately hang Mordechai?Chazal empty barrels make the most noiseWhy is Megillat Esther the only Megillah that is still read from parchment?Why is v'acharei added in some siddurim?is there some significance in their relationship between Haman and Daniel?Why is only Purim to be celebrated “forever”?Why didn't Haman just kill Mordechai?