Menu

#2729 v6.0.1: show key does not show all of the key title attributes

None
pending-fixed
nobody
None
2024-08-12
2024-08-11
Anonymous
No

Gnuplot 6.0.1 on Debian 12

Some of the key title attributes are not displayed via show key.
In the example below, the value of the title's textcolor and enhanced attributes do not appear.

gnuplot> set key default
gnuplot> set key title "foo"  noenhanced  right font "sans,22"  textcolor "blue"
gnuplot> show key

    key is ON, position: top right vertical fixed  offset: (character 0, 0)
    key is right justified, not reversed, not inverted, enhanced and not boxed
    sample length is 4 characters
    vertical spacing is 1 characters
    width adjustment is 0 characters
    height adjustment is 0 characters
    curves are automatically titled with filename
    maximum number of columns is calculated automatically
    maximum number of rows is calculated automatically

    key title is "foo" font "sans,22" right justified 

P.S.: I forgot to login before submitting this report; can't seem to update the creator field..

Discussion

  • Diab Jerius

    Diab Jerius - 2024-08-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,3 +20,5 @@
    
        key title is "foo" font "sans,22" right justified 
     ~~~
    +
    +P.S.: I forgot to login before submitting this report; can't seem to update the creator field..
    
    • Group: -->
    • Priority: -->
     
  • Ethan Merritt

    Ethan Merritt - 2024-08-12
    • status: open --> pending-fixed
     

Log in to post a comment.