Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 891 Bytes

NEWS.md

File metadata and controls

3 lines (3 loc) · 891 Bytes
  • axis_buffer can now be a tuple, allowing separate axis buffers for each dimension. Additionally, if one of the dimensions has zero variance, then the axis buffer will still be able to increase the size of that dimension. curvature_scalar can now be a matrix, so that each edge can have its own curvature. ([#96])
  • Nodes now accept the same properties as Plots.jl markers, these can be accessed using (node|marker)*, where * is a valid marker property, e.g. strokecolor. This is the same behavior as when nodes were implemented as Plots.jl markers. ([#112])
  • Self-edges for graphs with only two nodes are handled correctly. edge(style+_z) arguments have been added that take in edge properties and alter the edge properties accordingly. The edgewidth argument has been extended to accept edgewidths as either a matrix or a dictionary, like the other edge properties. (#117)