Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
2623585a
Commit
2623585a
authored
11 months ago
by
Jan Wille
Browse files
Options
Downloads
Plain Diff
Merge branch 'feat/plot-styles' into development
parents
3e21dfd1
4e43bc36
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
img/plt/examplePlot.pdf
+2
-2
2 additions, 2 deletions
img/plt/examplePlot.pdf
img/plt/examplePlot.tex
+9
-0
9 additions, 0 deletions
img/plt/examplePlot.tex
src/HsH-classes.cfg
+3
-3
3 additions, 3 deletions
src/HsH-classes.cfg
with
14 additions
and
5 deletions
img/plt/examplePlot.pdf
LFS
+
2
−
2
View file @
2623585a
No preview for this file type
This diff is collapsed.
Click to expand it.
img/plt/examplePlot.tex
+
9
−
0
View file @
2623585a
...
@@ -31,4 +31,13 @@
...
@@ -31,4 +31,13 @@
\end{axis}
\end{axis}
\end{tikzpicture}
\end{tikzpicture}
\begin{tikzpicture}
\begin{axis}
[
MyPlots,
% custom styling
enlarge x limits=false,
]
\addplot
[domain=-1:1,samples=200]
{
1/x
}
;
\end{axis}
\end{tikzpicture}
\end{document}
\end{document}
This diff is collapsed.
Click to expand it.
src/HsH-classes.cfg
+
3
−
3
View file @
2623585a
...
@@ -59,12 +59,12 @@
...
@@ -59,12 +59,12 @@
\pgfplotsset{
\pgfplotsset{
compat
=
1.16,
compat
=
1.16,
/pgf/number
format/read
comma
as
period,
/pgf/number
format/read
comma
as
period,
every
tick
label
/.append
style
=
{font=
\t
iny},
tick
label
style
=
{font=
\t
iny},
every
axis
legend/.app
end
style
=
{font=
\f
ootnotesize},
leg
end
style
=
{font=
\f
ootnotesize},
MyPlots/
.style
=
{ % Style for all plots
MyPlots/
.style
=
{ % Style for all plots
width
=
.6
\t
extwidth,
width
=
.6
\t
extwidth,
grid
=
major,
grid
=
major,
grid
style
=
{
dash
ed,gray!50},
grid
style
=
{
loosely dott
ed,gray!50},
legend
pos
=
outer north east,
legend
pos
=
outer north east,
FM1/
.style
=
{blue, thick, mark=x, mark size=1.5,samples=100}, % Format 1
FM1/
.style
=
{blue, thick, mark=x, mark size=1.5,samples=100}, % Format 1
FM2/
.style
=
{orange, thick, mark=*, mark size=1,samples=100}, % Format 2
FM2/
.style
=
{orange, thick, mark=*, mark size=1,samples=100}, % Format 2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment