Skip to content

Commit

Permalink
Add version info to m-file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgWoehl committed Apr 22, 2021
1 parent d7c3605 commit cb43443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Note that changing the size of the figure window or the limits, orientation, or

Logarithmic plots of any kind are not supported.

The conversion factors for perspective projections are position-dependent and therefore do not have unique values. In this case, the conversion factors for the corresponding orthographic projection are returned, which gives sensible results in most cases, and a warning is issued.
Conversion factors for perspective projections are position-dependent and therefore do not have unique values. In this case, the conversion factors for the corresponding orthographic projection are returned (which gives sensible results in most cases) and a warning is issued.

## Example

Expand Down
4 changes: 2 additions & 2 deletions points2axes.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
%This creates three 40 point long lines in the center of a 3D plot.
%
% Created 2021-04-04 by Jorg C. Woehl
% 2021-04-20 (JCW): Replaced viewmtx to speed up code (v.1.1).
% 2021-04-21 (JCW): Fixed issue with multiple input arguments.
% 2021-04-20 (JCW): Replaced viewmtx to speed up code (v1.1).
% 2021-04-21 (JCW): Fixed issue with multiple input arguments (v1.2).

ax = gca;
if (nargin>0)
Expand Down

0 comments on commit cb43443

Please sign in to comment.