Create graphs with logarithmic scales, namely Bode diagrams. https://apps.ad5001.eu/logarithmplotter/
Go to file
Ad5001 b33f379c0c
continuous-integration/drone/push Build is passing Details
I didn't know there was an order for appstream releases.
2022-01-19 17:56:23 +01:00
LogarithmPlotter Forgot to add thoses files (latex.js is not used yet, but might be used in the future with a potential latex rendered). 2022-01-19 16:43:28 +01:00
ci Separating objects.js in their new respective files, adding basic time measurement system. 2021-08-14 18:57:29 +02:00
linux I didn't know there was an order for appstream releases. 2022-01-19 17:56:23 +01:00
mac Changing version to v0.1 with potential git version, changing type display request function to displayType and displayTypeMultiple 2021-08-14 16:13:14 +02:00
win Fixing windows building 2022-01-12 18:57:02 +01:00
.gitignore Forgot to add thoses files (latex.js is not used yet, but might be used in the future with a potential latex rendered). 2022-01-19 16:43:28 +01:00
.gitmodules Removing scripts in win/, moving QML Module to it's own folder, adding submodule for mixedmenu 2021-07-11 19:35:12 +02:00
CHANGELOG.md v0.1.3 release, adding changelog 2022-01-19 16:37:05 +01:00
LICENSE.md Universalising name & bumping copyright 2021-06-18 23:56:22 +02:00
MANIFEST.in Snapcraft building. 2021-08-01 00:49:44 +02:00
README.md Beginning v0.1.3 2022-01-12 14:39:23 +01:00
build-macosx.sh Fixing some bugs on MacOS related to building. 2021-08-16 19:50:54 +02:00
build-windows.bat Fixing issue with opening files on Windows. 2021-08-26 19:34:12 +02:00
build-wine.sh It seems PySide2 wasn't detected, trying to see two potential sources. 2021-08-02 22:19:58 +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 Beginning v0.1.3 2022-01-12 14:39:23 +01:00
package-macosx.sh Changing version to v0.1 with potential git version, changing type display request function to displayType and displayTypeMultiple 2021-08-14 16:13:14 +02:00
package-windows.bat Fixing windows bugs. Trying to fix some more. 2021-08-26 18:57:49 +02:00
package-wine.sh That was it! Removing debug. 2021-08-02 22:48:46 +02:00
run.py Ensuring properties are different when they're edited, + linux installation editions*. 2021-07-31 01:40:51 +02:00
setup.py Beginning v0.1.3 2022-01-12 14:39:23 +01:00
snapcraft.yaml Beginning v0.1.3 2022-01-12 14:39:23 +01:00

README.md

icon LogarithmPlotter

Build Status On flathub On Snapcraft

Create graphs with logarithm scales, namely BODE diagrams.

Run

You can simply run LogarithmPlotter using python3 run.py.

Install

Generate installers:

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

  • 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 AccountFree 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

    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/>.