- Remove obsoletely plotted lines
- Fix documentation
- Fix missing propagation of function arguments
- Export functions
phasorsine_hline
andphasorcosine_hline
- Add new functions
phasorsine_hline
andphasorcosine_hline
- Add arguments
shift
andmarker
to functionsphasorsine
andphasorcosine
- Fix documentation and plotting of
lengthdimension
due to problem with non-relative coordinates
- Switch line width of doted lines in function
phasorsine
andphasorcosine
fromlineWidth4
tolineWidth1
in
- Switch to a different model of
arrowaxes
:- Function
arrowaxes
is re-written to allow more felxibility. However, the applied changes are non-backwards compatible. Yet, user code develop in previous versions of ElectricalEngineering may still work, depending on the used function arguments. - The function argument
axisoverhang
andoverhang
are obsolet and a warning is triggered, to let the user know, that this arguments will be removed in a future version - The scaling of the figure, to which
arrowaxes
is applied, is not changed any more. The user has to manually rescale the figure usingxlim
andylim
in case this is required for a proper apperance of the axis. - Two additional arguments
yleft
andxbelow
are used to define the location ofylabel
andxlabel
, respectively.
- Function
- Functions
phasorsine
andphasorcosine
now use a different scaling to be compatible witharrowaxes
- Extende dependency range in Project.toml
- Switch from save3fig to save2fig for default exporting images
- Add function
pasorcosine
- Fix missing return value in function
par
- Fix error in function
par
- Add the redundant function
par
as simplified and equivalent implementation to∥
- Add dependency on Unitful 0.15.0 to improve compatibility
- Remove Compat package
- Change lineWidth3 from 1.5 to 1
- Change lineWidth4 from 1 to 1.5
- Change lineStyle3 to dash short
- Change lineStyle4 to dash dot
- Unify gray styles
- Change UUID from ab11b94a-4edd-11e9-29d4-ab4fb969a4dc to 84e62fa8-74a0-5990-9214-c45bd74ae4d7 according to https://travis-ci.org/JuliaLang/METADATA.jl/jobs/510870012
- Renamed package from EE.jl to ElectricalEngineering.jl accoriding to JuliaLang/METADATA.jl#22394
- Update limits of arrowaxes
- Fix issue caused by upgrading to Julia 1.0
- Fix issues removeaxes not removing the axes entirely
- Fix issues with matplotlib calls
- Fix issue with
setproperty!
- Fix issue with vector length when adding scalar to vector
- Fix issue with integer arguments of function
range
- Fix issue with obsolete function
linspace
- Fix issue with obsolete function
atan2
- Move test example to
examples
folder - Create test runs to check EE package
- Switch to Julia 1.X package management system
- Last version supporting Julia 0.6.4
- Fixing bug in handling the condition of complex numbers, see #2
- Initial version