Skip to content

Commit 46e03fd

Browse files
author
Ross Hatton
committed
Fixed tick bug
1 parent e9757e6 commit 46e03fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProgramFiles/sys_draw_fcns/dbeta_draw.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
label_shapespace_axes(ax,[],plot_info.stretch);
245245

246246
%Set the tic marks
247-
set_tics_shapespace(ax,s,s.convert);
247+
set_tics_shapespace(ax,s)%,s.convert);
248248

249249
%If there's a shape change involved, plot it
250250
if ~strcmp(shch,'null')

0 commit comments

Comments
 (0)