Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 4b52f1e
  • /
  • Fig5
  • /
  • 5f
  • /
  • Fig3dErr2.tex
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:0e29fb039090a05622daf0ab208b2518c36a8509
directory badge
swh:1:dir:009a32b1cb3f87010c6e6c8d4b59c1f4e787265a

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Fig3dErr2.tex
\documentclass[border=10pt]{standalone}
\usepackage{pgfplots, amsmath, pgfplotstable}
\usepackage{filecontents}
\usepgfplotslibrary{colorbrewer}
\usepgfplotslibrary{fillbetween}
\definecolor{color1}{rgb}{0,0,0}
\definecolor{color2}{rgb}{0.5,0.5,0.5}
\definecolor{color3}{rgb}{0.5,0.5,0.5}


\pgfplotsset{every axis plot/.append style={line width=1pt},compat=1.8}

\begin{document}

\begin{tikzpicture}
\begin{axis}[
ylabel=$K_b(t)$,
xlabel= $t/t_{\rm s}$,
width = 5cm,
height = 4.5cm,
cycle list/Paired-5,
%cycle list name = Paired-10,
minor tick style={draw=none},
ymax=11]

\addplot+[thick,no marks,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[x=x,y=y] {data_K0.txt};
\addplot [name path=upper,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}+\thisrow{err}] {data_K0.txt};
\addplot [name path=lower,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}-\thisrow{err}] {data_K0.txt};
\addplot [fill=black!10] fill between[of=upper and lower];

\addplot+[thick,no marks,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[x=x,y=y] {data_K25.txt};
\addplot [name path=upper,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}+\thisrow{err}] {data_K25.txt};
\addplot [name path=lower,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}-\thisrow{err}] {data_K25.txt};
\addplot [fill=black!10] fill between[of=upper and lower];

\addplot+[thick,no marks,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[x=x,y=y] {data_K50.txt};
\addplot [name path=upper,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}+\thisrow{err}] {data_K50.txt};
\addplot [name path=lower,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}-\thisrow{err}] {data_K50.txt};
\addplot [fill=black!10] fill between[of=upper and lower];

\addplot+[thick,no marks,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[x=x,y=y] {data_K75.txt};
\addplot [name path=upper,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}+\thisrow{err}] {data_K75.txt};
\addplot [name path=lower,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}-\thisrow{err}] {data_K75.txt};
\addplot [fill=black!10] fill between[of=upper and lower];

\addplot+[thick,no marks,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[x=x,y=y] {data_K100.txt};
\addplot [name path=upper,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}+\thisrow{err}] {data_K100.txt};
\addplot [name path=lower,draw=none,x filter/.code={\pgfmathparse{#1*1/10}\pgfmathresult}] table[mark options={fill=black,scale=2}, x=x,y expr=\thisrow{y}-\thisrow{err}] {data_K100.txt};
\addplot [fill=black!10] fill between[of=upper and lower];

\end{axis}
\end{tikzpicture}
\end{document}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API