Aligning group plot titles horizontallyGrouped bar chartbar width not recognized in group plotCentering group plot figureHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?How to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphpgfplots: percentage in matrix plotPgfplots for every group plotSpy glasses in a group plotCenter the axes in the coordinate origin

Is ideal gas incompressible?

Results relying on higher derived algebraic geometry

Keeping the dodos out of the field

A nasty indefinite integral

Why do testers need root cause analysis?

Is it OK to look at the list of played moves during the game to determine the status of the 50 move rule?

Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?

Why is this python script running in background consuming 100 % CPU?

Shell builtin `printf` line limit?

Passport queue length in UK in relation to arrival method

Does the fact that we can only measure the two-way speed of light undermine the axiom of invariance?

Is there an idiom that means that you are in a very strong negotiation position in a negotiation?

How could the B-29 bomber back up under its own power?

Nunc est bibendum: gerund or gerundive?

Are there historical examples of audiences drawn to a work that was "so bad it's good"?

Way of refund if scammed?

Computing elements of a 1000 x 60 matrix exhausts RAM

Make the `diff` command look only for differences from a specified range of lines

What defines a person who is circumcised "of the heart"?

What is the required burn to keep a satellite at a Lagrangian point?

Can a UK national work as a paid shop assistant in the USA?

Is it normal to "extract a paper" from a master thesis?

nginx conf: http2 module not working in Chrome in ubuntu 18.04

What is the winged creature on the back of the Mordenkainen's Tome of Foes book?



Aligning group plot titles horizontally


Grouped bar chartbar width not recognized in group plotCentering group plot figureHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?How to hide empty (value 0) ybars with pgfplots?Show mark labels near marks and not centered in ybar interaval graphpgfplots: percentage in matrix plotPgfplots for every group plotSpy glasses in a group plotCenter the axes in the coordinate origin













3















I'm trying to figure out why my plot titles are not horizontally aligned. I tried several sources but could not find an option to control title alignment. Below image is what I get. As you can see Kingsbury and Northcote are not on the same level.



Group plot with misaligned titles



This is my latex code



documentclass[preview]standalone
usepackagefilecontents
usepackagepgfplots
usepackagetikz
usepgfplotslibrarygroupplots
pgfplotssetcompat=newest
usepackagecaption,subcaption

beginfilecontents*cossim.csv
SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
endfilecontents*

begindocument

pgfplotsset
axis background/.style=fill=mygrey,
tick style=mygrey2,
tick label style=mygrey2,
grid=both,
ytick pos=left,
tick style=
major grid style=style=white,line width=1pt,
minor grid style=mygrey3,
tick align=outside,
,
commonstyle/.style=
draw=white,
mark=*,
,
midystyle/.style =
yticklabels=,,,
ytick style=draw=none,
ylabel = ,
,
midxstyle/.style =
xtick style=draw=none,
xlabel = ,
,
cossimstyle/.style =
ymin = 0.998,
,


definecolormygreyRGB229,229,229
definecolormygrey2RGB127,127,127
definecolormygrey3RGB240,240,240
definecolorcLargeRGB31,120,180
definecolorcVerySmallRGB253,191,111

begintikzpicture%

begingroupplot[%
group style=%
group name=QuantileError,%
group size= 2 by 1,%
horizontal sep = 0.1cm,
,%
width=0.3textwidth,
height=0.4textwidth,
legend cell align=left, %
legend style=draw=white, fill=mygrey3,%
every axis label/.style=font=small,%
ticklabel style = font=tiny,%
yticklabel style=/pgf/number
format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
x tick label style=rotate=90, anchor=east,
scaled x ticks=false,
xticklabel style=/pgf/number
format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
]%

%%%%% ROW1 Start %%%%%
nextgroupplot[%
commonstyle,
midxstyle,
cossimstyle,
legend to name=mainplot,%
legend style=legend columns=4,%
ylabel=Cosine similarity,%
title=Kingsbury,
]%
addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
col sep=comma]cossim.csv;%

nextgroupplot[%
commonstyle,
midystyle,
midxstyle,
cossimstyle,
title=Northcote,
]%
addplot[color=cLarge] table [x=SAE, y=Northcote large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
col sep=comma]cossim.csv;%
endgroupplot
endtikzpicture

enddocument









share|improve this question



















  • 1





    because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

    – Zarko
    May 15 at 3:23
















3















I'm trying to figure out why my plot titles are not horizontally aligned. I tried several sources but could not find an option to control title alignment. Below image is what I get. As you can see Kingsbury and Northcote are not on the same level.



Group plot with misaligned titles



This is my latex code



documentclass[preview]standalone
usepackagefilecontents
usepackagepgfplots
usepackagetikz
usepgfplotslibrarygroupplots
pgfplotssetcompat=newest
usepackagecaption,subcaption

beginfilecontents*cossim.csv
SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
endfilecontents*

begindocument

pgfplotsset
axis background/.style=fill=mygrey,
tick style=mygrey2,
tick label style=mygrey2,
grid=both,
ytick pos=left,
tick style=
major grid style=style=white,line width=1pt,
minor grid style=mygrey3,
tick align=outside,
,
commonstyle/.style=
draw=white,
mark=*,
,
midystyle/.style =
yticklabels=,,,
ytick style=draw=none,
ylabel = ,
,
midxstyle/.style =
xtick style=draw=none,
xlabel = ,
,
cossimstyle/.style =
ymin = 0.998,
,


definecolormygreyRGB229,229,229
definecolormygrey2RGB127,127,127
definecolormygrey3RGB240,240,240
definecolorcLargeRGB31,120,180
definecolorcVerySmallRGB253,191,111

begintikzpicture%

begingroupplot[%
group style=%
group name=QuantileError,%
group size= 2 by 1,%
horizontal sep = 0.1cm,
,%
width=0.3textwidth,
height=0.4textwidth,
legend cell align=left, %
legend style=draw=white, fill=mygrey3,%
every axis label/.style=font=small,%
ticklabel style = font=tiny,%
yticklabel style=/pgf/number
format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
x tick label style=rotate=90, anchor=east,
scaled x ticks=false,
xticklabel style=/pgf/number
format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
]%

%%%%% ROW1 Start %%%%%
nextgroupplot[%
commonstyle,
midxstyle,
cossimstyle,
legend to name=mainplot,%
legend style=legend columns=4,%
ylabel=Cosine similarity,%
title=Kingsbury,
]%
addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
col sep=comma]cossim.csv;%

nextgroupplot[%
commonstyle,
midystyle,
midxstyle,
cossimstyle,
title=Northcote,
]%
addplot[color=cLarge] table [x=SAE, y=Northcote large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
col sep=comma]cossim.csv;%
endgroupplot
endtikzpicture

enddocument









share|improve this question



















  • 1





    because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

    – Zarko
    May 15 at 3:23














3












3








3








I'm trying to figure out why my plot titles are not horizontally aligned. I tried several sources but could not find an option to control title alignment. Below image is what I get. As you can see Kingsbury and Northcote are not on the same level.



Group plot with misaligned titles



This is my latex code



documentclass[preview]standalone
usepackagefilecontents
usepackagepgfplots
usepackagetikz
usepgfplotslibrarygroupplots
pgfplotssetcompat=newest
usepackagecaption,subcaption

beginfilecontents*cossim.csv
SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
endfilecontents*

begindocument

pgfplotsset
axis background/.style=fill=mygrey,
tick style=mygrey2,
tick label style=mygrey2,
grid=both,
ytick pos=left,
tick style=
major grid style=style=white,line width=1pt,
minor grid style=mygrey3,
tick align=outside,
,
commonstyle/.style=
draw=white,
mark=*,
,
midystyle/.style =
yticklabels=,,,
ytick style=draw=none,
ylabel = ,
,
midxstyle/.style =
xtick style=draw=none,
xlabel = ,
,
cossimstyle/.style =
ymin = 0.998,
,


definecolormygreyRGB229,229,229
definecolormygrey2RGB127,127,127
definecolormygrey3RGB240,240,240
definecolorcLargeRGB31,120,180
definecolorcVerySmallRGB253,191,111

begintikzpicture%

begingroupplot[%
group style=%
group name=QuantileError,%
group size= 2 by 1,%
horizontal sep = 0.1cm,
,%
width=0.3textwidth,
height=0.4textwidth,
legend cell align=left, %
legend style=draw=white, fill=mygrey3,%
every axis label/.style=font=small,%
ticklabel style = font=tiny,%
yticklabel style=/pgf/number
format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
x tick label style=rotate=90, anchor=east,
scaled x ticks=false,
xticklabel style=/pgf/number
format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
]%

%%%%% ROW1 Start %%%%%
nextgroupplot[%
commonstyle,
midxstyle,
cossimstyle,
legend to name=mainplot,%
legend style=legend columns=4,%
ylabel=Cosine similarity,%
title=Kingsbury,
]%
addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
col sep=comma]cossim.csv;%

nextgroupplot[%
commonstyle,
midystyle,
midxstyle,
cossimstyle,
title=Northcote,
]%
addplot[color=cLarge] table [x=SAE, y=Northcote large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
col sep=comma]cossim.csv;%
endgroupplot
endtikzpicture

enddocument









share|improve this question
















I'm trying to figure out why my plot titles are not horizontally aligned. I tried several sources but could not find an option to control title alignment. Below image is what I get. As you can see Kingsbury and Northcote are not on the same level.



Group plot with misaligned titles



This is my latex code



documentclass[preview]standalone
usepackagefilecontents
usepackagepgfplots
usepackagetikz
usepgfplotslibrarygroupplots
pgfplotssetcompat=newest
usepackagecaption,subcaption

beginfilecontents*cossim.csv
SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
endfilecontents*

begindocument

pgfplotsset
axis background/.style=fill=mygrey,
tick style=mygrey2,
tick label style=mygrey2,
grid=both,
ytick pos=left,
tick style=
major grid style=style=white,line width=1pt,
minor grid style=mygrey3,
tick align=outside,
,
commonstyle/.style=
draw=white,
mark=*,
,
midystyle/.style =
yticklabels=,,,
ytick style=draw=none,
ylabel = ,
,
midxstyle/.style =
xtick style=draw=none,
xlabel = ,
,
cossimstyle/.style =
ymin = 0.998,
,


definecolormygreyRGB229,229,229
definecolormygrey2RGB127,127,127
definecolormygrey3RGB240,240,240
definecolorcLargeRGB31,120,180
definecolorcVerySmallRGB253,191,111

begintikzpicture%

begingroupplot[%
group style=%
group name=QuantileError,%
group size= 2 by 1,%
horizontal sep = 0.1cm,
,%
width=0.3textwidth,
height=0.4textwidth,
legend cell align=left, %
legend style=draw=white, fill=mygrey3,%
every axis label/.style=font=small,%
ticklabel style = font=tiny,%
yticklabel style=/pgf/number
format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
x tick label style=rotate=90, anchor=east,
scaled x ticks=false,
xticklabel style=/pgf/number
format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
]%

%%%%% ROW1 Start %%%%%
nextgroupplot[%
commonstyle,
midxstyle,
cossimstyle,
legend to name=mainplot,%
legend style=legend columns=4,%
ylabel=Cosine similarity,%
title=Kingsbury,
]%
addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
col sep=comma]cossim.csv;%

nextgroupplot[%
commonstyle,
midystyle,
midxstyle,
cossimstyle,
title=Northcote,
]%
addplot[color=cLarge] table [x=SAE, y=Northcote large, col
sep=comma]cossim.csv;%
addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
col sep=comma]cossim.csv;%
endgroupplot
endtikzpicture

enddocument






tikz-pgf pgfplots groupplots






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 15 at 4:40







Niroshan

















asked May 15 at 2:56









NiroshanNiroshan

2361310




2361310







  • 1





    because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

    – Zarko
    May 15 at 3:23













  • 1





    because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

    – Zarko
    May 15 at 3:23








1




1





because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

– Zarko
May 15 at 3:23






because the "Northop" hasnt leter "y". if you will add vphantomy to it, words will become aligned as you like to have. however, you can define title style in which you add text depth=0.5ex.

– Zarko
May 15 at 3:23











3 Answers
3






active

oldest

votes


















3














As I mentioned in my comment, change your groupplot settings to:



begingroupplot[%
group style=%
group name=QuantileError,%
group size= 2 by 1,%
horizontal sep = 0.1cm,
,%
width=0.3textwidth,
height=0.4textwidth,
legend cell align=left, %
legend style=draw=white, fill=mygrey3,%
every axis label/.style=font=small,%
ticklabel style = font=tiny,%
yticklabel style=/pgf/number
format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
x tick label style=rotate=90, anchor=east,
scaled x ticks=false,
xticklabel style=/pgf/number
format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
title style = text depth=0.5ex % <--- added
]%


and you will get desired result:



enter image description here






share|improve this answer






























    4














    You can add title style=text depth = 0pt to your nextgroupplot[...] options to both of the plots and you will have everything aligned horizontally.



    Output



    documentclass[preview]standalone
    usepackagefilecontents
    usepackagepgfplots
    usepackagetikz
    usepgfplotslibrarygroupplots
    pgfplotssetcompat=newest
    usepackagecaption,subcaption

    beginfilecontents*cossim.csv
    SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
    0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
    0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
    0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
    0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
    0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
    0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
    0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
    endfilecontents*

    begindocument

    pgfplotsset
    axis background/.style=fill=mygrey,
    tick style=mygrey2,
    tick label style=mygrey2,
    grid=both,
    ytick pos=left,
    tick style=
    major grid style=style=white,line width=1pt,
    minor grid style=mygrey3,
    tick align=outside,
    ,
    commonstyle/.style=
    draw=white,
    mark=*,
    ,
    midystyle/.style =
    yticklabels=,,,
    ytick style=draw=none,
    ylabel = ,
    ,
    midxstyle/.style =
    xtick style=draw=none,
    xlabel = ,
    ,
    cossimstyle/.style =
    ymin = 0.998,
    ,


    definecolormygreyRGB229,229,229
    definecolormygrey2RGB127,127,127
    definecolormygrey3RGB240,240,240
    definecolorcLargeRGB31,120,180
    definecolorcVerySmallRGB253,191,111

    begintikzpicture%

    begingroupplot[%
    group style=%
    group name=QuantileError,%
    group size= 2 by 1,%
    horizontal sep = 0.1cm,
    ,%
    width=0.3textwidth,
    height=0.4textwidth,
    legend cell align=left, %
    legend style=draw=white, fill=mygrey3,%
    every axis label/.style=font=small,%
    ticklabel style = font=tiny,%
    yticklabel style=/pgf/number
    format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
    x tick label style=rotate=90, anchor=east,
    scaled x ticks=false,
    xticklabel style=/pgf/number
    format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
    ]%

    %%%%% ROW1 Start %%%%%
    nextgroupplot[%
    commonstyle,
    midxstyle,
    cossimstyle,
    legend to name=mainplot,%
    legend style=legend columns=4,%
    ylabel=Cosine similarity,%
    title style=text depth = 0pt, % NEED THIS!
    title=Kingsbury,
    ]%
    addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
    sep=comma]cossim.csv;%
    addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
    col sep=comma]cossim.csv;%

    nextgroupplot[%
    commonstyle,
    midystyle,
    midxstyle,
    cossimstyle,
    title style=text depth = 0pt, % NEED THIS!
    title=Northcote,
    ]%
    addplot[color=cLarge] table [x=SAE, y=Northcote large, col
    sep=comma]cossim.csv;%
    addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
    col sep=comma]cossim.csv;%
    endgroupplot
    endtikzpicture
    enddocument





    share|improve this answer






























      0














      An alternative to previous two answers is anchoring the title text to top (north) and adding some distance between the titles and the plots with title style=anchor=north, yshift=2ex.



      The reason for the problem is explained in Zarko's comment. That is why the title with "g" and "y" is higher than the other one. My solution is aligning the title text to top of the letters rather than to the bottom. But this cause the plot to overlap with the title. So we have to add some distance between them with yshift.



      begingroupplot[%
      group style=%
      group name=QuantileError,%
      group size= 2 by 1,%
      horizontal sep = 0.1cm,
      ,%
      width=0.3textwidth,
      height=0.4textwidth,
      legend cell align=left, %
      legend style=draw=white, fill=mygrey3,%
      every axis label/.style=font=small,%
      ticklabel style = font=tiny,%
      yticklabel style=/pgf/number
      format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
      x tick label style=rotate=90, anchor=east,
      scaled x ticks=false,
      xticklabel style=/pgf/number
      format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
      title style=anchor=north, yshift=2ex % <--- FIX
      ]%





      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',
        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%2f490898%2faligning-group-plot-titles-horizontally%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        As I mentioned in my comment, change your groupplot settings to:



        begingroupplot[%
        group style=%
        group name=QuantileError,%
        group size= 2 by 1,%
        horizontal sep = 0.1cm,
        ,%
        width=0.3textwidth,
        height=0.4textwidth,
        legend cell align=left, %
        legend style=draw=white, fill=mygrey3,%
        every axis label/.style=font=small,%
        ticklabel style = font=tiny,%
        yticklabel style=/pgf/number
        format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
        x tick label style=rotate=90, anchor=east,
        scaled x ticks=false,
        xticklabel style=/pgf/number
        format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
        title style = text depth=0.5ex % <--- added
        ]%


        and you will get desired result:



        enter image description here






        share|improve this answer



























          3














          As I mentioned in my comment, change your groupplot settings to:



          begingroupplot[%
          group style=%
          group name=QuantileError,%
          group size= 2 by 1,%
          horizontal sep = 0.1cm,
          ,%
          width=0.3textwidth,
          height=0.4textwidth,
          legend cell align=left, %
          legend style=draw=white, fill=mygrey3,%
          every axis label/.style=font=small,%
          ticklabel style = font=tiny,%
          yticklabel style=/pgf/number
          format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
          x tick label style=rotate=90, anchor=east,
          scaled x ticks=false,
          xticklabel style=/pgf/number
          format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
          title style = text depth=0.5ex % <--- added
          ]%


          and you will get desired result:



          enter image description here






          share|improve this answer

























            3












            3








            3







            As I mentioned in my comment, change your groupplot settings to:



            begingroupplot[%
            group style=%
            group name=QuantileError,%
            group size= 2 by 1,%
            horizontal sep = 0.1cm,
            ,%
            width=0.3textwidth,
            height=0.4textwidth,
            legend cell align=left, %
            legend style=draw=white, fill=mygrey3,%
            every axis label/.style=font=small,%
            ticklabel style = font=tiny,%
            yticklabel style=/pgf/number
            format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
            x tick label style=rotate=90, anchor=east,
            scaled x ticks=false,
            xticklabel style=/pgf/number
            format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
            title style = text depth=0.5ex % <--- added
            ]%


            and you will get desired result:



            enter image description here






            share|improve this answer













            As I mentioned in my comment, change your groupplot settings to:



            begingroupplot[%
            group style=%
            group name=QuantileError,%
            group size= 2 by 1,%
            horizontal sep = 0.1cm,
            ,%
            width=0.3textwidth,
            height=0.4textwidth,
            legend cell align=left, %
            legend style=draw=white, fill=mygrey3,%
            every axis label/.style=font=small,%
            ticklabel style = font=tiny,%
            yticklabel style=/pgf/number
            format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
            x tick label style=rotate=90, anchor=east,
            scaled x ticks=false,
            xticklabel style=/pgf/number
            format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
            title style = text depth=0.5ex % <--- added
            ]%


            and you will get desired result:



            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 15 at 3:39









            ZarkoZarko

            135k872179




            135k872179





















                4














                You can add title style=text depth = 0pt to your nextgroupplot[...] options to both of the plots and you will have everything aligned horizontally.



                Output



                documentclass[preview]standalone
                usepackagefilecontents
                usepackagepgfplots
                usepackagetikz
                usepgfplotslibrarygroupplots
                pgfplotssetcompat=newest
                usepackagecaption,subcaption

                beginfilecontents*cossim.csv
                SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
                0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
                0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
                0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
                0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
                0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
                0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
                0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
                endfilecontents*

                begindocument

                pgfplotsset
                axis background/.style=fill=mygrey,
                tick style=mygrey2,
                tick label style=mygrey2,
                grid=both,
                ytick pos=left,
                tick style=
                major grid style=style=white,line width=1pt,
                minor grid style=mygrey3,
                tick align=outside,
                ,
                commonstyle/.style=
                draw=white,
                mark=*,
                ,
                midystyle/.style =
                yticklabels=,,,
                ytick style=draw=none,
                ylabel = ,
                ,
                midxstyle/.style =
                xtick style=draw=none,
                xlabel = ,
                ,
                cossimstyle/.style =
                ymin = 0.998,
                ,


                definecolormygreyRGB229,229,229
                definecolormygrey2RGB127,127,127
                definecolormygrey3RGB240,240,240
                definecolorcLargeRGB31,120,180
                definecolorcVerySmallRGB253,191,111

                begintikzpicture%

                begingroupplot[%
                group style=%
                group name=QuantileError,%
                group size= 2 by 1,%
                horizontal sep = 0.1cm,
                ,%
                width=0.3textwidth,
                height=0.4textwidth,
                legend cell align=left, %
                legend style=draw=white, fill=mygrey3,%
                every axis label/.style=font=small,%
                ticklabel style = font=tiny,%
                yticklabel style=/pgf/number
                format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                x tick label style=rotate=90, anchor=east,
                scaled x ticks=false,
                xticklabel style=/pgf/number
                format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                ]%

                %%%%% ROW1 Start %%%%%
                nextgroupplot[%
                commonstyle,
                midxstyle,
                cossimstyle,
                legend to name=mainplot,%
                legend style=legend columns=4,%
                ylabel=Cosine similarity,%
                title style=text depth = 0pt, % NEED THIS!
                title=Kingsbury,
                ]%
                addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
                sep=comma]cossim.csv;%
                addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
                col sep=comma]cossim.csv;%

                nextgroupplot[%
                commonstyle,
                midystyle,
                midxstyle,
                cossimstyle,
                title style=text depth = 0pt, % NEED THIS!
                title=Northcote,
                ]%
                addplot[color=cLarge] table [x=SAE, y=Northcote large, col
                sep=comma]cossim.csv;%
                addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
                col sep=comma]cossim.csv;%
                endgroupplot
                endtikzpicture
                enddocument





                share|improve this answer



























                  4














                  You can add title style=text depth = 0pt to your nextgroupplot[...] options to both of the plots and you will have everything aligned horizontally.



                  Output



                  documentclass[preview]standalone
                  usepackagefilecontents
                  usepackagepgfplots
                  usepackagetikz
                  usepgfplotslibrarygroupplots
                  pgfplotssetcompat=newest
                  usepackagecaption,subcaption

                  beginfilecontents*cossim.csv
                  SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
                  0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
                  0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
                  0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
                  0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
                  0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
                  0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
                  0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
                  endfilecontents*

                  begindocument

                  pgfplotsset
                  axis background/.style=fill=mygrey,
                  tick style=mygrey2,
                  tick label style=mygrey2,
                  grid=both,
                  ytick pos=left,
                  tick style=
                  major grid style=style=white,line width=1pt,
                  minor grid style=mygrey3,
                  tick align=outside,
                  ,
                  commonstyle/.style=
                  draw=white,
                  mark=*,
                  ,
                  midystyle/.style =
                  yticklabels=,,,
                  ytick style=draw=none,
                  ylabel = ,
                  ,
                  midxstyle/.style =
                  xtick style=draw=none,
                  xlabel = ,
                  ,
                  cossimstyle/.style =
                  ymin = 0.998,
                  ,


                  definecolormygreyRGB229,229,229
                  definecolormygrey2RGB127,127,127
                  definecolormygrey3RGB240,240,240
                  definecolorcLargeRGB31,120,180
                  definecolorcVerySmallRGB253,191,111

                  begintikzpicture%

                  begingroupplot[%
                  group style=%
                  group name=QuantileError,%
                  group size= 2 by 1,%
                  horizontal sep = 0.1cm,
                  ,%
                  width=0.3textwidth,
                  height=0.4textwidth,
                  legend cell align=left, %
                  legend style=draw=white, fill=mygrey3,%
                  every axis label/.style=font=small,%
                  ticklabel style = font=tiny,%
                  yticklabel style=/pgf/number
                  format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                  x tick label style=rotate=90, anchor=east,
                  scaled x ticks=false,
                  xticklabel style=/pgf/number
                  format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                  ]%

                  %%%%% ROW1 Start %%%%%
                  nextgroupplot[%
                  commonstyle,
                  midxstyle,
                  cossimstyle,
                  legend to name=mainplot,%
                  legend style=legend columns=4,%
                  ylabel=Cosine similarity,%
                  title style=text depth = 0pt, % NEED THIS!
                  title=Kingsbury,
                  ]%
                  addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
                  sep=comma]cossim.csv;%
                  addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
                  col sep=comma]cossim.csv;%

                  nextgroupplot[%
                  commonstyle,
                  midystyle,
                  midxstyle,
                  cossimstyle,
                  title style=text depth = 0pt, % NEED THIS!
                  title=Northcote,
                  ]%
                  addplot[color=cLarge] table [x=SAE, y=Northcote large, col
                  sep=comma]cossim.csv;%
                  addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
                  col sep=comma]cossim.csv;%
                  endgroupplot
                  endtikzpicture
                  enddocument





                  share|improve this answer

























                    4












                    4








                    4







                    You can add title style=text depth = 0pt to your nextgroupplot[...] options to both of the plots and you will have everything aligned horizontally.



                    Output



                    documentclass[preview]standalone
                    usepackagefilecontents
                    usepackagepgfplots
                    usepackagetikz
                    usepgfplotslibrarygroupplots
                    pgfplotssetcompat=newest
                    usepackagecaption,subcaption

                    beginfilecontents*cossim.csv
                    SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
                    0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
                    0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
                    0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
                    0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
                    0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
                    0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
                    0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
                    endfilecontents*

                    begindocument

                    pgfplotsset
                    axis background/.style=fill=mygrey,
                    tick style=mygrey2,
                    tick label style=mygrey2,
                    grid=both,
                    ytick pos=left,
                    tick style=
                    major grid style=style=white,line width=1pt,
                    minor grid style=mygrey3,
                    tick align=outside,
                    ,
                    commonstyle/.style=
                    draw=white,
                    mark=*,
                    ,
                    midystyle/.style =
                    yticklabels=,,,
                    ytick style=draw=none,
                    ylabel = ,
                    ,
                    midxstyle/.style =
                    xtick style=draw=none,
                    xlabel = ,
                    ,
                    cossimstyle/.style =
                    ymin = 0.998,
                    ,


                    definecolormygreyRGB229,229,229
                    definecolormygrey2RGB127,127,127
                    definecolormygrey3RGB240,240,240
                    definecolorcLargeRGB31,120,180
                    definecolorcVerySmallRGB253,191,111

                    begintikzpicture%

                    begingroupplot[%
                    group style=%
                    group name=QuantileError,%
                    group size= 2 by 1,%
                    horizontal sep = 0.1cm,
                    ,%
                    width=0.3textwidth,
                    height=0.4textwidth,
                    legend cell align=left, %
                    legend style=draw=white, fill=mygrey3,%
                    every axis label/.style=font=small,%
                    ticklabel style = font=tiny,%
                    yticklabel style=/pgf/number
                    format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                    x tick label style=rotate=90, anchor=east,
                    scaled x ticks=false,
                    xticklabel style=/pgf/number
                    format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                    ]%

                    %%%%% ROW1 Start %%%%%
                    nextgroupplot[%
                    commonstyle,
                    midxstyle,
                    cossimstyle,
                    legend to name=mainplot,%
                    legend style=legend columns=4,%
                    ylabel=Cosine similarity,%
                    title style=text depth = 0pt, % NEED THIS!
                    title=Kingsbury,
                    ]%
                    addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
                    sep=comma]cossim.csv;%
                    addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
                    col sep=comma]cossim.csv;%

                    nextgroupplot[%
                    commonstyle,
                    midystyle,
                    midxstyle,
                    cossimstyle,
                    title style=text depth = 0pt, % NEED THIS!
                    title=Northcote,
                    ]%
                    addplot[color=cLarge] table [x=SAE, y=Northcote large, col
                    sep=comma]cossim.csv;%
                    addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
                    col sep=comma]cossim.csv;%
                    endgroupplot
                    endtikzpicture
                    enddocument





                    share|improve this answer













                    You can add title style=text depth = 0pt to your nextgroupplot[...] options to both of the plots and you will have everything aligned horizontally.



                    Output



                    documentclass[preview]standalone
                    usepackagefilecontents
                    usepackagepgfplots
                    usepackagetikz
                    usepgfplotslibrarygroupplots
                    pgfplotssetcompat=newest
                    usepackagecaption,subcaption

                    beginfilecontents*cossim.csv
                    SAE,Kingsbury large,Kingsbury very small,Northcote large,Northcote very small
                    0.01,0.999968942313215,0.999999495420309,0.99996093797435,0.999999519021115
                    0.02,0.999871138637117,0.999998360123856,0.999845179891564,0.999997875670629
                    0.03,0.999719561898977,0.999995711779553,0.999650464340874,0.999995691207506
                    0.04,0.999501451940394,0.999992937485087,0.999380356722573,0.999991943604557
                    0.05,0.999209403163912,0.99998965609147,0.999026294939076,0.999988236057768
                    0.06,0.998864174035993,0.999986379082264,0.998602080363523,0.999982264001694
                    0.07,0.998482447668418,0.999979693720795,0.998095945546854,0.999975630444692
                    endfilecontents*

                    begindocument

                    pgfplotsset
                    axis background/.style=fill=mygrey,
                    tick style=mygrey2,
                    tick label style=mygrey2,
                    grid=both,
                    ytick pos=left,
                    tick style=
                    major grid style=style=white,line width=1pt,
                    minor grid style=mygrey3,
                    tick align=outside,
                    ,
                    commonstyle/.style=
                    draw=white,
                    mark=*,
                    ,
                    midystyle/.style =
                    yticklabels=,,,
                    ytick style=draw=none,
                    ylabel = ,
                    ,
                    midxstyle/.style =
                    xtick style=draw=none,
                    xlabel = ,
                    ,
                    cossimstyle/.style =
                    ymin = 0.998,
                    ,


                    definecolormygreyRGB229,229,229
                    definecolormygrey2RGB127,127,127
                    definecolormygrey3RGB240,240,240
                    definecolorcLargeRGB31,120,180
                    definecolorcVerySmallRGB253,191,111

                    begintikzpicture%

                    begingroupplot[%
                    group style=%
                    group name=QuantileError,%
                    group size= 2 by 1,%
                    horizontal sep = 0.1cm,
                    ,%
                    width=0.3textwidth,
                    height=0.4textwidth,
                    legend cell align=left, %
                    legend style=draw=white, fill=mygrey3,%
                    every axis label/.style=font=small,%
                    ticklabel style = font=tiny,%
                    yticklabel style=/pgf/number
                    format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                    x tick label style=rotate=90, anchor=east,
                    scaled x ticks=false,
                    xticklabel style=/pgf/number
                    format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                    ]%

                    %%%%% ROW1 Start %%%%%
                    nextgroupplot[%
                    commonstyle,
                    midxstyle,
                    cossimstyle,
                    legend to name=mainplot,%
                    legend style=legend columns=4,%
                    ylabel=Cosine similarity,%
                    title style=text depth = 0pt, % NEED THIS!
                    title=Kingsbury,
                    ]%
                    addplot[color=cLarge] table [x=SAE, y=Kingsbury large, col
                    sep=comma]cossim.csv;%
                    addplot[color=cVerySmall] table [x=SAE, y=Kingsbury very small,
                    col sep=comma]cossim.csv;%

                    nextgroupplot[%
                    commonstyle,
                    midystyle,
                    midxstyle,
                    cossimstyle,
                    title style=text depth = 0pt, % NEED THIS!
                    title=Northcote,
                    ]%
                    addplot[color=cLarge] table [x=SAE, y=Northcote large, col
                    sep=comma]cossim.csv;%
                    addplot[color=cVerySmall] table [x=SAE, y=Northcote very small,
                    col sep=comma]cossim.csv;%
                    endgroupplot
                    endtikzpicture
                    enddocument






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered May 15 at 3:26









                    M. Al JumailyM. Al Jumaily

                    1,1061210




                    1,1061210





















                        0














                        An alternative to previous two answers is anchoring the title text to top (north) and adding some distance between the titles and the plots with title style=anchor=north, yshift=2ex.



                        The reason for the problem is explained in Zarko's comment. That is why the title with "g" and "y" is higher than the other one. My solution is aligning the title text to top of the letters rather than to the bottom. But this cause the plot to overlap with the title. So we have to add some distance between them with yshift.



                        begingroupplot[%
                        group style=%
                        group name=QuantileError,%
                        group size= 2 by 1,%
                        horizontal sep = 0.1cm,
                        ,%
                        width=0.3textwidth,
                        height=0.4textwidth,
                        legend cell align=left, %
                        legend style=draw=white, fill=mygrey3,%
                        every axis label/.style=font=small,%
                        ticklabel style = font=tiny,%
                        yticklabel style=/pgf/number
                        format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                        x tick label style=rotate=90, anchor=east,
                        scaled x ticks=false,
                        xticklabel style=/pgf/number
                        format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                        title style=anchor=north, yshift=2ex % <--- FIX
                        ]%





                        share|improve this answer





























                          0














                          An alternative to previous two answers is anchoring the title text to top (north) and adding some distance between the titles and the plots with title style=anchor=north, yshift=2ex.



                          The reason for the problem is explained in Zarko's comment. That is why the title with "g" and "y" is higher than the other one. My solution is aligning the title text to top of the letters rather than to the bottom. But this cause the plot to overlap with the title. So we have to add some distance between them with yshift.



                          begingroupplot[%
                          group style=%
                          group name=QuantileError,%
                          group size= 2 by 1,%
                          horizontal sep = 0.1cm,
                          ,%
                          width=0.3textwidth,
                          height=0.4textwidth,
                          legend cell align=left, %
                          legend style=draw=white, fill=mygrey3,%
                          every axis label/.style=font=small,%
                          ticklabel style = font=tiny,%
                          yticklabel style=/pgf/number
                          format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                          x tick label style=rotate=90, anchor=east,
                          scaled x ticks=false,
                          xticklabel style=/pgf/number
                          format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                          title style=anchor=north, yshift=2ex % <--- FIX
                          ]%





                          share|improve this answer



























                            0












                            0








                            0







                            An alternative to previous two answers is anchoring the title text to top (north) and adding some distance between the titles and the plots with title style=anchor=north, yshift=2ex.



                            The reason for the problem is explained in Zarko's comment. That is why the title with "g" and "y" is higher than the other one. My solution is aligning the title text to top of the letters rather than to the bottom. But this cause the plot to overlap with the title. So we have to add some distance between them with yshift.



                            begingroupplot[%
                            group style=%
                            group name=QuantileError,%
                            group size= 2 by 1,%
                            horizontal sep = 0.1cm,
                            ,%
                            width=0.3textwidth,
                            height=0.4textwidth,
                            legend cell align=left, %
                            legend style=draw=white, fill=mygrey3,%
                            every axis label/.style=font=small,%
                            ticklabel style = font=tiny,%
                            yticklabel style=/pgf/number
                            format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                            x tick label style=rotate=90, anchor=east,
                            scaled x ticks=false,
                            xticklabel style=/pgf/number
                            format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                            title style=anchor=north, yshift=2ex % <--- FIX
                            ]%





                            share|improve this answer















                            An alternative to previous two answers is anchoring the title text to top (north) and adding some distance between the titles and the plots with title style=anchor=north, yshift=2ex.



                            The reason for the problem is explained in Zarko's comment. That is why the title with "g" and "y" is higher than the other one. My solution is aligning the title text to top of the letters rather than to the bottom. But this cause the plot to overlap with the title. So we have to add some distance between them with yshift.



                            begingroupplot[%
                            group style=%
                            group name=QuantileError,%
                            group size= 2 by 1,%
                            horizontal sep = 0.1cm,
                            ,%
                            width=0.3textwidth,
                            height=0.4textwidth,
                            legend cell align=left, %
                            legend style=draw=white, fill=mygrey3,%
                            every axis label/.style=font=small,%
                            ticklabel style = font=tiny,%
                            yticklabel style=/pgf/number
                            format/.cd,fixed,precision=4,zerofill,/tikz/.cd,%
                            x tick label style=rotate=90, anchor=east,
                            scaled x ticks=false,
                            xticklabel style=/pgf/number
                            format/.cd,fixed,precision=2,zerofill,/tikz/.cd,
                            title style=anchor=north, yshift=2ex % <--- FIX
                            ]%






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited May 15 at 4:38

























                            answered May 15 at 4:30









                            NiroshanNiroshan

                            2361310




                            2361310



























                                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%2f490898%2faligning-group-plot-titles-horizontally%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

                                Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                                Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form