bugGNU Octave - Bugs: bug #55808, Warning noise about tick mark...

 
 

bug #55808: Warning noise about tick mark latex markup with gnuplot toolkit and pdflatex device

Submitter:  Robert Jenssen <morgawr>
Submitted:  Sat 02 Mar 2019 10:43:25 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 5.1.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 25 Mar 2019 09:07:35 PM UTC, comment #1: 

This has been fixed on the development branch of Octave about a week ago.  See https://hg.savannah.gnu.org/hgweb/octave/rev/d17eecaf4a14.  It will be a part of the 6.1 release.


Rik <rik5>
Group administrator
Sat 02 Mar 2019 10:43:25 AM UTC, original submission:  

I have a local build of octave-5.1.0 without qt and fltk that outputs the following:

$ /usr/local/octave510/bin/octave-cli -q
octave:1> version
ans = 5.1.0
octave:2> graphics_toolkit("gnuplot");
octave:3> plot(1:10);
octave:4> print("tt510","-dpdflatex");
warning: latex markup not supported for tick marks
warning: called from
    __gnuplot_draw_axes__>do_tics_1 at line 2257 column 7
    __gnuplot_draw_axes__>do_tics at line 2191 column 5
    __gnuplot_draw_axes__ at line 391 column 3
    __gnuplot_draw_figure__ at line 164 column 17
    __gnuplot_drawnow__ at line 43 column 9
    __gnuplot_print__>local_drawnow at line 232 column 5
    __gnuplot_print__ at line 144 column 9
    print at line 692 column 14
octave:5>


The output of _octave_config_info_ is attached.

A similar build of octave-4.1.1 does not produce these messages. The .pdf and .tex files appear identical (apart from /CreationDate).

Note that "help print" says that the pdflatex device is not available with the gnuplot toolkit but I have found that this combination works well when creating 2D-plots for a LaTeX document.

Robert Jenssen <morgawr>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #46390:  octave_config_info added by morgawr (21KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by morgawr (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-25 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2019-03-02 morgawr Attached File- Added octave_config_info, #46390

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code