Releases: MakieOrg/Makie.jl
Releases · MakieOrg/Makie.jl
v0.19.3
Makie v0.19.3
Closed issues:
- [docs] documentation for using legend is missing (#308)
- Planned feature: interop with GeoInterface (#376)
- VizCon planning (#504)
- Weird issue with
scale_plot = false
on a surface (#492) - Build of GLMakie fails despite having a GPU card and drivers installed on Arch Linux (#630)
Base.empty!(ax::LAxis)
? (#643)- segmentation fault on archlinux (#784)
- Scene window closes abruptly on Win10 without error msg (#793)
- Makie memory leak? (#795)
- UndefVarError: ObserverFunction not defined (#802)
- ERROR: InitError: could not load library ... \libgio-2.0-0.dll (#1114)
- Rendering of stairs plot is distorted when zoomed out (#1129)
- Feature Request: Gantt Charts (#1237)
- Specify
text
anchor in screen coordinates (#1638) - Saving continuously updated figure leads to large number of allocations (#1692)
- [bug] [performance] @recipe macro using
image
allocates many times more memory than the individual image plots (#1881) - Allow passing a backend manually to
save
(#1960) - Overlapping/zombie contour lines (#2077)
Axis3
axis label modifications with LaTeX do not get rendered (works forAxis
) (#2513)- Makie started segfaulting quite regularly :( (#2606)
- Extra workflow runs (#2619)
- Reference frame like in CAD software ? (#2624)
- [Feature request] Add a markerevery option to scatter/scatterlines (#2639)
- GLMakie cannot handle scatter with empty input (#2644)
- How to make subplot more compact and move ticks of colorbar (#2651)
- Deleting legends fails (#2659)
- Line segments in
text(lstr::LaTeXString)
are misplaced (align
keyword is ignored) (#2667) - log scale breaks zoom controls (#2673)
- Save figure using the backend argument leaves empty figure behind (#2675)
- GLMakie | Failure to precompile on WSL2 (#2684)
- Poly outline not displaying correctly (#2690)
- Scene tutorial not working (#2697)
- Simple lines() plot is truncated (#2702)
LoadError: no unique matching method found for the specified argument types
during precompilation (#2704)- lines example not working (#2705)
- Interactively toggle visibility of plots by clicking on legend (#2717)
- Running with
--compiled-modules=no
leads to segfault (#2722) - Axis reacts to interactions after deletion (#2723)
- Inspector: tooltip offset in
show_data
forScatter
assumes scalarmarkersize
(#2724) - Separate window created when using plot pane in VSCode [GLMakie] (#2732)
- (archlinux) segfault when precompiling GLMakie (#2735)
- Name clash in
plot!
for arrow plots (#2738) - "News" link on docs page broken (#2747)
- GLMakie leaves behind a detached window when inlined in Jupyter notebooks (#2752)
markerspace = :data
seems not working withscatter
plot (#2758)- Unexpected Allocations for custom recipe (#2767)
- GLMakie crash Julia on M2 (#2771)
- WGLMakie fails to precompile on M2 (#2772)
- No trigger to render for buffered vertices in mesh (#2773)
- Can not plot into figure after using
empty!
on it. (#2794)
Merged pull requests:
- Brackets and bezier lines (#2356) (@jkrumbiegel)
- fix silent
LaTeXString
conversion (#2588) (@t-bltg) - Add scrollspeed for Menu and increase the default for non apple system (#2616) (@ffreyer)
- Fixes for GeoMakie (#2645) (@SimonDanisch)
- speedup heatmaps in WGLMakie (#2647) (@SimonDanisch)
- Make explicit the uint (#2649) (@gatocor)
- improve docs for GLMakie backend activation (#2653) (@jwahlstrand)
- More detail in docstring for
update_theme!
(#2656) (@KronosTheLate) - reduce amount of objects compiled into sysimage (#2658) (@SimonDanisch)
- [GLMakie] Cleanup linestyles (#2666) (@ffreyer)
- Fix LaTeXString linesegments with offsets (#2668) (@jkrumbiegel)
- stop pretending rich text is AbstractString (#2671) (@jkrumbiegel)
- fix RectangleZoom selection vertices (#2674) (@EdsterG)
- Add missing backticks (#2678) (@jbisits)
- try if moving news copying out of utils and directly into makedocs fixes it (#2679) (@jkrumbiegel)
- remove trailing index.html from canonical links in sitemap (#2680) (@jkrumbiegel)
- jk/seo (#2681) (@jkrumbiegel)
- Fix color conversion in scatterlines (#2691) (@ffreyer)
- indent docstring title (#2707) (@simonbyrne)
- Remove offset in
show_data
forscatter
(#2725) (@pablosanjose) - Export the
colorant
macro from Colors.jl (#2726) (@asinghvi17) - fix RPRMakie examples (#2730) (@SimonDanisch)
- Improvements for delete & screen management (#2731) (@SimonDanisch)
- Call normalize with qualified name (#2740) (@steffenhaug)
- Provide helpful warning and round instead of cryptic error (#2743) (@KronosTheLate)
- Update NEWS.md to reflect recently merged pull requests (#2744) (@asinghvi17)
- Release a new version (#2745) (@asinghvi17)
- Add a hint on how to get RPRMakie working on Mac M1 (#2749) (@asinghvi17)
- allow scalar numbers as colors, looked up from colormaps (#2754) (@SimonDanisch)
- enable dependabot for GitHub actions (#2757) (@ranocha)
- Bump mshick/add-pr-comment from 1 to 2 (#2759) (@dependabot[bot])
- Bump actions/setup-python from 2 to 4 (#2760) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#2761) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#2762) (@dependabot[bot])
- Bump actions/upload-artifact from 2 to 3 (#2763) (@dependabot[bot])
- don't convert if not necessary (#2765) (@SimonDanisch)
- Update RPRMakie docs (#2768) (@asinghvi17)
- fix #2767 and #1881 (slow data_limits for recipes) (#2770) (@SimonDanisch)
- preserve Buffer by not using decompose (#2774) (@SimonDanisch)
- get rid of ImageMagick (#2775) (@SimonDanisch)
- allow multi gpu for RPRMakie (#2781) (@SimonDanisch)
- Fix the materials example in RPRMakie (#2782) (@asinghvi17)
v0.19.2
Makie v0.19.2
Closed issues:
- Not posssible to close a makie window in mac (#393)
- on mac, windows still often don't close correctly (#482)
- Close Makie window (#658)
- Excessive GPU usage in MacOS (#678)
- New windows have shifted positions on Mac (#682)
- Automatic colorbar limit setting error when min=max (#1400)
- textsize/fontsize inconsistency (#1422)
- empty! memory leak (#1462)
- Cannot read property 'wgl_camera' of undefined (#1546)
- REPL can be extremely slow after plotting with GLMakie (#1683)
- redraw
text
plot (vector of strings) on observable change (#1720) - OpenGL-related segfaults (#1805)
- Allow option for increasing quality of output video in
record
(#2123) - Missing method for ispressed and Exclusively (#2538)
- Heatmap or contour bug in Makie. (#2560)
WGLMakie
test suiteIOError: write: broken pipe (EPIPE)
(#2561)- How to set the marker space in scatter lines (#2562)
- Add marker on lines (#2568)
- docs: Lscene 404 (#2569)
- Add Roman Number to Figure (#2581)
- Rasterize functionality broken in CairoMakie (#2608)
- Compat Julia version update (#2623)
- Strange bounding box using mesh! on Axis3 with SSAO enabled (#2627)
- Color gradient test changed (#2635)
Merged pull requests:
- add stephist (#2408) (@Moelf)
- rework convert_attribute docstring (#2507) (@jw3126)
- Fix CairoMakie Gtk.jl example (#2537) (@tknopp)
- Remove unnecessary type declaration in ispressed (#2539) (@mkoculak)
- dont open server for precompilation (#2541) (@SimonDanisch)
- Fix typo in documentation for
@extract
(#2545) (@ConnectedSystems) - fix picking (#2546) (@SimonDanisch)
- Add example for arc plotting function (#2547) (@bluzukk)
- Assume IMAGE as the default render type in CairoMakie (#2549) (@tknopp)
- fix datainspector (#2552) (@SimonDanisch)
- Fix closing of GLMakie windows on Mac (#2553) (@jkrumbiegel)
- Remove barplot example duplicate (#2565) (@bluzukk)
- fix #1546 for real (inserting newly created scenes) (#2566) (@SimonDanisch)
- fix link (#2570) (@t-bltg)
- tests: use unit framerate for debugging (#2571) (@t-bltg)
- deploy docs to minor version folders (#2572) (@jkrumbiegel)
- avoid writing wrong robots and sitemap (#2576) (@jkrumbiegel)
- close urlset tag (#2578) (@jkrumbiegel)
- add anonymized cloudflare tracking to docs (#2584) (@jkrumbiegel)
- Timholy teh/precompiles (#2587) (@SimonDanisch)
- use
===
forSymbol
comparison (#2589) (@t-bltg) - CI / concurrency - cancel PRs jobs only (#2591) (@t-bltg)
- add relative text docs (#2594) (@jkrumbiegel)
- stay on stable urls when searching with stork (#2595) (@jkrumbiegel)
- Special-case multipolygons as well as polygons (continue #2590) (#2599) (@SimonDanisch)
- Fix a typo in Stepper constructors (#2600) (@asinghvi17)
- [CairoMakie] Use to_cairo_color in lines and scatter (#2605) (@asinghvi17)
- improve theme lookup (#2610) (@SimonDanisch)
- Call empty! in block deletion (#2614) (@ffreyer)
- NFC remove deprecated
Vararg{<:Integer}
(#2620) (@oscardssmith) - remove kwargs from program (#2621) (@SimonDanisch)
- Fix #2627 (SSAO artifacts at scene boundary) (#2628) (@ffreyer)
- implement isopen (#2631) (@SimonDanisch)
- adapt to new JSServe version (#2633) (@SimonDanisch)
- update readme showing how to serve page for local tests (#2634) (@SimonDanisch)
- release v0.19.2 (#2636) (@SimonDanisch)
v0.19.1
Makie v0.19.1
Closed issues:
- Arrow colors are not updating correctly (#1135)
- Recording with WGLMakie in VS Code doesn't work (#1136)
- Add browserdisplay to CairoMakie (#1170)
- ylabelrotation/rotate_ylabel for Axis (#1187)
- WGLMakie text position change when zooming (#1202)
- Makie.jl dependency issue with PlotlyJS.jl (#1224)
- DataInspector is failing with WGLMakie (#1337)
- WGLMakie figure works locally but not on Franklin (#1346)
- Incorrect cell size delimiting in JupyterLab and WGLMakie (#1396)
- Every
display()
adds a new screen toscene.current_screens
in GLMakie and CairoMakie (#1402) - Is there a way to show data point with png image using WGLMakie? (#1479)
- Can't update plot observables to empty list in
WGLMakie
(#1498) - Remote server WGLMakie stopped working (#1542)
- Cannot read property 'wgl_camera' of undefined (#1546)
- Add a
tailcolor
parameter to thearrows
recipe ? (#1710) - DataInspector not working in Jupyter (#1711)
- Zooming linked axes is slow (#1719)
- WGLMakie - Comma does not render properly in Pluto notebook (#1877)
- WGLMakie: IOError: listen: address already in use (EADDRINUSE) (#2147)
- wglmakie ambient and lightposition (#2179)
- updating mesh in WGLMakie doesn't work as expected. (#2204)
- Rotating the title of the y-axis? (#2222)
- Unsynchronized rotation behavior in WGLMakie (#2243)
- WGLMakie plot pane cut on JuliaHub (#2358)
- Makie.arrows stopped working with some input types (#2402)
window_open
Observable
s not notified (#2414)- Reached "This shouldn't happen..." warning with own recipe (#2421)
- Text with relative space does not show in log-scale figures. (#2429)
- Saving to pdf or svg is now errored with larger withite space (#2433)
- Support controlling text width and height separately (#2435)
- Improve search result ordering, make results more concise. (#2448)
Legend
markers with differentlinestyle
s become indistinguishable for large enoughlinewidth
(#2468)- Poly with transparancy broken on [email protected] (#2469)
- Custom font for exponents of scaled ticks in Makie v0.19 (#2471)
fonts
not available for Label (#2476)- Precompile fails (#2477)
- [FR]
rich
text rotation (#2479) - Broken fonts and markers when using GLMakie with a custom system image (#2480)
- More flexible construction of colorbars (#2482)
- Menu support in WGLMakie backend (#2483)
- Search page redirect doesn't respect prefix (#2486)
- Outdated documentation for observables (#2487)
- fontsize in Label doesn't work (#2492)
- WGLMakie + Pluto plot cuts off (#2499)
- visible attribute on vlines! not working for GLMakie and WGLMakie (#2502)
- legend scheme for
stemplot
doesn't usestemcolor
when transparency is provided? (#2506) - Legend for labeled data in scatter plot (#2508)
- CairoMakie outputs rasterized svg if legend is added with RGBA-polygon (#2510)
- Surface of unstructured grid (#2516)
- GLMakie is broken on 1.9 and master on macaarch (#2517)
- GLMakie with PackageCompiler.jl breaks display of numbers (#2521)
- Hardcode Makie's default fonts to avoid findfont latency (#2528)
Merged pull requests:
- Use new JSServe (#2428) (@SimonDanisch)
- Do less copies of Observables in Attributes + plot pipeline (#2443) (@SimonDanisch)
- fix #2433 for real (change of px_per_unit) (#2470) (@SimonDanisch)
- Add Search Page and tweak Result Ordering (#2474) (@bluzukk)
LineAxis
: add arbitrary{x,y}labelrotation
(#2478) (@t-bltg)ReferenceTests
: addreference_test
counter (#2489) (@t-bltg)- Add version warner to all old docs (#2490) (@jkrumbiegel)
- Fix searchpage redirect not respecting prefix (#2491) (@bluzukk)
- jk/docs version warner (#2494) (@jkrumbiegel)
- Revert "Fix searchpage redirect not respecting prefix" (#2495) (@jkrumbiegel)
- Add show_data for band (#2497) (@ffreyer)
- Remove all global attributes from TextureAtlas implementation (#2498) (@SimonDanisch)
- Fix search-page redirect not respecting prefix (#2500) (@bluzukk)
- prevent potential type instabilities (#2511) (@t-bltg)
- Remove ElectronDisplay.jl and use Electron directly (#2524) (@SimonDanisch)
- Small fixes (#2525) (@ffreyer)
- jk/axis elements (#2527) (@jkrumbiegel)
- Hardcode paths for default fonts to avoid search latency (#2531) (@jkrumbiegel)
- convert color early to avoid mesh path (#2535) (@jkrumbiegel)
- v0.19.1 (#2540) (@SimonDanisch)
v0.19.0
Makie v0.19.0
Merged pull requests:
- Breaking release v0.19 (#2463) (@jkrumbiegel)
- add Setfield compat bound (#2465) (@jkrumbiegel)
v0.18.4
Makie v0.18.4
Closed issues:
- Transform is applied even if
space != :data
(#2065) - Artificial colored edges in CairoMakie when saving an image to PDF. (#2162)
- Support
AbstractPattern
inWGLMakie
(#2294) - Menu options disapear on re-opening figure (#2392)
- CairoMakie fails to PackageCompile (#2409)
- text bounding box in an axis (#2424)
- bug in Pluto for displaying the figure (#2438)
- DimensionMismatch error with an animation for the size changing array with Observable (#2441)
- VSCode displays figure with wrong viewbox after save (#2444)
CairoMakie
's png output empty for large enough surface plot (#2454)- Multiple plots don't show all (#2460)
Merged pull requests:
- Rich text (#2321) (@jkrumbiegel)
- Replace
textsize
withfontsize
everywhere (#2387) (@jkrumbiegel) - Waterfall recipe (#2416) (@daschw)
- broadcast replaces deprecated method for quantile (#2430) (@palday)
- Implement
AbstractPatterns
forWGLMakie
(#2432) (@fatteneder) - Only apply axis/scene transformations to :data space plots (#2436) (@dgleich)
- Fix repeated rendering with invisible objects (#2437) (@ffreyer)
- revert CI to ubuntu-20.04 (#2439) (@jkrumbiegel)
- Fix CairoMakie's screen re-using (#2440) (@SimonDanisch)
- benchmark time for new figure (#2442) (@SimonDanisch)
- Release v0.18.4 (#2445) (@SimonDanisch)
- fix hvlines for GLMakie (#2446) (@SimonDanisch)
- fix missing rerender on plot deletion (#2447) (@ffreyer)
- Also premultiply alphas for image markers (#2449) (@fatteneder)
- GLMakie: add
set_screen_visibility!
and pass reference for screen ID (#2451) (@jwahlstrand) - Fix CairoMakie mesh overflow (#2459) (@jkrumbiegel)
v0.18.3
Makie v0.18.3
Closed issues:
- Convenience function for multiple lines and sensible categorical color defaults (#716)
- allow
nothing
for thelabel
inscatter
etc. to hide it in axis legend? (#2300) - Crashes after
close
andcloseall
(#2371) - Interactivity of GLMakie plots lost after
save
(#2380) - Redundant import of CairoMakie in the Basic Tutorial (#2394)
- CairoMakie saving raster to .svg depending on content (#2396)
- CairoMakie svg id assimilation and salting is broken (#2406)
- [GLMakie]hold the windows existing after program which launched outside REPL closed. (#2410)
- How to add Makie to a personal project only for plotting recipes? (#2412)
- GLMakie plots only part of the data (#2413)
- Latex string like
$\Delta$ should be regular but showing as italic in CairoMakie (#2423) - Figure stops auto-rescaling or crashes when resizing GUI window after
save
withGLMakie
(#2425)
Merged pull requests:
- GLMakie cleanups (#2397) (@SimonDanisch)
- Don't mesh a polygon in CairoMakie (#2398) (@jaakkor2)
- clean up interactions + remove close(obs) (#2399) (@SimonDanisch)
- fix salting (#2407) (@SimonDanisch)
- fix url in headless docs (#2411) (@hexaeder)
- changes to GLMakie to get drawing into a GtkGLArea working (#2418) (@jwahlstrand)
- release v0.18.3 (#2427) (@SimonDanisch)
v0.18.2
Makie v0.18.2
Closed issues:
- Inexact error when plotting >256 subplots (#665)
- Linewidth changes with figure size after
empty!
(#2361) empty!
messes up text elements inGLMakie
window (#2365)- Color difference between plot and legend markers (#2366)
- violin plot with textual ticks (#2368)
- meshscatter color doesn't update with WGLMakie (#2369)
- regression scatter marker Circle (#2373)
- GLMakie: failed to open ...julia\pakages\Makie\NL7Xw\assets\icons\icon-128.png (#2379)
- Broken scatter 3d view transformation with WGLMakie (#2382)
- Why is GLMakie ScreenID only
UInt8
? (#2388)
Merged pull requests:
- skip legend entry if label is nothing (#2350) (@fatteneder)
- Fix Axis3 tick flipping with negative azimuth (#2364) (@jkrumbiegel)
- fix empty!(fig) and empty!(ax) (#2367) (@SimonDanisch)
- fix #2361 for real (#2374) (@SimonDanisch)
- fix #2369 (#2375) (@SimonDanisch)
- move Arrows and Wireframe to MakieCore (#2384) (@jw3126)
- Remove stencil buffer (#2389) (@ffreyer)
- release v0.18.2 (#2393) (@SimonDanisch)
- Update README.md (#2395) (@eschnett)
v0.18.1
Makie v0.18.1
Closed issues:
- [feature request] LaTeXString Legend entry is not defined (#1495)
- italic textit
\textit
doesn't work (#1680) - VSCode Plot Pane not working with CairoMakie v0.9.0 (#2331)
- personal project.toml question (#2332)
- Should we add InnerTopLeft(), InnerBottomLeft(), etc? (#2335)
- Cannot set
spinewidth
forAxis3
(#2338) - Setting linecolor in a Theme does not change plot line color (#2341)
error while setting on_close
when rerunning a plot in Pluto (#2357)- CairoMakie v0.9.0 No Longer Works with VS Code Plot Pane (or Weave.jl) (#2362)
Merged pull requests:
- move poly to MakieCore (#2334) (@jw3126)
- Add missing V command for SVG strings (#2340) (@jkrumbiegel)
- Fix interactive WGLMakie doc example (#2342) (@SimonDanisch)
- fix heatmap interpolation (#2343) (@SimonDanisch)
- fix typo (#2344) (@jkrumbiegel)
- jk/remove splat (#2345) (@jkrumbiegel)
- Fix picking warning and update_axis_camera (#2352) (@SimonDanisch)
- bring back inline! :( (#2353) (@SimonDanisch)
- forgot to add empty! for screen (#2359) (@SimonDanisch)
- release 0.18.1 (#2360) (@SimonDanisch)
v0.18.0
Makie v0.18.0
Closed issues:
- contourf! ignores colors specified for extendhigh and extend low? (#1329)
- GLMakie, relocatable with PackageCompiler ? (#1480)
- Inspector + line label (#1759)
- Automatic extension of colorbar (#1783)
- Per-plot custom inspector function (#1902)
- GLFW couldn't create an OpenGL window (#1914)
- scatter ignores highclip (#1980)
- Contourf extendhigh/low is broken (#2042)
- Lines not show in GLMakie.jl (#2089)
- Permission denied when loading Makie in macOS (#2199)
- Metadata length mismatch when using contourf! on an observable. (#2200)
- weird issue with xpra (#2207)
- Convert
Attributes
toNamedTuple
(#2208) - Scatter/scatterlines does not co-vary color and marker (#2215)
- Cycled color doesn't work with transparency as expected (#2219)
- Minor ticks z-shift (#2225)
- Colorbar with transparent colormap showing the wrong colors when exporting to PDF or SVG with CairoMakie (#2238)
- Building GLMakie Fails (#2241)
- Strokes around boxplot uncomplete (#2242)
- Broken labelling on CairoMakie master (#2246)
- implicit conversion in @block attributes (#2247)
- Getting errors when attempting to position the axis legend. (#2251)
- Set DPI for all figures? (#2257)
- WGLMakie:
MethodError: no method matching pick(::Makie.Scene, ::WGLMakie.WebDisplay, ::GeometryBasics.Vec2{Float64})
(#2258) - Docs down (#2265)
- Pasting text into a textbox? (#2266)
- Documentation fix for issue 211 until a solution is ready (#2268)
transform_marker=true
inscatter
without effect on marker inCairoMakie
(#2270)- 3D arrows with variable thickness (#2271)
scale!
ignores spine lines in Axis3 (#2275)- Colorbar for contour fails (#2278)
- axislegend position errors on intergers (#2280)
- Tab completion on
Scene
errors (#2283) direction=:y
forband!
(#2301)- CairoMakie: bug with transparent colormap (#2302)
- LaTeX strings in annotations? (#2310)
- Allow
object.visible[] = false
for all objects (or something similar) (#2311) axislegend
position argument error (#2313)- Latex expressions are not rendered when set to Axis#xticks (#2319)
- SSAO doesn't work for vectors of meshes (#2324)
Merged pull requests:
- Add ability to use vector path markers (#979) (@jkrumbiegel)
- Support for rendering image markers with CairoMakie (#2080) (@fatteneder)
- Add Tooltip recipe for DataInspector (#2095) (@ffreyer)
- jk/glyph indices (#2139) (@jkrumbiegel)
- Fix scroll lock in Menu (#2202) (@ffreyer)
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" (#2210) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package CairoMakie (#2211) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package GLMakie (#2212) (@github-actions[bot])
- CompatHelper: add new compat entry for "SnoopPrecompile" at version "1.0" for package WGLMakie (#2213) (@github-actions[bot])
- improve cycling documentation (#2224) (@Datseris)
- Tricontourf plot (#2226) (@jkrumbiegel)
- Minor code tweak in
README
(#2227) (@navidcy) - Fix Axis3 not working with Legend as expected (#2230) (@VarLad)
- add stale preview removal script (#2233) (@jkrumbiegel)
- Hexbin recipe (continuation of 2201) (#2236) (@jkrumbiegel)
- Add missing backticks and full stop (#2240) (@jbisits)
- Fix per character attributes in text (#2244) (@ffreyer)
- close the crossbar shape (#2248) (@fatteneder)
- CompatHelper: bump compat for "RelocatableFolders" to "1.0" (#2252) (@github-actions[bot])
- CompatHelper: bump compat for "RelocatableFolders" to "1.0" for package WGLMakie (#2253) (@github-actions[bot])
- Fix minor ticks z-shift (#2254) (@fatteneder)
- Fix error inside error message (#2256) (@fatteneder)
- Fix image markers in CairoMakie (#2263) (@fatteneder)
- Documentation fix for issue #211 until a solution is ready (#2269) (@Sixzero)
- More precise and short wording and signature (#2272) (@KronosTheLate)
- fix broadcasting for linewidth, lengthscale & arrowsize (#2273) (@ffreyer)
- fix updates for multiple meshes (#2277) (@SimonDanisch)
- Continuation of #2171 trimspines (#2279) (@jkrumbiegel)
- Add support for pasting text into a textbox (#2281) (@ConnectedSystems)
- Make GLMakie relocatable (#2282) (@ConnectedSystems)
- fix conversion for LineAxis limits (#2285) (@SimonDanisch)
- fix autocomplete for scenes (#2286) (@SimonDanisch)
- Fix
visible=false
not picked up byspy
inGLMakie
(#2288) (@fatteneder) - Add makie latex string note (#2292) (@jeremiahpslewis)
- update state before display also in jsrender (#2293) (@SimonDanisch)
- fix changing input types (#2297) (@SimonDanisch)
- better performance for Menus and fix clicks on items (#2299) (@SimonDanisch)
- use premultiplied alpha for cairo argb surfaces (#2304) (@jkrumbiegel)
- Improve valign halign observable types (#2305) (@jkrumbiegel)
- Refactor display code to be Screen centric (#2306) (@SimonDanisch)
- remove deprecated Mat2f0 (#2307) (@SimonDanisch)
- use new MiniQhull with BinaryProvider (#2308) (@SimonDanisch)
- fix invisible scenes (#2317) (@SimonDanisch)
- Add description for how to fix dynamic linking issue with GLFW (#2320) (@KronosTheLate)
- Fix latex ticklabels (continuation of 2262) (#2322) (@jkrumbiegel)
- Switch to circle marker (#2323) (@SimonDanisch)
- forward ssao attribute (#2325) (@SimonDanisch)
- convert colormap before cgrad in contourf (#2327) (@jkrumbiegel)
- update state of all layoutables before resize_to_layout! (#2328) (@jkrumbiegel)
- Prepare v0.18 release (#2329) (@SimonDanisch)
- use Circle for toggle button (#2330) (@jkrumbiegel)
v0.17.13
Makie v0.17.13
Closed issues:
- set limits LScene error after a second plot (#1789)
- mesh, nan_color, lowclip, highclip not working? (#2143)
boundingbox(plot)
is broken (#2145)get_tickvalues
not defined (#2176)- Overflowing minor grid, especially when adding limits (#2177)
- GLMakie not plotting lines correctly (#2186)
- TypeError: Cannot read properties of undefined (reading 'wgl_camera') (#2192)
- Barplot
axis
not showing whendirection = :x
(#2194)
Merged pull requests:
- Fix highclip/lowclip in meshscatter, poly, contourf, barplot (#2183) (@SimonDanisch)
- Fix boundingboxes (#2184) (@ffreyer)
- fix gridlines (#2177) (#2196) (@SimonDanisch)
- up versions (#2198) (@SimonDanisch)