News
master
-
The functions
labelslidergrid!andlabelslider!now set fixed widths for the value column with a heuristic. It is possible now to passFormatting.formatformat strings as format specifiers in addition to the previous functions.
v0.15.2
-
Reenabled Julia 1.3 support.
-
Use MathTexEngine v0.2 .
-
Depend on new GeometryBasics, which changes all the Vec/Point/Quaternion/RGB/RGBA - f0 aliases to just f. For example,
Vec2f0is changed toVec2f. Old aliases are still exported, but deprecated and will be removed in the next breaking release. For more details and an upgrade script, visit GeometryBasics#97 . -
Added
hspan!andvspan!functions #1264 .
v0.15.1
-
Switched documentation framework to Franklin.jl.
-
Added a specialization for
volumeslicesto DataInspector. -
Fix 1 element
histand make it easier to movehist.
v0.15.0
-
LaTeXStrings can now be used as input totextand therefore as labels forAxis,Legend, or other comparable objects. Mathematical expressions are typeset using MathTeXEngine.jl which offers a fast approximation of LaTeX typesetting. #1022 -
Added
Symlog10andpseudolog10axis scales for log scale approximations that work with zero and negative values. #1109 -
Colorbar limits can now be passed as the attribute
colorrangesimilar to plots. #1066 -
Added the option to pass three vectors to heatmaps and other plots using
SurfaceLikeconversion. #1101 -
Added
stairsplot recipe. #1086 -
Removed
FigurePositionandFigureSubpositiontypes. Indexing into aFigurelikefig[1, 1]now returnsGridPositionandGridSubpositionstructs, which can be used in the same way as the types they replace. Because of an underlying change inGridLayoutBase.jl, it is now possible to doAxis(gl[1, 1])whereglis aGridLayoutthat is a sublayout of aFigure's top layout. #1075 -
Bar plots and histograms have a new option for adding text labels. #1069
-
It is possible to specify one linewidth value per segment in
linesegments. #992 -
Added a new 3d camera that allows for better camera movements using keyboard and mouse. #1024
-
Fixed the application of scale transformations to
surface. #1070 -
Added an option to set a custom callback function for the
RectangleZoomaxis interaction to enable other use cases than zooming. #1104 -
Fixed rendering of
heatmaps with one or more reversed ranges in CairoMakie, as inheatmap(1:10, 10:-1:1, rand(10, 10)). #1100 -
fixed volume slice recipe and add docs for it #1123
These docs were autogenerated using Makie: v0.15.3, GLMakie: v0.4.7, CairoMakie: v0.6.6, WGLMakie: v0.4.7