[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #41770] Some factory defaults don't conform to
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #41770] Some factory defaults don't conform to matlab values |
Date: |
Sun, 13 Apr 2014 08:42:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
Follow-up Comment #9, bug #41770 (project octave):
Hello Rik,
Thanks for the review of all those patches.
I checked the properties you mentioned in matlab:
>> version
ans =
7.14.0.739 (R2012a)
>> get (0, 'factoryaxescameraupvector')
ans =
0 0 0
>> get (0, 'defaultaxescameraupvector')
ans =
0 0 0
>> plot (1:10)
>> get (gca, 'cameraupvector')
ans =
0 1 0
>> close all
>> peaks ()
z = 3*(1-x).^2.*exp(-(x.^2) - (y+1).^2) ...
- 10*(x/5 - x.^3 - y.^5).*exp(-x.^2-y.^2) ...
- 1/3*exp(-(x+1).^2 - y.^2)
>> get (gca, 'cameraupvector')
ans =
0 0 1
>> get (0, 'factoryimageAlphaDataMapping')
ans =
none
>> get (0, 'defaultimageAlphaDataMapping')
ans =
none
"cameraupvector" value depends on the type of object (and probably the current
axes "view" property), but its factory value is not conform to their
documentation.
"alphadatamapping" is not conform to their documentation neither, at least in
the version I use for testing.
Coming back to my interrogation, do someone have an idea on a central place to
set non factory defaults? E.g. locale specific defaults (papersize,
paperunits) could be set there (as a European I'd really be happy to not mess
with those esoteric inches :-).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41770>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/