Mercurial > hg > octave-lyh
comparison scripts/plot/private/__go_draw_axes__.m @ 17416:266fafd1ffc1
fix 2 strcmp<->strncmp issues from 3f0ed69d21c6
* __go_draw_axes__.m: replaced strncmp with strcmp
* plot/uigetfile.m: removed length specifier from strcmpi
author | Andreas Weber <andreas.weber@hs-offenburg.de> |
---|---|
date | Wed, 11 Sep 2013 13:31:45 +0200 |
parents | 3f0ed69d21c6 |
children |
comparison
equal
deleted
inserted
replaced
17415:a5de727e3795 | 17416:266fafd1ffc1 |
---|---|
641 endif | 641 endif |
642 endif | 642 endif |
643 | 643 |
644 if (! isnan (xcol) && ! isnan (ycol)) | 644 if (! isnan (xcol) && ! isnan (ycol)) |
645 ## Is the patch closed or not | 645 ## Is the patch closed or not |
646 if (strncmp (obj.facecolor, "none")) | 646 if (strcmp (obj.facecolor, "none")) |
647 hidden_removal = false; | 647 hidden_removal = false; |
648 else | 648 else |
649 | 649 |
650 if (isnan (hidden_removal)) | 650 if (isnan (hidden_removal)) |
651 hidden_removal = true; | 651 hidden_removal = true; |