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

Rotate axis labels that are longer than 4 characters in 3D scenes (issue #3077) #3084

Merged
merged 28 commits into from
Oct 12, 2018
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aeccbeb
align long axis labels
archmoj Oct 7, 2018
32c3b32
updated two baseline images - now having vertical alignment for long …
archmoj Oct 7, 2018
564f062
improved alignments
archmoj Oct 8, 2018
a56b146
apply alignment only for labels, not ticks
archmoj Oct 8, 2018
8aa0e5c
center labels
archmoj Oct 8, 2018
057df20
reset one baseline image
archmoj Oct 8, 2018
933fce3
reset image base
archmoj Oct 8, 2018
b141050
options prototype
archmoj Oct 9, 2018
4dc52ec
options prototype-test
archmoj Oct 9, 2018
b6905fb
baseline image update
archmoj Oct 9, 2018
2087b5e
free rotation
archmoj Oct 9, 2018
b391c00
updated baseline images
archmoj Oct 9, 2018
c08a86b
using branches on gl-vis repos
archmoj Oct 9, 2018
1ce4663
apply text options
archmoj Oct 10, 2018
c279bad
baseline update 3D ticks
archmoj Oct 10, 2018
e63dce2
fixed rotation angles
archmoj Oct 10, 2018
365a666
baselines for fixed rotation angles
archmoj Oct 10, 2018
c1e2a4b
fixed tick angles
archmoj Oct 10, 2018
1811097
baseline images for fixed tick angles
archmoj Oct 10, 2018
72807c7
tick alignments completed
archmoj Oct 12, 2018
9d99dd0
updated baselines and syntax
archmoj Oct 12, 2018
1cb9c8c
updated baselines2
archmoj Oct 12, 2018
375b284
tick alignments completed - fix
archmoj Oct 12, 2018
9194456
complete baseline images
archmoj Oct 12, 2018
2b8a1d5
tick alignments would stay upwards, set api
archmoj Oct 12, 2018
b499e68
updated baselines
archmoj Oct 12, 2018
4500ea3
using new gl-plot3d version 1.5.7
archmoj Oct 12, 2018
fa807e8
Merge branch 'master' into rotate3d-axis-lables
archmoj Oct 12, 2018
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
14 changes: 6 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"gl-mat4": "^1.2.0",
"gl-mesh3d": "^2.0.0",
"gl-plot2d": "^1.3.1",
"gl-plot3d": "^1.5.5",
"gl-plot3d": "git://github.com/archmoj/gl-plot3d.git#c173daf6ed8bb74b5db9feedee9f66b4e39a638d",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gl-pointcloud2d": "^1.0.1",
"gl-scatter3d": "^1.0.11",
"gl-select-box": "^1.0.2",
Expand Down
Binary file modified test/image/baselines/gl3d_ibm-plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/gl3d_world-cals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.