Menu

#733 Enable parametric coordinates in plots

v1.1.x
closed
v1.1.4
New Functionality
2022-09-18
2022-09-05
Erik Hänel
No

Enable parametric coordinates in plots, i.e. usage of a additional functions/data sets to replicate the coordinate transforms. Activating this feature will be done by using the coords=parametric setting. The signature will then change to

plot xdat(), ydat() -set coords=parametric
plot xfunc(x), yfunc(x) -set coords=parametric
surf xdat(), ydat(), zdat() -set coords=parametric
surf xfunc(), yfunc(), zfunc() -set coords=parametric

Analysis:

The description contains most of the necessary details. We'll also allow the usage of a option combination like coords=polar-parametric.

Implementation:

  • Implementation: Implemented as proposed by description and analysis.
  • Revision: [r1206]
  • Implementation test: Parametric plots were created with datagrids and functions.

Documentation:

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

Tests:

Functionality was added to the automatic SW test. Functionality is working as required by the description.

Related

Commit: [r1206]

Discussion

  • Erik Hänel

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

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

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,25 @@
         plot xfunc(x), yfunc(x) -set coords=parametric
         surf xdat(), ydat(), zdat() -set coords=parametric
         surf xfunc(), yfunc(), zfunc() -set coords=parametric
    +
    +###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-09-05
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
         surf xfunc(), yfunc(), zfunc() -set coords=parametric
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The description contains most of the necessary details. We'll also allow the usage of a option combination like `coords=polar-parametric`.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -9,19 +9,19 @@
     The description contains most of the necessary details. We'll also allow the usage of a option combination like `coords=polar-parametric`.
    
     ###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: Implemented as proposed by description and analysis.
    +* Revision: [r1206]
    +* Implementation test: Parametric plots were created with datagrids and functions.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1206]

  • Erik Hänel

    Erik Hänel - 2022-09-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -25,4 +25,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Functionality was added to the automatic SW test. Functionality is working as required by the description.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB