Compare commits
2 commits
eb3b103c3e
...
f58b972359
Author | SHA1 | Date | |
---|---|---|---|
f58b972359 | |||
4dfba09d02 |
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue