Skip to content

Commit

Permalink
corrected typo in util_printFigure in path to plot2svg
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBlankertz committed Mar 31, 2018
1 parent 6258ea3 commit 988e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/util_printFigure.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function util_printFigure(file, varargin)

if strcmpi(opt.Format, 'SVG'),
if ~exist('plot2svg', 'file'),
addpath(fullfile(BTB.Dir, 'externals', 'plot2svg-master','src'));
addpath(fullfile(BTB.Dir, 'external', 'plot2svg-master','src'));
end
plot2svg([fullName '.svg']);
return;
Expand Down

0 comments on commit 988e9ee

Please sign in to comment.