Create graphs with logarithmic scales, namely Bode diagrams. https://apps.ad5001.eu/logarithmplotter/
Go to file
Ad5001 1498028036
Starting linux setup system.
2021-06-22 00:27:40 +02:00
LogarithmPlotter Starting linux setup system. 2021-06-22 00:27:40 +02:00
linux Starting linux setup system. 2021-06-22 00:27:40 +02:00
win Universalising name & bumping copyright 2021-06-18 23:56:22 +02:00
.gitignore Windows installer 2021-06-02 19:14:42 +02:00
LICENSE.md Universalising name & bumping copyright 2021-06-18 23:56:22 +02:00
README.md Universalising name & bumping copyright 2021-06-18 23:56:22 +02:00
logplotter.svg Starting linux setup system. 2021-06-22 00:27:40 +02:00
logplotterfile.svg Starting linux setup system. 2021-06-22 00:27:40 +02:00
package-linux.sh Starting linux setup system. 2021-06-22 00:27:40 +02:00
run.py Starting linux setup system. 2021-06-22 00:27:40 +02:00
setup.py Starting linux setup system. 2021-06-22 00:27:40 +02:00

README.md

LogarithmPlotter

Create graphs with logarithm scales, namely BODE diagrams.

Install

Windows

You can generate installers from AccountFree after installing all the dependencies:

  • Windows installer:
    • You need pyinstaller. You can install it using pip install pyinstaller.
    • Run the win/build-windows.bat script (or win/build-wine.sh if you're cross-compiling with wine on Linux) to build an exe for AccountFree.
    • You also NSIS (Linux users can install the nsis package).
    • Run the win/package-windows.bat script (or win/package.wine.shif you're cross-compiling on Linux). You will find a accountfre-esetup.exe installer in the dist/logarithmplotter/ folder.

Linux

Run bash linux/install_local.sh

    LogarithmPlotter - Create graphs with logarithm scales.
    Copyright (C) 2021  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/>.