v0.3.0
Phonetics v0.3.0
The plotting functionalities have been updated to use RecipesBase.jl
instead of Plots.jl
. This change allows the package to be loaded and precompiled without needing to compile all of Plots.jl
and its dependencies, and it allows for plotting-related keyword arguments to work in a more straightforward fashion. Additionally, it allows the !
versions of plots to work better without needing to pass in an add
argument. See below for indications of API changes.
Breaking changes
vowelPlot
is now calledvowelplot
.plot(::VowelSpace)
is nowvowelspaceplot
, and theadd
variable is no longer needed. Instead, to add additional hulls to an existing area plot, usevowelspaceplot!
.
Known limitations
The color for the labels in vowelplot
cannot be changed from black. This is a limitation based on what values are allowed for the color of a Text
object and how a Text
object can be specified in a plot recipe.
Merged pull requests: