Makie v0.15.3
Closed issues:
- A place to discuss architecture. (#4)
- Plot object and Plots.jl compatibility (#5)
- Recipes (#9)
- Scene magic (#10)
- Interactivity in IJulia, resp. WebGL-support (#15)
- compatibility attributes/keyword arguments (#25)
- Axis freezes when one axis is a integer range (#31)
- axis labels too small for large axes (#37)
- 2D/3D camera behavior is too magical (or not magical enough?) (#39)
- Feature request: default names to axis (#41)
- Grammar of graphics API (#43)
- GPU-less install (#56)
- various InterruptException issues (#57)
- GR backend (#62)
- Thickness Scaling (#63)
to_offset
is overly-strict on types (#66)- to_world(Point2f0(mpos), cam) fails if cam== :auto (#75)
- efficient imshow (also with scaled axis) (#79)
- Graph plotting (#119)
- Final release todos (#134)
- Implement color cycle (#189)
- Axis tick labes in 3D are still gray (#190)
- Issues that came out at VizCon (#542)
- VizCon aftermath: grouping, tables and recipes (#543)
- markersize should be specified in axis coordinates by default (#225)
- hbox not so intuitive (#252)
- Problems drawing legend (#563)
- scatter issue with largish range (#278)
- [feature request] Billboarded text in 3D (#317)
- Rectangle draw order wrong unless object inside array (#321)
- Picking a line is too difficult (#349)
hbox
andvbox
result in inconsistent font size (#358)- Billboarding implementation (#554)
- [Feature request] Convenience functions like Plots.jl has (#366)
- mesh() errors when given colors are all equal (#385)
- z-scale in surface plots (#418)
- Small but impactfull changes (#501)
- document scene[Axis].names.title (#500)
- Testing infrastructure (#507)
- Multi-format support? (#582)
- ImageMagick ? (#514)
- Switch to PlotUtils palettes and gradients? (#517)
- Sliders are broken (#577)
- Configuring tests using environment variables (#609)
- StatsMakie Tutorial may be out of date (#642)
- Text causes scatter points to move (#664)
- Documentation refactor (#693)
- How to do the off-screen rendering (#831)
- GLMakie doesn't plot left-side legend outline when headless (#865)
- surface is plotting NaN values in black, plus highclip, lowclip dont work (#879)
- Arrow not aligning correctly in streamplot (#1071)
- Segfault in surface call (#1161)
- SurfaceLike plots looking weird when giving a vector for z (#1163)
- WGLMakie vs GLMakie (#1225)
- Errors when using DataInspector and GLMakie (#1261)
- Pretty much all internal links in documentation are broken (#1273)
- [docs] chasing
@ref
links (#1286) - aspect ignored for images (#1288)
- CairoMakie plot does not display on mac os (#1290)
- Tutorial Fails with WGLMakie (#1291)
- wrong direction of arrows in vector field generated by streamplot (#1293)
- Lighting and Z-Order issues in WGLMakie (#1294)
- WGLMakie lift error (#1302)
- Segfault with threading and font loading. (#1316)
- Ternary plot recipe (#1317)
- Axis placement should accept CartesianIndex{2} (#1328)
- wireframe! cannot add new plots to a scene (#1332)
- GLMakie's place vs Makie (#1341)
- Legend left frame spine is invisible (#1349)
- [BUG] CairoMakie.mesh stopped working due to some issue in GeometryBasics.jl (#1350)
- m1 stackoverflow wglmakie (#1353)
- Label box not complete in subplots (#1356)
- Doc improvement, use of kwargs not clear (only for beginners?) (#1357)
- First example on makie.juliaplots.org fails (#1358)
- Is there something like append_plot? (#1360)
- Scrolling throws GLFWError (PLATFORM_ERROR): WGL: Failed to make context current: The handle is invalid. (#1361)
- Lines do not plot if a coordinate is repeated (#1366)
- GLMakie
image_like
spatial order error message inconsistency (#1370) - CairoMakie SVG plots in Notebooks sometimes clip unexpectedly (#1377)
Merged pull requests:
- add lorenz example for front page (#1272) (@jkrumbiegel)
- use standard normal for QQNorm (#1277) (@palday)
- Fix typo (#1278) (@ericphanson)
- Fixed broken link to Makie docs (#1279) (@eirikbrandsaas)
- autoplay lorenz example, improve code expand toggle (#1281) (@jkrumbiegel)
- Create CITATION.bib (#1285) (@ViralBShah)
- apilinks, blue links, scaled boxes (#1289) (@jkrumbiegel)
- improve copy code button (#1292) (@jkrumbiegel)
- don't use tight legend scene which fixes frame issues (#1295) (@jkrumbiegel)
- jk/relative docs links (#1299) (@jkrumbiegel)
- Update field name in docs (#1300) (@goretkin)
- jk/docs tweaks (#1305) (@jkrumbiegel)
- Add mixed math- and text-mode LaTeX docs example (#1314) (@briochemc)
- jk/docs tweaks (#1323) (@jkrumbiegel)
- Fix depth buffer issue in WGLMakie (#1330) (@rlschuller)
- add metrics workflow for measuring compilation latency (#1333) (@jkrumbiegel)
- Improve contour documentation (#1336) (@behinger)
- add linestyle examples (#1338) (@jkrumbiegel)
- remove incomplete && (#1351) (@ffreyer)
- fix #1071 (#1352) (@ffreyer)
- use new auto_code_path feature and remove
@OUTPUT
(#1359) (@jkrumbiegel) - allow using vector of numbers as minor ticks (#1364) (@jkrumbiegel)
- fix floating point bug in surfacelike conversion (#1365) (@jkrumbiegel)
- fail docs build on warning (#1371) (@jkrumbiegel)
- Fix #1370 (#1375) (@stillyslalom)
- more unique svg ids (#1380) (@pfitzseb)
- fix labelslidergrid value label column width heuristically (#1384) (@jkrumbiegel)
- Fix repeated points in line (#1386) (@SimonDanisch)