MarkerStyle is considered immutable#19341
Conversation
475462a to
d27ab97
Compare
d27ab97 to
976823e
Compare
jklymak
left a comment
There was a problem hiding this comment.
Overall makes sense to me, but it seems lines.set_fillstyle is not tested? Or did you want to deprecate that as well?
| For examples see :ref:`marker_fill_styles`. | ||
| """ | ||
| self._marker.set_fillstyle(fs) | ||
| self.set_marker(MarkerStyle(self._marker.get_marker(), fs)) |
There was a problem hiding this comment.
I guess we never test set_fillstyle? Can we use this as the opportunity to do so?
There was a problem hiding this comment.
I'd like to have this deprecation be part of 3.4 and I don't know if I have the bandwidth to add tests soon. Therefore, I'd rather do this in a later PR.
|
As opposed to what I said in the dev call, we cannot easily deprecate Therefore, I'll leave marker and fillstyle as "simple" Matplotlib properties of |
PR Summary
as discussed in yesterdays dev call.
See also #17850 (comment).