Create graphs with logarithmic scales, namely Bode diagrams. https://apps.ad5001.eu/logarithmplotter/
Go to file
Ad5001 73cba85592
continuous-integration/drone/push Build is passing Details
Creating Canvas JS Module.
2024-03-29 01:55:13 +01:00
LogarithmPlotter Creating Canvas JS Module. 2024-03-29 01:55:13 +01:00
ci Updating images for CI 2024-01-11 01:49:29 +01:00
linux Updating debian information 2024-01-11 21:20:23 +01:00
mac Fixing macos building 2024-01-11 00:59:01 +01:00
scripts Fixing the icon on wayland, building on MacOS, and date on changelog 2024-03-06 18:52:58 +01:00
win Updating windows installer 2024-01-11 01:15:43 +01:00
.gitignore Updating icons 2024-01-10 22:57:18 +01:00
.gitmodules Removing flatpak submodule. 2022-10-28 17:38:41 +02:00
CHANGELOG.md Fixing the icon on wayland, building on MacOS, and date on changelog 2024-03-06 18:52:58 +01:00
LICENSE.md Removing custom copyrights from license in order to have better referencing. 2022-03-06 01:01:12 +01:00
MANIFEST.in Fixing deb building, putting changelog into cache for env without internet (e.g flatpak). 2022-01-28 23:49:23 +01:00
README.md Updating copyrights 2024-01-11 00:11:09 +01:00
logplotter.svg Updating icons 2024-01-10 22:57:18 +01:00
logplotterfile.svg Starting linux setup system. 2021-06-22 00:27:40 +02:00
run.py Updating copyrights 2024-01-11 00:11:09 +01:00
setup.py Fixing building for debian 2024-01-11 19:56:25 +01:00
snapcraft.yaml Updating snapcraft 2024-01-11 23:28:42 +01:00

README.md

icon LogarithmPlotter

Build Status Translation status On flathub On Snapcraft

2D plotter software to make Bode plots, sequences and distribution functions.

Screenshots

Magnitude example Phase example Object settings

You can find more screenshots on the app website.

Run

You can simply run LogarithmPlotter using python3 run.py.

In order to test translations, you can use the --lang=<lang code> command line option to force the detected locale of LogarithmPlotter.

Install

Generate installers:

All scripts noted here can be found in the scripts directory.

You can generate installers from LogarithmPlotter after installing all the dependencies:
For all builds, you need Python 3 with PySide6 installable with pip install PySide6.

  • Windows installer:
    • You need pyinstaller. You can install it using pip install pyinstaller.
    • Run the build-windows.bat script (or build-wine.sh if you're cross-compiling with wine on Linux) to build an exe for LogarithmPlotter.
    • You also need NSIS (Linux users can install the nsis package).
    • Run the package-windows.bat script (or package-wine.shif you're cross-compiling on Linux). You will find a logarithmplotter-setup.exe installer in the dist/accountfree/ folder.
  • MacOS Archive creator installer:
    • You need pyinstaller. You can install it using pip install pyinstaller.
    • Run the build-macosx.sh script to build an .app for LogarithmPlotter which can be found in the dist directory.
    • Run the package-macosx.sh script. You will find a LogarithmPlotter-v0.1-dev-setup.dmg installer in the dist/ folder.
  • Linux packages:
    • To build a DEB, you need DPKG and stdeb. You can install the later by using pip install stdeb.
    • To build and install the flatpak, you need flatpak-builder installed.
    • To build the snap, you need snapcraft installed.
    • Run package-linux.sh.

Linux

Run bash linux/install_local.sh

Contribute

There are several ways to contribute to LogarithmPlotter.

    LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
    Copyright (C) 2021-2024  Ad5001 <mail@ad5001.eu>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Language files translations located at LogarithmPlotter/i18n are licensed under GNU GPL3.0+ and are copyrighted by their original authors. See LICENSE.md for more details:

Libraries used

LogarithmPlotter includes expr-eval a port of ndef.parser by Raphael Graf <r@undefined.ch>, ported to javascript by Matthew Crumley <email@matthewcrumley.com> (http://silentmatt.com/), and then to QMLJS by Ad5001.

The specific file (LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/expr-eval.js) is licensed under the MIT License.