From rob.a.mcdonald at gmail.com Tue Oct 1 22:57:29 2019 From: rob.a.mcdonald at gmail.com (Rob McDonald) Date: Tue, 1 Oct 2019 19:57:29 -0700 Subject: [Matplotlib-devel] Ticked stroke implementation Message-ID: I went ahead and integrated my TickedStroke into patheffects.py and pushed it up as: https://github.com/ramcdona/matplotlib/tree/TickedStroke Unfortunately, I still am not set up with a proper local MatPlotLib dev environment, so I haven't integrated a test in test_patheffects.py. However, the attached test (though ugly) should demonstrate how this works. Since my last message, I've integrated it into matplotlib and also changed the dependence on scipy's 1d interpolation to numpy's interp -- this is used in another part of matplotlib, so the dependence should be OK. Before submitting a PR, I would squash these changes down to avoid the dependence during bisection. I'd appreciate any comments, feedback, and review -- it probably isn't PR ready yet, so let me know what you think. Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test_tickedstroke.py Type: text/x-python-script Size: 1410 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: tick_plots.pdf Type: application/pdf Size: 25325 bytes Desc: not available URL: