Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking release #1393

Merged
merged 119 commits into from
Oct 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
5d051f8
clean up scene
SimonDanisch Aug 3, 2021
b6c8749
clean up constructor
SimonDanisch Aug 3, 2021
bf849c2
clean up
SimonDanisch Aug 3, 2021
ee2dc55
remove unused attributes
SimonDanisch Aug 3, 2021
6eb7bea
clean up constructors
SimonDanisch Aug 4, 2021
9f4d2aa
clean up + fix constructor
SimonDanisch Aug 4, 2021
4889874
some more fixes
SimonDanisch Aug 6, 2021
e847914
add logical expressions for `ispressed`
ffreyer Aug 15, 2021
4387f14
fix typo
ffreyer Aug 15, 2021
23472d0
simplify plotting barplot by group
piever Aug 16, 2021
02b6efa
add x_distance example for barplot
piever Aug 16, 2021
19bde68
remove outdated precompile
SimonDanisch Aug 19, 2021
977ceee
merge master
SimonDanisch Aug 19, 2021
3b5e509
fix lscene
SimonDanisch Aug 21, 2021
a418481
fix cairomakie
SimonDanisch Aug 21, 2021
c109ad2
bring axis to pos 1
SimonDanisch Aug 22, 2021
349c16b
merge master
SimonDanisch Aug 22, 2021
6810808
revert unecessary name change
SimonDanisch Aug 22, 2021
4523aab
fix old axis example
SimonDanisch Aug 22, 2021
3be3932
mostly fix tests
SimonDanisch Aug 22, 2021
f14b37b
center and update limits
SimonDanisch Aug 22, 2021
06e2bcf
add point iterator API
SimonDanisch Aug 22, 2021
2ce835d
merge master
SimonDanisch Aug 23, 2021
3516339
use new aliases
SimonDanisch Aug 23, 2021
6753720
deprecate correctly
SimonDanisch Aug 23, 2021
6984004
Merge branch 'master' into pv/barwidth
SimonDanisch Aug 24, 2021
103384f
replace macro with &, |, ! overloads
ffreyer Aug 24, 2021
d5cac7d
add docstring
ffreyer Aug 24, 2021
e5b4cfd
remove old code
ffreyer Aug 24, 2021
f69787d
cleanup
ffreyer Aug 24, 2021
7e8efb9
refactor bbs
SimonDanisch Aug 25, 2021
be14736
switch to width gap API
piever Aug 26, 2021
c639b71
helper function rename
piever Aug 26, 2021
3e57db9
update docs
piever Aug 26, 2021
7037fc2
fix boxplot
piever Aug 26, 2021
feebe2e
Merge branch 'master' into sd/scenegraph
SimonDanisch Aug 26, 2021
8295cf0
clean up data_limits
SimonDanisch Aug 26, 2021
897ac6c
add Exclusively
ffreyer Aug 28, 2021
ad523b1
add tests
ffreyer Aug 28, 2021
c11b5ba
add docs for ispressed
ffreyer Aug 28, 2021
900a2b1
Merge branch 'master' into events
ffreyer Aug 28, 2021
6f03129
cleanup
ffreyer Aug 29, 2021
9d0b2d0
fix most bbs
SimonDanisch Sep 2, 2021
26600d3
fix limits
SimonDanisch Sep 2, 2021
ba1b10b
change Node to Observable, link video
Datseris Sep 9, 2021
fe0d0c5
remvoe node from Animation page
Datseris Sep 9, 2021
fb6e528
node -> observable in camera docstring
Datseris Sep 9, 2021
9333935
fix bbs
SimonDanisch Sep 11, 2021
eceb509
fix more stuff I guess
SimonDanisch Sep 11, 2021
e3f498b
correctly calculate scene bb
SimonDanisch Sep 28, 2021
f8d0ad5
merge master
SimonDanisch Sep 28, 2021
f492067
clean up
SimonDanisch Sep 28, 2021
c3c991a
correctly empty screen
SimonDanisch Sep 28, 2021
9384c28
fix empty
SimonDanisch Sep 29, 2021
0e2abdc
fix padding
SimonDanisch Sep 29, 2021
3bf3694
default to cam3d
SimonDanisch Sep 29, 2021
78f0979
don't show axis
SimonDanisch Sep 29, 2021
59eee5c
update keyword in gantt example
piever Sep 29, 2021
5b64d3c
Merge branch 'master' into events
ffreyer Sep 29, 2021
39c6967
add note about ispressed in camera docs
ffreyer Sep 29, 2021
5522964
start implementing rpr backend
SimonDanisch Oct 4, 2021
cf90b09
fix surface
SimonDanisch Oct 5, 2021
6e1e8c0
more fixes and examples
SimonDanisch Oct 6, 2021
62ba0af
fix for 1.3
SimonDanisch Oct 7, 2021
09450d9
fixes for regular surface
SimonDanisch Oct 7, 2021
1dc5ea0
hand through materials, replace scene
SimonDanisch Oct 11, 2021
725ed5a
add better material demo
SimonDanisch Oct 11, 2021
045d7ce
add depth_shift
ffreyer Oct 13, 2021
0fe9e48
remove print
ffreyer Oct 13, 2021
6aaba7c
fix typo
ffreyer Oct 13, 2021
045d6c6
add missing depth shifts
ffreyer Oct 13, 2021
1be9aaa
add depth_shift to WGLMakie
ffreyer Oct 13, 2021
47bd16e
make depth_shift a default attribute
ffreyer Oct 14, 2021
a96811c
Merge branch 'master' into depth_shift
SimonDanisch Oct 15, 2021
8ae3f74
fix passing of depth_shift uniform
ffreyer Oct 15, 2021
79a5af7
fix typos
ffreyer Oct 15, 2021
5d37e30
fix crash on image!
ffreyer Oct 15, 2021
1acd096
add refimage test
ffreyer Oct 15, 2021
0fe3790
use stable RNG
ffreyer Oct 15, 2021
dfa2548
push lines forward
ffreyer Oct 15, 2021
eed1c22
clean up materials
SimonDanisch Oct 16, 2021
817bccd
fix #805
ffreyer Oct 16, 2021
bbc3ec8
add some notes on scene attributes
ffreyer Oct 16, 2021
6dfb558
keep clear = false
ffreyer Oct 16, 2021
d0bb703
Merge remote-tracking branch 'origin/pv/barwidth' into breaking-release
SimonDanisch Oct 16, 2021
7282e01
Merge remote-tracking branch 'origin/sd/scenegraph' into breaking-rel…
SimonDanisch Oct 16, 2021
3a65a85
merge events
SimonDanisch Oct 16, 2021
a5af563
merge #1222
SimonDanisch Oct 16, 2021
ba5e092
Merge branch 'observable' of https://github.com/Datseris/Makie.jl int…
SimonDanisch Oct 16, 2021
1f8e920
Merge branch 'Datseris-observable' into breaking-release
SimonDanisch Oct 16, 2021
70042ca
replace Node for real
SimonDanisch Oct 16, 2021
67a24e6
fix raw html
SimonDanisch Oct 16, 2021
c21e28a
fix obs
SimonDanisch Oct 16, 2021
92492d2
Merge remote-tracking branch 'origin/sd/rpr' into sd/scene-rpr
SimonDanisch Oct 16, 2021
2656e5b
Merge remote-tracking branch 'origin/breaking-release' into sd/scene-rpr
SimonDanisch Oct 16, 2021
d42d3e9
restrict keyboard controls to selected scene
ffreyer Oct 17, 2021
a1e0a54
add depth to 3d contours and isosurfaces
ffreyer Oct 17, 2021
6c87c07
fixes for scene changes
SimonDanisch Oct 17, 2021
2ca6b8f
add test
ffreyer Oct 17, 2021
538cb7c
refactor
SimonDanisch Oct 17, 2021
22c2416
formatting
SimonDanisch Oct 17, 2021
ccc17cc
fix tests
SimonDanisch Oct 17, 2021
afb9cd0
remove duplicated overload
SimonDanisch Oct 19, 2021
06439be
fix image conversion
SimonDanisch Oct 19, 2021
eb48952
fix unit tests
SimonDanisch Oct 19, 2021
81fe13e
fix xyz_bb dep
SimonDanisch Oct 19, 2021
1ae2aa0
fix tests
SimonDanisch Oct 19, 2021
4d26bc9
Merge remote-tracking branch 'origin/ff/volume' into breaking-release
SimonDanisch Oct 19, 2021
8338ff7
fix merge conflict
SimonDanisch Oct 19, 2021
d7ae31e
fix merge conflict
SimonDanisch Oct 19, 2021
ab55c9b
Merge branch 'depth_shift' of https://github.com/ffreyer/Makie.jl int…
SimonDanisch Oct 19, 2021
47f2aaa
merge examples
SimonDanisch Oct 19, 2021
9edf5cd
cleanup test
SimonDanisch Oct 19, 2021
e0170dc
add linearalgebra
SimonDanisch Oct 19, 2021
2608dcd
remove remaining f0
SimonDanisch Oct 19, 2021
15c9a2d
fix poly example
SimonDanisch Oct 19, 2021
5ce56a3
clean up remnants of old times
SimonDanisch Oct 19, 2021
ec8a327
Point3f0 -> Point3f, bump WGLMakie threshold
SimonDanisch Oct 19, 2021
f501f1f
tweak threshold :'(
SimonDanisch Oct 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into pv/barwidth
SimonDanisch authored Aug 24, 2021
commit 6984004ca7e397aa07a9af094c30dfacc92f3c06
9 changes: 5 additions & 4 deletions src/basic_recipes/barplot.jl
Original file line number Diff line number Diff line change
@@ -178,10 +178,11 @@ function barplot_labels(xpositions, ypositions, bar_labels, in_y_direction, flip
end

function Makie.plot!(p::BarPlot)
labels = Observable(Tuple{String, Point2f0}[])
label_aligns = Observable(Vec2f0[])
label_offsets = Observable(Vec2f0[])
label_colors = Observable(RGBAf0[])

labels = Observable(Tuple{String, Point2f}[])
label_aligns = Observable(Vec2f[])
label_offsets = Observable(Vec2f[])
label_colors = Observable(RGBAf[])
function calculate_bars(xy, fillto, offset, width, x_distance, dodge, n_dodge, x_gap, dodge_gap, stack,
dir, bar_labels, flip_labels_at, label_color, color_over_background,
color_over_bar, label_formatter, label_offset)
You are viewing a condensed version of this merge commit. You can view the full changes here.