Makie v0.19.7
Closed issues:
- support
alpha
keyword arg (#84) - GLMakie: heatmap errors on adjoint(::Matrix{Float32}) (#1320)
- Heatmap with log scale colorbar (cscale) ? (#1405)
- Unable to set title in a for loop using display + wait (#1416)
- Error bars scale with x-axis scaling (#1455)
- resize figure resolution to fit contents so that there is no padding / margin (#1523)
- image fails with transpose of Matrix{Float32} (#1795)
- Colorbar not sync'ed with Menu selection (#2484)
- Too strict typing when applying xtickformat to convert a string to a LaTeXString for Axis3 (#2601)
- CairoMakie ignores
linestyle = :dash
inMakie.poly
(#2603) - DataInspector tooltips don't move with transformed elements (#2662)
- error with rich text (#2698)
- callback error in arrows data inspection (#2764)
- CairoMakie does not respect the z translation of plots inside recipes (#2792)
- Figure with non-default font requires
update_theme!
call on GLMakie versions > 0.7.0 (#2862) - CairoMakie plots heatmaps incorrectly in 3D (#2889)
- Outdated links in stable docs (#2969)
- WGLMakie: "Warning: Observable not found" + failing interactivity in Jupyter notebook (#2996)
- Log scale broken for histograms (#3000)
- Whisker width on error bars does not work as expected on log scale plot. (#3005)
- website layout issue (#3006)
- Cannot compile GLMakie (#3007)
- Can Gmakie modify different multiple window titles? (#3008)
- Example from doc caues errors: (#3011)
- Makie create_app Font display is not normal,v1_texture_atlas_2048_64.bin file error (#3017)
- Fill area enclosed by a line (#3018)
- Horizontal spacing strangely adjusted for Axis3 (#3019)
- clean up CompatHelper branches (#3025)
- Compat issues with FFMPEG 0.2 (#3028)
record
does not update an interactive plot in Makie 0.19 and Makie 0.18 (fine on Makie 0.17) (#3054)- scatter(nan_color...) works for CairoMakie but not GLMakie (#3067)
- Wrong rendering of Polygon result from convert_single_argument (#3070)
- WARNING: Makie.MakieLayout is deprecated (#3072)
Merged pull requests:
- Arbitrary coloring functions for
streamplot
(#2002) (@asinghvi17) - Hook up ticksize attribute for Axis3 (#2354) (@fatteneder)
- Improve
bar_labels
:LaTeXString
s andfontsize
(#2501) (@greimel) - Respect linestyle when stroking polygons in CairoMakie (#2604) (@asinghvi17)
- GLTexture.Texture constructor with image parameter of type LinearAlgebra.Adjoint (#2626) (@mfandl)
- Fall back to Makie.alternativefonts() in rich text (#2699) (@asinghvi17)
- Updates for Northstar & v3 (#2786) (@SimonDanisch)
- Fully flatten plots and sort by atomic zorder in all backends (#2793) (@asinghvi17)
- add a current_axis() method to handle case when there's no current figure (#2809) (@jwahlstrand)
- Add LaTeXStrings capability for tickformats in Axis3 (#2811) (@RayleighLord)
- Add comments to the example in the landing page (#2877) (@asinghvi17)
- Use DelaunayTriangulation.jl for tricontourf (#2896) (@DanielVandH)
- Clean up colormap handling and implement colorscale + alpha kw (#2900) (@SimonDanisch)
- Adjust stroke/glow/AA scaling in GLMakie (#2950) (@ffreyer)
- Fix 3D heatmaps in CairoMakie (#2959) (@ffreyer)
- Fix bezier marker stroke (#2961) (@ffreyer)
- Continuation of polar axis (#2990) (@ffreyer)
- Fix transformation handling in DataInspector (#3002) (@ffreyer)
- add smart fillto to enable logscale y-axis histogram barplot (#3004) (@Moelf)
- Fix errorbar and bracket interaction with transform functions (#3012) (@ffreyer)
- Better error message when the GL status is not
GL_FRAMEBUFFER_COMPLETE
(#3014) (@asinghvi17) - Clean up list of available formats (#3020) (@jkrumbiegel)
- Fix links (#3021) (@jkrumbiegel)
- add option to flip x direction for bezier path (#3024) (@TomRottier)
- update docs (#3026) (@TomRottier)
- fix error message (#3029) (@bjarthur)
- fix meshscatter for 2d marker and fix shading (#3031) (@SimonDanisch)
- WGLMakie supports
pick
now (#3033) (@bjarthur) - Update NEWS.md (#3036) (@jkrumbiegel)
- Improve
set_close_to!
docstring (#3037) (@jkrumbiegel) - Sf/vscode resizing (#3044) (@SimonDanisch)
- Change Axis case (#3046) (@pepijndevos)
- Shrink logo in readme (#3047) (@jkrumbiegel)
- Update README.md (#3048) (@SimonDanisch)
- Fix gap in miter join (#3053) (@ffreyer)
- display fixes (#3057) (@SimonDanisch)
- Add keyword docs to save (#3068) (@felixcremer)
- Fix typo in cleanup of DataInspector (#3071) (@sents)
- Try to fix marker size (#3073) (@SimonDanisch)
- hexbin weights (#3074) (@SimonDanisch)
- Use RNG for heatmap test (#3075) (@SimonDanisch)
- improve performance of buffer in mesh code (#3076) (@SimonDanisch)
- better colorbuffer, fix record + window hiding when using save (#3078) (@SimonDanisch)
- prepare 0.19.7 release (#3079) (@SimonDanisch)
- Allow arrows to take a Function to produce the vector (#3080) (@SimonDanisch)