(self)
| 150 | return self.get_attribute_from_ref_artist("markeredgecolor") |
| 151 | |
| 152 | def get_markeredgewidth(self): |
| 153 | return self.get_attribute_from_ref_artist("markeredgewidth") |
| 154 | |
| 155 | def set_tick_direction(self, direction): |
| 156 | _api.check_in_list(["in", "out", "inout"], direction=direction) |
no test coverage detected