Tue 09 Jul 2013 01:50:24 PM UTC, original submission:
In the plot I obtain from semilogx the minor ticks are incorrect.
The script ('octave_drag_coefficient_sphere.m') I use is attached to the report. I run the script manually in the octave console (see below or attached image "run_script_octave_command_line.png"):
- expected result: in the plot minor and major tics on the x axis are plotted correctly (e.g. there are nine minor tics between every two adjacent exponents of 10, e.g. 1.0e-7 and 1.0e-6).
- observed result: The major tics are shown only for the even exponents of 10 (e.g. 1.0e-6, 1.0e-4, etc.) and there are nine minor tics between every two adjacent major tics. This behaviour does not seem to be correct (see attached image "Output_nominal_v3.6.4.png")
Investigations:
Tried to use
or
and
-verbatim-
'xtickmode', 'manual',
-verbatim-
but this does not lead to the desired correct display of the minor tics (see attached images "Output_uncommented_line*.png")
Tried with octave v3.2.4 for Windows and only when line 82, 83 and 87 are commented out, then the plot is correct (see attached image "Output_nominal_v3.2.4.png").
Additional Info:
OS: Win7 Pro x64
|