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

https://github.com/sgangaprasath/rantIFigData
15 October 2025, 23:07:40 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    No releases to show
  • 4b52f1e
  • /
  • Fig3
  • /
  • SISimulations
  • /
  • Diffusion
  • /
  • diffusion.tex
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

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
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:3f19ecb9453100467943cdcebd6e436e470372d5
origin badgedirectory badge Iframe embedding
swh:1:dir:71036026c594e835f17b434dc6b21f4aba1d020f
origin badgerevision badge
swh:1:rev:ba2c6291882cf2355c0fc5d27384a8ce0dc48cc5
origin badgesnapshot badge
swh:1:snp:9ebfe3a853a2710394fffc9dbf8c99b54b3c1f38

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
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: ba2c6291882cf2355c0fc5d27384a8ce0dc48cc5 authored by S Ganga Prasath on 25 April 2022, 15:46:45 UTC
Add files via upload
Tip revision: ba2c629
diffusion.tex
\documentclass[border=10pt]{standalone}
\usepackage{pgfplots,tikz,amsmath}
\usepackage{filecontents}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{colorbrewer}
\usepgfplotslibrary{colorbrewer}
%\usepgfplotslibrary{colormaps}
%\usepackage{pgfplotstable}
\usepgfplotslibrary{external}
%\tikzexternalize[shell escape=-shell-escape]
\begin{document}

\begin{tikzpicture}
\begin{axis}[xlabel=$x$,
ylabel= $c(x)$,
width = 5.0 cm,
height = 3.0 cm,
transpose legend,
legend columns=-1,
%grid = both,
ylabel near ticks,
xlabel near ticks,
xmin=0.0,
xmax = 1.0,
%cycle list/RdGy-11,
cycle list/Paired-10,
%cycle list name=Paired-10,
%cycle list name=linestyles*,
]
\addplot+[mark = none, smooth, thick] table[x index=0,y index=1] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=25] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=49] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=73] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=97] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=121] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=145] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=169] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=193] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=217] {diffusion_19Jun.txt};
\end{axis}
\end{tikzpicture}

\begin{tikzpicture}
\begin{axis}[xlabel=$x$,
ylabel= $\varrho_a(x)$,
width = 5.0 cm,
height = 3.0 cm,
transpose legend,
legend columns=-1,
%grid = both,
ylabel near ticks,
xlabel near ticks,
xmin=0.0,
xmax = 1.0,
%cycle list/RdGy-11,
cycle list/Paired-10,
%cycle list name=Paired-10,
%cycle list name=Paired-5,
%cycle list name=linestyles*,
]
\addplot+[mark = none, smooth, thick] table[x index=0,y index=2] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=26] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=50] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=74] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=98] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=122] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=146] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=170] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=194] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=218] {diffusion_19Jun.txt};
\end{axis}
\end{tikzpicture}

\begin{tikzpicture}
\begin{axis}[xlabel=$x$,
ylabel= $\varrho_s(x)$,
width = 5.0 cm,
height = 3.0 cm,
transpose legend,
legend columns=-1,
%grid = both,
ylabel near ticks,
xlabel near ticks,
xmin=0.0,
xmax = 1.0,
%cycle list/RdGy-11,
cycle list/Paired-10,
%cycle list name=Paired-10,
%cycle list name=Paired-5,
%cycle list name=linestyles*,
]
\addplot+[mark = none, smooth, thick] table[x index=0,y index=3] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=27] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=51] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=75] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=99] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=123] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=147] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=171] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=195] {diffusion_19Jun.txt};
\addplot+[mark = none, smooth, thick] table[x index=0,y index=219] {diffusion_19Jun.txt};
\end{axis}
\end{tikzpicture}

\end{document}

back to top

Software Heritage — Copyright (C) 2015–2025, 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