texlive-bodeplot 2025.2
Draw Bode, Nyquist and Nichols plots with Gnuplot or `pgfplots'
This is a LaTeX package to plot Bode, Nichols, and Nyquist diagrams. It provides added functionality over the similar bodegraph package:
new
\BodeZPKand\BodeTFcommands to generate Bode plots of any transfer function given either poles, zeros, gain, and delay, or numerator and denominator coefficients and delay;support for unstable poles and zeros;
support for complex poles and zeros;
support for general stable and unstable second order transfer functions;
support for both Gnuplot (default) and
pgfplots;support for linear and asymptotic approximation of magnitude and phase plots of any transfer function given poles, zeros, and gain.
- Outputs:
doc,out - Website: https://ctan.org/pkg/bodeplot
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-bodeplot 2025.2 as follows:
guix install texlive-bodeplot@2025.2
Or install the latest version:
guix install texlive-bodeplot
The texlive-bodeplot package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install texlive-bodeplot:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.