| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Changelog: https://github.com/ppinard/matplotlib-scalebar/compare/0.7.2...0.8.0
Reported by: portscout
|
|
|
|
|
|
|
|
|
| |
Since the previous update changed USES=python from 3.6+ to 3.7+, all
dependent ports must have USES=python:3.7+ as well, otherwise it breaks
the @py36 flavor.
PR: 255347
Reported by: sunpoet
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix deprecation warning in matplotlib >= 3.4 of minimumdescent
Changelog: https://github.com/ppinard/matplotlib-scalebar
Reported by: Repology
Approved by: arrowd, tcberner (mentors, implicit)
|
|
|
|
|
|
|
|
|
| |
- Fix scalebar location validation from rcParams
Changelog: https://github.com/ppinard/matplotlib-scalebar#071
Reported by: Repology
Approved by: arrowd, tcberner (mentors, implicit)
|
|
|
|
|
|
|
| |
Changelog: https://github.com/ppinard/matplotlib-scalebar#070
Reported by: Repology
Approved by: arrowd, tcberner (mentors, implicit)
|
| |
|
|
|
|
|
|
|
|
|
| |
This minor update fixes a reciprocal unit prefix and updates SILengthReciprocalDimension tests[1].
[1] https://github.com/ppinard/matplotlib-scalebar#release-notes
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26421
|
|
|
|
|
|
|
| |
After I got a commit bit for ports, it is time now to change the maintainers entry in all 'owned' ports.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26398
|
|
Provides a new artist for matplotlib to display a scale bar, aka micron bar. It
is particularly useful when displaying calibrated images plotted using
plt.imshow(...).
- While I'm here:
- Add LICENSE_FILE
- Use USE_LOCALE instead of patch file
WWW: https://github.com/ppinard/matplotlib-scalebar
PR: 241508
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|