[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #38914] Gnuplot axis reverse is not working
From: |
Dan Sebald |
Subject: |
[Octave-bug-tracker] [bug #38914] Gnuplot axis reverse is not working |
Date: |
Tue, 07 May 2013 00:20:07 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 |
URL:
<http://savannah.gnu.org/bugs/?38914>
Summary: Gnuplot axis reverse is not working
Project: GNU Octave
Submitted by: sebald
Submitted on: Tue 07 May 2013 12:20:05 AM GMT
Category: Plotting with gnuplot
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
The "image" command is not producing an image with the y-axis reversed,
although the matryoshka pointer info all looks correct.
The issue is that gnuplot graphics code is using the keyword
"reverse"/"noreverse" but that only applies to automatic xrange
specifications. When actual numerical values are given for the range (which
is always the case here), the range values (e.g., xlim) need to be reversed.
I will attach a patch after submitting this report.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38914>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #38914] Gnuplot axis reverse is not working,
Dan Sebald <=