Compare commits

...

2 commits

Author SHA1 Message Date
f58b972359
Updating README
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-26 08:39:46 +01:00
4dfba09d02
Improving handling of very high/low values on logarithmic scales 2022-01-25 23:50:01 +01:00
3 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ Canvas {
property string yaxisstep: "4"
property string xlabel: ""
property string ylabel: ""
property int maxgradx: 10
property int maxgradx: 20
property double linewidth: 1
property double textsize: 14
property bool logscalex: false

View file

@ -142,7 +142,7 @@ class Function extends Common.ExecutableObject {
static drawFunction(canvas, ctx, expr, definitionDomain, destinationDomain, drawPoints = true, drawDash = true) {
// Reusable in other objects.
// Drawing small traits every 2px
var pxprecision = 2
var pxprecision = 0.2
var previousX = canvas.px2x(0)
var previousY;
if(definitionDomain instanceof MathLib.SpecialDomain && definitionDomain.moveSupported) {

View file

@ -9,7 +9,7 @@
## Screenshots
![Magnitude example](https://apps.ad5001.eu/img/full/logarithmplotter.png)
![Phase example](https://apps.ad5001.eu/img/en/logarithmplotter/phase.png)
![Object settings](https://apps.ad5001.eu/img/en/logarithmplotter/object-settings.png)
![Object settings](https://apps.ad5001.eu/img/en/logarithmplotter/object-settings.webp)
You can find more screenshots on the [app website](https://apps.ad5001.eu/logarithmplotter/).
@ -70,5 +70,5 @@ There are several ways to contribute to LogarithmPlotter.
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:
- Norwegian translation by [Allan Nordhøy](https://github.com/comradekingu)
- Hungarian translation by [Óvári](https://github.com/ovari)
- 🇳🇴 Norwegian translation by [Allan Nordhøy](https://github.com/comradekingu)
- 🇭🇺 Hungarian translation by [Óvári](https://github.com/ovari)