Skip to content

Commit 615dcb5

Browse files
committed
log
1 parent 12cbab7 commit 615dcb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
* Added `compas_plotters.artists.NetworkArtist.draw_nodelabels`.
13+
* Added `compas_plotters.artists.NetworkArtist.draw_edgelabels`.
14+
* Added `compas_plotters.Plotter.fontsize`.
15+
1216
### Changed
1317

18+
* Fixed bug in inheritance of `compas_plotters.artists.NetworkArtist`.
19+
* Changed `compas_plotters.artists.MeshArtist.draw_edges` to ignore edge direction for assignment of edge colors and widths.
20+
* Changed `compas_plotters.artists.MeshArtist.draw_vertexlabels` to use `compas_plotters.Plotter.fontsize`.
21+
* Changed `compas_plotters.artists.MeshArtist.draw_edgelabels` to use `compas_plotters.Plotter.fontsize`.
22+
* Changed `compas_plotters.artists.MeshArtist.draw_facelabels` to use `compas_plotters.Plotter.fontsize`.
23+
1424
### Removed
1525

1626

0 commit comments

Comments
 (0)