File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments