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
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 yesterday
belitdbelitd
704
704
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
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
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
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
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
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
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 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
add a comment |
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
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