[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42949] gnuplot no longer handles legends when
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #42949] gnuplot no longer handles legends when an axis use log scale |
Date: |
Fri, 08 Aug 2014 17:00:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?42949>
Summary: gnuplot no longer handles legends when an axis use
log scale
Project: GNU Octave
Submitted by: rik5
Submitted on: Fri 08 Aug 2014 10:00:26 AM PDT
Category: Plotting with gnuplot
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
I found this by testing demo #7 from axis.m. I've extracted and made the
example even simpler.
Sample code:
plot (1:10)
set (gca, 'yscale', 'log')
legend ('abc')
gnuplot> set key box reverse vertical sfpoancti n"gV e1r.d2a5n a , 1 0 "
textcolor rgb "#000000" enhanced;
^
line 0: unknown key option
This works in version 3.8.1 and on the gui-release branch so this is a
regression somewhere on the development branch.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42949>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42949] gnuplot no longer handles legends when an axis use log scale,
Rik <=