Skip to content

Commit

Permalink
maint: formatting tweaks to bar.m
Browse files Browse the repository at this point in the history
* bar.m: Formatting tweaks to BIST test labels.
  • Loading branch information
Rik committed Oct 25, 2024
1 parent e87d5e7 commit c245fab
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/plot/draw/bar.m
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
%! close (hf2);
%! end_unwind_protect

## Style "hist"
## Style "hist".
%!test
%! hf = figure ("visible", "off");
%! unwind_protect
Expand All @@ -366,7 +366,7 @@
%! close (hf);
%! end_unwind_protect

## Style "histc"
## Style "histc".
%!test
%! hf = figure ("visible", "off");
%! unwind_protect
Expand Down Expand Up @@ -538,7 +538,7 @@
%! close (hf);
%! end_unwind_protect

## Non-zero baseline
## Non-zero baseline.
%!test
%! hf = figure ("visible", "off");
%! unwind_protect
Expand Down Expand Up @@ -569,7 +569,7 @@
%! close (hf);
%! end_unwind_protect

## Color settings:
## Color settings.
%!test
%! hf = figure ("visible", "off");
%! unwind_protect
Expand Down Expand Up @@ -633,7 +633,7 @@
%! close (hf);
%! end_unwind_protect

## Change to horizontal:
## Switch from vertical to horizontal.

%!test <*65671> # Baseline should change to horizontal with bars.
%! hf = figure ("visible", "off");
Expand Down Expand Up @@ -893,7 +893,7 @@
%! close (hf);
%! end_unwind_protect

#### Ensure y tick labels are updated with ydata changes.
## Ensure y tick labels are updated with ydata changes.
%!test <*65734>
%! hf = figure ("visible", "off");
%! unwind_protect
Expand Down Expand Up @@ -923,7 +923,6 @@
%! close (hf);
%! end_unwind_protect


%% Test input validation
%!error <Invalid call> bar ()
%!error <Y must be numeric> bar ("foo")
Expand Down

0 comments on commit c245fab

Please sign in to comment.