Compare commits

..

No commits in common. "f58b972359bdcfbf6a48771286cd4edc0523cf1d" and "eb3b103c3e01edfebd93562f57be149cfc4d59d0" have entirely different histories.

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: 20
property int maxgradx: 10
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 = 0.2
var pxprecision = 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.webp)
![Object settings](https://apps.ad5001.eu/img/en/logarithmplotter/object-settings.png)
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)