Increase thickness of graph lines larger than ultra thick
Clash Royale CLAN TAG#URR8PPP
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
add a comment |
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
add a comment |
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
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
tikz-pgf beamer pgfplots beamer-metropolis
asked Mar 15 at 9:08
belitdbelitd
754
754
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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:
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
add a comment |
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:
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
add a comment |
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:
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:
edited Mar 15 at 13:23
marmot
117k6150283
117k6150283
answered Mar 15 at 9:12
RaajaRaaja
5,32321644
5,32321644
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
add a comment |
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
wow thank you, I didn't thought it was that simple!
– belitd
Mar 15 at 9:16
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
@belitd if you find the answer useful, consider accepting it. And, you are welcome!
– Raaja
Mar 15 at 9:17
1
1
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
of course, bu I need to wait 3 minutes ^^
– belitd
Mar 15 at 9:20
3
3
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
@belitd Didnt knew of such a constraint :D sorry.
– Raaja
Mar 15 at 9:21
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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