Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 585582 Details for
Bug 823157
octave subplot holding problem with legend used
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
m script to trigger the bug
legend_bug.m (text/x-objcsrc), 436 bytes, created by
Alick Zhao
on 2012-05-19 14:43:30 UTC
(
hide
)
Description:
m script to trigger the bug
Filename:
MIME Type:
Creator:
Alick Zhao
Created:
2012-05-19 14:43:30 UTC
Size:
436 bytes
patch
obsolete
>% Problem confirmed: >% legend in subplot will make subsequent plot fail to hold previous plots > >x = [0.1 0.2; 0.5 0.8]; > >figure; hold on; box on; >for cnt=1:2 > subplot(1,2,1); > hold on; box on; > plot(x(1,cnt), x(2,cnt), 'r+'); > xlim([0 1]); ylim([0 1]); > legend('foo'); > legend('boxon'); > > subplot(1,2,2); > hold on; box on; > plot(x(1,cnt), x(2,cnt), 'b*'); > xlim([0 1]); ylim([0 1]); >end > >print('bug.eps');
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 823157
: 585582