Menu

#688 Bug within plot options

v1.1.x
fixed
v1.1.3
Bug Fix
2022-08-05
2022-03-24
Erik Hänel
No

The following expression is not possible: plot -set addyaxis=(min(c{}),max(c{}),"My Label")

Analysis:

This is one of the rare locations in the code, which does not yet follow the current practice of parsing inputs.

Implementation:

  • Implementation: Fixed as indicated by the analysis. Additionally fixed the rare case of an erroneously calculated left axis.
  • Revision: [r1107]
  • Implementation test: The erronous plot was created without deviation.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [x] not needed
  • Language files:
    • [ ] corresponding language files updated
    • [x] not needed

Tests:

Exemplary expression was added to the automatic SW tests and tested manually as well. Detected deviation was resolved within [r1198].

Related

Commit: [r1107]
Commit: [r1198]

Discussion

  • Erik Hänel

    Erik Hänel - 2022-03-24
    • labels: --> plotting, internal
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2022-03-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     The following expression is not possible: `plot -set addyaxis=(min(c{}),max(c{}),"My Label")`
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2022-03-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     The following expression is not possible: `plot -set addyaxis=(min(c{}),max(c{}),"My Label")`
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This is one of the rare locations in the code, which does not yet follow the current practice of parsing inputs.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2022-03-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     This is one of the rare locations in the code, which does not yet follow the current practice of parsing inputs.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Fixed as indicated by the analysis. Additionally fixed the rare case of an erroneously calculated left axis.
    +* Revision: [r1107]
    +* Implementation test: The erronous plot was created without deviation.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r1107]

  • Erik Hänel

    Erik Hänel - 2022-08-05
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Exemplary expression was added to the automatic SW tests and tested manually as well. Detected deviation was resolved within [r1198].
    
    • status: testing --> fixed
     

    Related

    Commit: [r1198]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB