Skip to content

Fixed Digit as Variable in Function Editor

Kuntal Bar requested to merge kuntalhere/labplot:work/ProbDigitAsVar into master

Issue #592 : A problem with digits used as variable names in the function editor

Description

Description: This pull request fixes the issue of digits identifying as variable in function editor

For instance, consider a scenario where variable names are '1' and the function expression is also '1.'. This lead to confusion in assignment of variables thus I have restricted the allowed variables, the variables having digit as first characters are not allowed

image

Merge request reports