Skip to content

Commit 24b3d8d

Browse files
committed
prerelease
1 parent 440e047 commit 24b3d8d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ tests/issues/issue_1230.py
4747
#### (Internal) Broken Examples
4848
Examples that are not fully functional and need some fixing:
4949
```
50+
sliders3d.py crashes
51+
interpolate_scalar4.py misplaced scalarbar
5052
markpoint.py (misplaced leader indicator)
5153
cut_and_cap.py (incomplete capping)
5254
tests/issues/discussion_800.py (incomplete capping of tube)

examples/advanced/interpolate_scalar4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
scalars = g1.coordinates[:,1]
77
g1.cmap("viridis", scalars, vmin=-1, vmax=1, name='gene')
88
g1.map_points_to_cells() # move the array to cells (faces)
9-
g1.add_scalarbar(horizontal=1, pos=(0.7,0.04))
9+
g1.add_scalarbar(horizontal=1)
1010
g1.rotate_z(20) # let's rotate it a bit so it's visible
1111

1212
# Interpolate first mesh onto a new triangular mesh

vedo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_version = '2025.5.3+dev15'
1+
_version = '2025.5.4'

0 commit comments

Comments
 (0)