[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #46651] title in surfl mis-positioned in subpl
From: |
Ceral Paquet |
Subject: |
[Octave-bug-tracker] [bug #46651] title in surfl mis-positioned in subplot |
Date: |
Thu, 10 Dec 2015 12:31:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 |
URL:
<http://savannah.gnu.org/bugs/?46651>
Summary: title in surfl mis-positioned in subplot
Project: GNU Octave
Submitted by: octavebugs
Submitted on: Thu 10 Dec 2015 12:31:37 PM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0
Operating System: GNU/Linux
_______________________________________________________
Details:
figure
subplot(1,2,1)
surfl(rand(5));
title(sprintf('x=%.2f y=%.2f z=%.2f',1,2,3))
Using the code above, the title appears overlaid on the figure. Without
subplot, it works fine. I'm on gnuplot. I haven't chekced any other graphics
backend.
octave:67> graphics_toolkit ()
ans = gnuplot
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46651>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #46651] title in surfl mis-positioned in subplot,
Ceral Paquet <=