[4777] in Athena Bugs
vax 6.4R: matlab
daemon@ATHENA.MIT.EDU (ellis@ATHENA.MIT.EDU)
Tue Apr 17 10:32:51 1990
From: ellis@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Tue, 17 Apr 90 10:32:38 EDT
System name: orthanc
Type and version: CVAXSTAR 6.4R
Display type: SM
What were you trying to do?
Use the 'axis' command to produce a graph that is a subset of the
domain. For example, for a matrix Z, that is 33x33:
axis([1 17.5 1 17.5])
should set manual scaling, with limits 1 to 17.5 in both x and y.
See sample below.
What's wrong:
The 'axis' command to set manual scaling limits works correctly for
the on screen graph, but has no effect on hardcopy graphs.
Using the 'print' command causes the entire domain to be plotted.
What should have happened:
The hardcopy graph should be identical to the on screen graph.
Please describe any relevant documentation references:
Pro-Matlab User's Guide.
To demo the problem:
setup matlab
matlab ( in the xterm created by previous command )
In matlab type "axisbug" to get the on screen plot, followed by
"print('nil')" to see hardcopy bug, i.e.
>> axisbug
>> print('nil')