Skip to content

Commit

Permalink
Adding missing acceleration file and updated plot settings to make th…
Browse files Browse the repository at this point in the history
…em look a bit nicer (#7)
  • Loading branch information
adkoele authored Jan 27, 2025
1 parent 076ed28 commit a1f1f44
Show file tree
Hide file tree
Showing 2 changed files with 1,365 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/HelperFunctions/plotVarType.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
if ~isfield(style.subFigSettings, 'originRight'); style.subFigSettings.originRight = 2; end
if ~isfield(style.subFigSettings, 'oneUp'); style.subFigSettings.oneUp = 1.5; end
if ~isfield(style.subFigSettings, 'oneRight'); style.subFigSettings.oneRight = 2.5; end
if ~isfield(style.subFigSettings, 'nCol'); style.subFigSettings.nCol = 2; end
if ~isfield(style.subFigSettings, 'nCol'); style.subFigSettings.nCol = 5; end

% Get stuff from style struct
figureSize = style.figureSize;
Expand Down
Loading

0 comments on commit a1f1f44

Please sign in to comment.