Skip to content

Commit

Permalink
Tighter axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed May 4, 2015
1 parent e24aaa7 commit e45a86f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
11 changes: 10 additions & 1 deletion paper/figures.tex
Expand Up @@ -742,6 +742,7 @@
allDatasetsYbarMiniResults,
allDatasetsStackedYbarPart2,
swedenHttpWwwDatasetsYbar,
paperTight,
width=.55\textwidth,
xticklabels={Counties,Domain registrars,Financial services,GOCS,Higher education,ISPs,Media,Municipalities,Public authorities,reach50,Top 10k .se,Rand 100k .se,},
xticklabel style={
Expand Down Expand Up @@ -789,6 +790,7 @@
allDatasetsYbarMiniResults,
allDatasetsStackedYbarPart2,
globalHttpWwwDatasetsYbar,
paperTight,
width=.4\textwidth,
yticklabels={},
xticklabels={Top 10k .se,Top 10k .dk,Top 10k global,Rand 100k .se,Rand 10k .dk,Rand 10k .com,Rand 10k .net,Rand 10k global,},
Expand Down Expand Up @@ -839,9 +841,16 @@
% title=(a) Internal resources,
datasetsCDF,
datasetsCDFMiniResults,
paperTight,
xlabel=Ratio of internal resources,
ylabel=Ratio of domains,
legend style={at={(1.025,.5)}, anchor=west},
legend style={at={(1.03,.5)}, anchor=west},
xlabel style={
at={(0.5,0.1)}
},
ylabel style={
at={(0.17,0.5)}
},
]

\CDFPlotFromDefaultDatasetsFile{datasets.non-failed.ratio-buckets.is-internal-domain.normalized.cumulative.sorted.tsv}
Expand Down
13 changes: 13 additions & 0 deletions paper/jpfigurecommands.sty
Expand Up @@ -35,6 +35,19 @@



\pgfplotsset{
paperTight/.style={
xlabel style={
at={(0.5,-0.09)}
},
ylabel style={
at={(-0.15,0.5)}
},
},
}



\pgfplotsset{allDatasetsXbar/.style=
{
enlarge x limits=false,
Expand Down
9 changes: 2 additions & 7 deletions paper/jpfigurengcommands.sty
Expand Up @@ -60,20 +60,15 @@
font=\tiny,
legend columns=1,
legend style={at={(1.05,0.5)},anchor=west,cells={anchor=west},},
yticklabel style={
/pgf/number format/fixed,
/pgf/number format/fixed zerofill=false,
/pgf/number format/precision=1
},
title style={at={(.5,.95)}},
xticklabel style={
/pgf/number format/fixed,
/pgf/number format/fixed zerofill,
/pgf/number format/fixed zerofill=false,
/pgf/number format/precision=1
},
yticklabel style={
/pgf/number format/fixed,
/pgf/number format/fixed zerofill,
/pgf/number format/fixed zerofill=false,
/pgf/number format/precision=1
},
},
Expand Down

0 comments on commit e45a86f

Please sign in to comment.