|
From: | Charles Praplan |
Subject: | [Octave-bug-tracker] [bug #53647] xlabel, hold & plot fcts |
Date: | Sat, 14 Apr 2018 03:23:14 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 |
URL: <http://savannah.gnu.org/bugs/?53647> Summary: xlabel, hold & plot fcts Project: GNU Octave Submitted by: charprap Submitted on: Sat 14 Apr 2018 07:23:13 AM UTC Category: Plotting Severity: 3 - Normal Priority: 5 - Normal Item Group: None Status: None Assigned to: None Originator Name: Charles Praplan Originator Email: Open/Closed: Open Discussion Lock: Any Release: 4.2.2 Operating System: Microsoft Windows _______________________________________________________ Details: Following code produces a buggy figure! figure; fs=1e6; xlabel('Time [s]'); hold on; plot([1:1000]/fs, [1:1000].^2); Remarks : - this happens with 'qt' and 'fltk' graphics_toolkit - ok with fs=1e5 - ok without "xlabel('Time [s]');" - ok without "hold on" _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?53647> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |