Properties
Category
Mongolian
Similar Topics
Statistics
Comments
9
Participants
6
Subscribers
1
Votes
7
Views
6271
Share
Answered
Hi all
How to change style of axises in 3D Graphics?
I want changing color of axis in 3D graphics.. But I can't find settings 3D graphics
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2021 International GeoGebra Institute
It is not possible to change the colors of the 3D-axes, yet.
Best regards
Mikkel
Thank you Mikkel.
But can you please implement it as soon as possible?
I would like x,y,z-axis with black color. Please compare these two images below.
I fully agree, I like to black axis i 3D view too.
It's on our todo list to have a proper solution for axis styling. As a workaround for now you can set the Global Javascript (go to properties of any object, then scripting > global javascript) to
function ggbOnInit() {
ggbApplet.evalCommand("SetColor[xAxis,0,0,0]");
ggbApplet.evalCommand("SetColor[yAxis,0,0,0]");
ggbApplet.evalCommand("SetColor[zAxis,0,0,0]");
}
and reload the file.
Thanx!!!
It works perfectly fine. I have tried to implement Javascript a few times before but never realized I have to reload the file, that was a "dooropener" for me :D
Comments have been locked on this page!