Increase thickness of graph lines larger than ultra thickHow to increase the thickness of the graph lines and remove the point?Lines missing in the graphGrouped bar chartIncrease the thickness of node border in TikZpgfplots: Adding additional lines to a graphConnecting points on graph via dotted linesTikZ: draw line thickness less than 0.1 mmDrawing lines half the thickness of the default thicknessHow to increase legend lines lengths in PGFplotsHow to increase the thickness of the graph lines and remove the point?some lines appear thick, others do not

Is it possible to upcast ritual spells?

Are Roman Catholic priests ever addressed as pastor

Is it normal that my co-workers at a fitness company criticize my food choices?

Violin - Can double stops be played when the strings are not next to each other?

What Firewall and configuration to use for a the average Ubuntu desktop users?

Are all passive ability checks floors for active ability checks?

A formula for delta function in quantum mechanics

Why does a Star of David appear at a rally with Francisco Franco?

What is the significance behind "40 days" that often appears in the Bible?

Print a physical multiplication table

Passing arguments from one script to another

Time travel from stationary position?

Have the tides ever turned twice on any open problem?

how to draw this figure in latex

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

Welcoming 2019 Pi day: How to draw the letter π?

Recruiter wants very extensive technical details about all of my previous work

I got the following comment from a reputed math journal. What does it mean?

Are ETF trackers fundamentally better than individual stocks?

Can a one-dimensional blade cut everything ? (chainsaw) (Sword)

What did Alexander Pope mean by "Expletives their feeble Aid do join"?

Is there a symmetric-key algorithm which we can use for creating a signature?

Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?

What are substitutions for coconut in curry?



Increase thickness of graph lines larger than ultra thick


How to increase the thickness of the graph lines and remove the point?Lines missing in the graphGrouped bar chartIncrease the thickness of node border in TikZpgfplots: Adding additional lines to a graphConnecting points on graph via dotted linesTikZ: draw line thickness less than 0.1 mmDrawing lines half the thickness of the default thicknessHow to increase legend lines lengths in PGFplotsHow to increase the thickness of the graph lines and remove the point?some lines appear thick, others do not













8















I have a beamer presentation with some pgfplots graphs and want to increase their thickness. I found this answer How to increase the thickness of the graph lines and remove the point?, but I found ultra thick not thick enough and I do not have enough rep. to comment.



My question is: is there a way to increase the thickness of graph lines to obtain lines larger than with the ultra thick option?



documentclass[10pt]beamer

usetheme[progressbar=frametitle, background=dark]metropolis
usepackageappendixnumberbeamer

usepackagepgfplots

usepackagexspace
newcommandthemenametextbftextscmetropolisxspace

usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[english]babel

usepackageamsmath
usepackageamssymb
usepackagesubcaption
usepackagetikz

pgfplotssetcompat=1.8
usepgfplotslibrarystatistics

definecolordarkgreenrgb0.05,0.5,0.
definecolorlightgrayRGB50, 60, 60
definecolorpitchblackRGB0, 0, 0
definecolorlightbeigeRGB255, 251, 241
definecolormediumgrayRGB200, 200, 200

setbeamercolorbackground canvasbg=pitchblack
setbeamercolornormal textfg=lightbeige
setbeamercolorframetitlebg=lightgray, fg=mediumgray

begindocument

beginframe[fragile]
frametitleDetails

begintikzpicture[>=latex, scale=0.5]
beginaxis[
name=ax1,
legend entries=AAA, BBB, CCC, DDD,
legend style=at=(1.12,-0.55),anchor=south, fill=black, font=Large,
ymode = log,
width=linewidth,
xtick=0,500,...,3000,
xlabel=XXX,
ylabel=YYY,
x label style=at=(axis description cs:0.5,-0.08),anchor=north, font=Large,
y label style=at=(axis description cs:0,1.03),rotate=-90,anchor=south, font=Large,
xmin= 100,
xmax=3000,
ymin=500,
ymax=25000,
every axis plot/.append style=ultra thick
]

addplot+ [mark=*, mark options=scale=.5] table
186 3153
218 2906
492 1573
678 1253
1082 1020
1609 881
2184 695
3957 480
;

addplot+ [mark=*, mark options=scale=.5] table
193 3464
279 2684
514 1576
810 1218
1245 1007
1827 883
2826 707
5429 508
;

addplot+ [mark=star, mark options=scale=.5, color=darkgreen] table
186 29407
218 26208
492 18350
678 14339
1082 13045
1609 8245
2184 6257
3957 3934
;

addplot+ [mark=star, mark options=scale=.5, white] table
186 28637
218 25286
492 17667
678 13855
1082 12837
1609 7909
2184 5904
3957 3806
;
legend
endaxis

endtikzpicture

endframe

enddocument









share|improve this question


























    8















    I have a beamer presentation with some pgfplots graphs and want to increase their thickness. I found this answer How to increase the thickness of the graph lines and remove the point?, but I found ultra thick not thick enough and I do not have enough rep. to comment.



    My question is: is there a way to increase the thickness of graph lines to obtain lines larger than with the ultra thick option?



    documentclass[10pt]beamer

    usetheme[progressbar=frametitle, background=dark]metropolis
    usepackageappendixnumberbeamer

    usepackagepgfplots

    usepackagexspace
    newcommandthemenametextbftextscmetropolisxspace

    usepackage[T1]fontenc
    usepackage[utf8]inputenc
    usepackage[english]babel

    usepackageamsmath
    usepackageamssymb
    usepackagesubcaption
    usepackagetikz

    pgfplotssetcompat=1.8
    usepgfplotslibrarystatistics

    definecolordarkgreenrgb0.05,0.5,0.
    definecolorlightgrayRGB50, 60, 60
    definecolorpitchblackRGB0, 0, 0
    definecolorlightbeigeRGB255, 251, 241
    definecolormediumgrayRGB200, 200, 200

    setbeamercolorbackground canvasbg=pitchblack
    setbeamercolornormal textfg=lightbeige
    setbeamercolorframetitlebg=lightgray, fg=mediumgray

    begindocument

    beginframe[fragile]
    frametitleDetails

    begintikzpicture[>=latex, scale=0.5]
    beginaxis[
    name=ax1,
    legend entries=AAA, BBB, CCC, DDD,
    legend style=at=(1.12,-0.55),anchor=south, fill=black, font=Large,
    ymode = log,
    width=linewidth,
    xtick=0,500,...,3000,
    xlabel=XXX,
    ylabel=YYY,
    x label style=at=(axis description cs:0.5,-0.08),anchor=north, font=Large,
    y label style=at=(axis description cs:0,1.03),rotate=-90,anchor=south, font=Large,
    xmin= 100,
    xmax=3000,
    ymin=500,
    ymax=25000,
    every axis plot/.append style=ultra thick
    ]

    addplot+ [mark=*, mark options=scale=.5] table
    186 3153
    218 2906
    492 1573
    678 1253
    1082 1020
    1609 881
    2184 695
    3957 480
    ;

    addplot+ [mark=*, mark options=scale=.5] table
    193 3464
    279 2684
    514 1576
    810 1218
    1245 1007
    1827 883
    2826 707
    5429 508
    ;

    addplot+ [mark=star, mark options=scale=.5, color=darkgreen] table
    186 29407
    218 26208
    492 18350
    678 14339
    1082 13045
    1609 8245
    2184 6257
    3957 3934
    ;

    addplot+ [mark=star, mark options=scale=.5, white] table
    186 28637
    218 25286
    492 17667
    678 13855
    1082 12837
    1609 7909
    2184 5904
    3957 3806
    ;
    legend
    endaxis

    endtikzpicture

    endframe

    enddocument









    share|improve this question
























      8












      8








      8








      I have a beamer presentation with some pgfplots graphs and want to increase their thickness. I found this answer How to increase the thickness of the graph lines and remove the point?, but I found ultra thick not thick enough and I do not have enough rep. to comment.



      My question is: is there a way to increase the thickness of graph lines to obtain lines larger than with the ultra thick option?



      documentclass[10pt]beamer

      usetheme[progressbar=frametitle, background=dark]metropolis
      usepackageappendixnumberbeamer

      usepackagepgfplots

      usepackagexspace
      newcommandthemenametextbftextscmetropolisxspace

      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackage[english]babel

      usepackageamsmath
      usepackageamssymb
      usepackagesubcaption
      usepackagetikz

      pgfplotssetcompat=1.8
      usepgfplotslibrarystatistics

      definecolordarkgreenrgb0.05,0.5,0.
      definecolorlightgrayRGB50, 60, 60
      definecolorpitchblackRGB0, 0, 0
      definecolorlightbeigeRGB255, 251, 241
      definecolormediumgrayRGB200, 200, 200

      setbeamercolorbackground canvasbg=pitchblack
      setbeamercolornormal textfg=lightbeige
      setbeamercolorframetitlebg=lightgray, fg=mediumgray

      begindocument

      beginframe[fragile]
      frametitleDetails

      begintikzpicture[>=latex, scale=0.5]
      beginaxis[
      name=ax1,
      legend entries=AAA, BBB, CCC, DDD,
      legend style=at=(1.12,-0.55),anchor=south, fill=black, font=Large,
      ymode = log,
      width=linewidth,
      xtick=0,500,...,3000,
      xlabel=XXX,
      ylabel=YYY,
      x label style=at=(axis description cs:0.5,-0.08),anchor=north, font=Large,
      y label style=at=(axis description cs:0,1.03),rotate=-90,anchor=south, font=Large,
      xmin= 100,
      xmax=3000,
      ymin=500,
      ymax=25000,
      every axis plot/.append style=ultra thick
      ]

      addplot+ [mark=*, mark options=scale=.5] table
      186 3153
      218 2906
      492 1573
      678 1253
      1082 1020
      1609 881
      2184 695
      3957 480
      ;

      addplot+ [mark=*, mark options=scale=.5] table
      193 3464
      279 2684
      514 1576
      810 1218
      1245 1007
      1827 883
      2826 707
      5429 508
      ;

      addplot+ [mark=star, mark options=scale=.5, color=darkgreen] table
      186 29407
      218 26208
      492 18350
      678 14339
      1082 13045
      1609 8245
      2184 6257
      3957 3934
      ;

      addplot+ [mark=star, mark options=scale=.5, white] table
      186 28637
      218 25286
      492 17667
      678 13855
      1082 12837
      1609 7909
      2184 5904
      3957 3806
      ;
      legend
      endaxis

      endtikzpicture

      endframe

      enddocument









      share|improve this question














      I have a beamer presentation with some pgfplots graphs and want to increase their thickness. I found this answer How to increase the thickness of the graph lines and remove the point?, but I found ultra thick not thick enough and I do not have enough rep. to comment.



      My question is: is there a way to increase the thickness of graph lines to obtain lines larger than with the ultra thick option?



      documentclass[10pt]beamer

      usetheme[progressbar=frametitle, background=dark]metropolis
      usepackageappendixnumberbeamer

      usepackagepgfplots

      usepackagexspace
      newcommandthemenametextbftextscmetropolisxspace

      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackage[english]babel

      usepackageamsmath
      usepackageamssymb
      usepackagesubcaption
      usepackagetikz

      pgfplotssetcompat=1.8
      usepgfplotslibrarystatistics

      definecolordarkgreenrgb0.05,0.5,0.
      definecolorlightgrayRGB50, 60, 60
      definecolorpitchblackRGB0, 0, 0
      definecolorlightbeigeRGB255, 251, 241
      definecolormediumgrayRGB200, 200, 200

      setbeamercolorbackground canvasbg=pitchblack
      setbeamercolornormal textfg=lightbeige
      setbeamercolorframetitlebg=lightgray, fg=mediumgray

      begindocument

      beginframe[fragile]
      frametitleDetails

      begintikzpicture[>=latex, scale=0.5]
      beginaxis[
      name=ax1,
      legend entries=AAA, BBB, CCC, DDD,
      legend style=at=(1.12,-0.55),anchor=south, fill=black, font=Large,
      ymode = log,
      width=linewidth,
      xtick=0,500,...,3000,
      xlabel=XXX,
      ylabel=YYY,
      x label style=at=(axis description cs:0.5,-0.08),anchor=north, font=Large,
      y label style=at=(axis description cs:0,1.03),rotate=-90,anchor=south, font=Large,
      xmin= 100,
      xmax=3000,
      ymin=500,
      ymax=25000,
      every axis plot/.append style=ultra thick
      ]

      addplot+ [mark=*, mark options=scale=.5] table
      186 3153
      218 2906
      492 1573
      678 1253
      1082 1020
      1609 881
      2184 695
      3957 480
      ;

      addplot+ [mark=*, mark options=scale=.5] table
      193 3464
      279 2684
      514 1576
      810 1218
      1245 1007
      1827 883
      2826 707
      5429 508
      ;

      addplot+ [mark=star, mark options=scale=.5, color=darkgreen] table
      186 29407
      218 26208
      492 18350
      678 14339
      1082 13045
      1609 8245
      2184 6257
      3957 3934
      ;

      addplot+ [mark=star, mark options=scale=.5, white] table
      186 28637
      218 25286
      492 17667
      678 13855
      1082 12837
      1609 7909
      2184 5904
      3957 3806
      ;
      legend
      endaxis

      endtikzpicture

      endframe

      enddocument






      tikz-pgf beamer pgfplots beamer-metropolis






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      belitdbelitd

      704




      704




















          1 Answer
          1






          active

          oldest

          votes


















          10














          Using line width option would do the job.



          documentclass[tikz]standalone
          RequirePackagepgfplots
          begindocument
          begintikzpicture
          beginaxis
          addplot+[ultra thick, , mark=none] coordinates (0,1.5) (1,1.5);
          addplot+[line width=10pt, mark=none] coordinates (0,0.5) (1,0.5);
          endaxis
          endtikzpicture

          enddocument


          to get:



          enter image description here






          share|improve this answer

























          • wow thank you, I didn't thought it was that simple!

            – belitd
            yesterday











          • @belitd if you find the answer useful, consider accepting it. And, you are welcome!

            – Raaja
            yesterday







          • 1





            of course, bu I need to wait 3 minutes ^^

            – belitd
            yesterday






          • 3





            @belitd Didnt knew of such a constraint :D sorry.

            – Raaja
            yesterday










          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%2f479583%2fincrease-thickness-of-graph-lines-larger-than-ultra-thick%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









          10














          Using line width option would do the job.



          documentclass[tikz]standalone
          RequirePackagepgfplots
          begindocument
          begintikzpicture
          beginaxis
          addplot+[ultra thick, , mark=none] coordinates (0,1.5) (1,1.5);
          addplot+[line width=10pt, mark=none] coordinates (0,0.5) (1,0.5);
          endaxis
          endtikzpicture

          enddocument


          to get:



          enter image description here






          share|improve this answer

























          • wow thank you, I didn't thought it was that simple!

            – belitd
            yesterday











          • @belitd if you find the answer useful, consider accepting it. And, you are welcome!

            – Raaja
            yesterday







          • 1





            of course, bu I need to wait 3 minutes ^^

            – belitd
            yesterday






          • 3





            @belitd Didnt knew of such a constraint :D sorry.

            – Raaja
            yesterday















          10














          Using line width option would do the job.



          documentclass[tikz]standalone
          RequirePackagepgfplots
          begindocument
          begintikzpicture
          beginaxis
          addplot+[ultra thick, , mark=none] coordinates (0,1.5) (1,1.5);
          addplot+[line width=10pt, mark=none] coordinates (0,0.5) (1,0.5);
          endaxis
          endtikzpicture

          enddocument


          to get:



          enter image description here






          share|improve this answer

























          • wow thank you, I didn't thought it was that simple!

            – belitd
            yesterday











          • @belitd if you find the answer useful, consider accepting it. And, you are welcome!

            – Raaja
            yesterday







          • 1





            of course, bu I need to wait 3 minutes ^^

            – belitd
            yesterday






          • 3





            @belitd Didnt knew of such a constraint :D sorry.

            – Raaja
            yesterday













          10












          10








          10







          Using line width option would do the job.



          documentclass[tikz]standalone
          RequirePackagepgfplots
          begindocument
          begintikzpicture
          beginaxis
          addplot+[ultra thick, , mark=none] coordinates (0,1.5) (1,1.5);
          addplot+[line width=10pt, mark=none] coordinates (0,0.5) (1,0.5);
          endaxis
          endtikzpicture

          enddocument


          to get:



          enter image description here






          share|improve this answer















          Using line width option would do the job.



          documentclass[tikz]standalone
          RequirePackagepgfplots
          begindocument
          begintikzpicture
          beginaxis
          addplot+[ultra thick, , mark=none] coordinates (0,1.5) (1,1.5);
          addplot+[line width=10pt, mark=none] coordinates (0,0.5) (1,0.5);
          endaxis
          endtikzpicture

          enddocument


          to get:



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited yesterday









          marmot

          109k5133251




          109k5133251










          answered yesterday









          RaajaRaaja

          4,99421542




          4,99421542












          • wow thank you, I didn't thought it was that simple!

            – belitd
            yesterday











          • @belitd if you find the answer useful, consider accepting it. And, you are welcome!

            – Raaja
            yesterday







          • 1





            of course, bu I need to wait 3 minutes ^^

            – belitd
            yesterday






          • 3





            @belitd Didnt knew of such a constraint :D sorry.

            – Raaja
            yesterday

















          • wow thank you, I didn't thought it was that simple!

            – belitd
            yesterday











          • @belitd if you find the answer useful, consider accepting it. And, you are welcome!

            – Raaja
            yesterday







          • 1





            of course, bu I need to wait 3 minutes ^^

            – belitd
            yesterday






          • 3





            @belitd Didnt knew of such a constraint :D sorry.

            – Raaja
            yesterday
















          wow thank you, I didn't thought it was that simple!

          – belitd
          yesterday





          wow thank you, I didn't thought it was that simple!

          – belitd
          yesterday













          @belitd if you find the answer useful, consider accepting it. And, you are welcome!

          – Raaja
          yesterday






          @belitd if you find the answer useful, consider accepting it. And, you are welcome!

          – Raaja
          yesterday





          1




          1





          of course, bu I need to wait 3 minutes ^^

          – belitd
          yesterday





          of course, bu I need to wait 3 minutes ^^

          – belitd
          yesterday




          3




          3





          @belitd Didnt knew of such a constraint :D sorry.

          – Raaja
          yesterday





          @belitd Didnt knew of such a constraint :D sorry.

          – Raaja
          yesterday

















          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%2f479583%2fincrease-thickness-of-graph-lines-larger-than-ultra-thick%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

          Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

          Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

          Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High