mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-tikzviolinplots.
* gnu/packages/tex.scm (texlive-tikzviolinplots): New variable.
This commit is contained in:
parent
ba81602c24
commit
0c82291f45
1 changed files with 22 additions and 0 deletions
|
@ -5284,6 +5284,28 @@ (define-public texlive-tikztosvg
|
|||
@command{pdf2svg} to convert TikZ environments to SVG files.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-tikzviolinplots
|
||||
(package
|
||||
(name "texlive-tikzviolinplots")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tikzviolinplots/"
|
||||
"tex/latex/tikzviolinplots/")
|
||||
(base32
|
||||
"1cm1pcv4x9qpsxghvxv1w212j8p37g5miqn73d5xwy0vaqhd0hhz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tikzviolinplots")
|
||||
(synopsis "Draws violin plots from data")
|
||||
(description
|
||||
"This package enables the user to draw violin plots, calculating the
|
||||
kernel density estimation from the data and plotting the resulting curve
|
||||
inside a @code{tikzpicture} environment. It supports different kernels, and
|
||||
allows the user to either set the bandwidth value for each plot or use
|
||||
a default value.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue