pyx-project / pyx

Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
https://pyx-project.org/
GNU General Public License v2.0
109 stars 18 forks source link

Add equality comparison for line style #28

Closed Makogan closed 3 years ago

Makogan commented 3 years ago

I think this class: https://github.com/mjg/PyX/blob/ea656fc3771004e5c88a60aabdbdf0a66452bfe1/pyx/style.py#L162

Could benefit from implementing equality comparisons.

Example use case, if style == linestyle.dashed: set_linewidth(0.001)