3d: enable grid linestyle#3938
3d: enable grid linestyle#3938laishulu wants to merge 2 commits intomatplotlib:masterfrom laishulu:feature/enable-grid-linestyle
Conversation
|
This fails because the 'linestyle' entry was never made in the info dictionary. Also, I would rather not add things to this dictionary. It was only meant to be a stopgap solution while the axes class was getting normalized with regular axes. It would be nice to implement grid line styles, but not like this. I would rather it be done through the normal getters/setters (whatever they would be). |
|
Yes, the original But the line I insert surely works :-). As far as I know from the comments in the codes, the whole |
|
I think I am with @WeatherGod, user code should not be touching @chenhouwu Can you also update the |
|
Replaced by #5585 |
No description provided.