bugGNU Octave - Bugs: bug #49954, [OF] update online documentation...

 
 

bug #49954: [OF] update online documentation for `datetick`

Submitter:  None
Submitted:  Thu 29 Dec 2016 07:56:27 PM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  3 - Low Item Group:  Documentation
Status:  Fixed Assigned to:  None
Originator Name:  Suever Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.0
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 02 Jan 2017 05:54:15 PM UTC, comment #7: 

Alright, my bad. Everything looks fine.

Kai Torben Ohlhus <siko1056>
Group Member
Mon 02 Jan 2017 03:36:07 PM UTC, comment #6: 

When I follow the link of comment #2, I see two pictures (located at the URLS indicated in comment #4).

So, everything looks fine to me.

If you still see links corresponding the URLS of comment #3, perhaps are you looking at a cached version of ths old page?

Julien Bect <jbect>
Mon 02 Jan 2017 03:31:45 PM UTC, comment #5: 

The link of comment #2 shows 404 image links for the two URLs of comment #3 (I do not see any pictures there). Either you can rename the pictures of comment #4 or you change the image URLs.

Kai Torben Ohlhus <siko1056>
Group Member
Mon 02 Jan 2017 03:27:34 PM UTC, comment #4: 
Julien Bect <jbect>
Mon 02 Jan 2017 02:52:12 PM UTC, comment #3: 
Kai Torben Ohlhus <siko1056>
Group Member
Mon 02 Jan 2017 01:00:48 PM UTC, comment #2: 

The online documentation on SourceForge is now up-to-date:
https://octave.sourceforge.io/octave/function/datetick.html

This report can be closed.

Julien Bect <jbect>
Thu 29 Dec 2016 11:14:13 PM UTC, comment #1: 

Thank you for the report. When using Octave 4.2.0, the demo has already been corrected [1]. Only the Octave forge page has not been updated properly with the new release.


<meta name="date" content="05-Jun-2015"/>


[1]: http://hg.savannah.gnu.org/hgweb/octave/file/708a4fcb7382/scripts/plot/appearance/datetick.m

Kai Torben Ohlhus <siko1056>
Group Member
Thu 29 Dec 2016 07:56:27 PM UTC, original submission:  

As pointed out on StackOverflow [1], the second demonstration in the online documentation for datetick [2] has transposed the first two input arguments. This doesn't lead to an error but the 'x' is interpreted as the undocumented input specifying the start date to use.


datetick (2, 'x', 'keepticks');


This should read


datetick ('x', 2, 'keepticks');



[1]: http://stackoverflow.com/a/41381834/670206
[2]: https://octave.sourceforge.io/octave/function/datetick.html

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jbect (Posted a comment)
  • -email is unavailable- added by siko1056 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-01-02 siko1056 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2016-12-29 siko1056 Priority5 - Normal 3 - Low
        Item GroupNone Documentation
        StatusNone Confirmed
        SummaryIncorrect usage of datetick in the online documentation [OF] update online documentation for `datetick`

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code