-
Notifications
You must be signed in to change notification settings - Fork 27
LE1 add sageplot 3d visualizations #907
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
Conversation
🚀 Preview available 🚀https://1ca0622e.tbil.pages.dev
|
| <caption>Intersection of three planes at one point</caption> | ||
| <interactive | ||
| xml:id="calcplot3d-intersection-planes-one" | ||
| calcplot3d="type=implicit;equation=x+y+z~6;cubes=16;visible=true;fixdomain=false;xmin=-10;xmax=10;ymin=-10;ymax=10;zmin=-10;zmax=10;alpha=-1;revorient=false;showvf=false;shownormals=false;numnormals=10;normalscale=0.5;normalwidth=1;hidemyedges=false;view=0;format=normal;constcol=rgb(255,0,0)&type=implicit;equation=x+2z~7;cubes=16;visible=true;fixdomain=false;xmin=-10;xmax=10;ymin=-10;ymax=10;zmin=-10;zmax=10;alpha=-1;revorient=false;showvf=false;shownormals=false;numnormals=10;normalscale=0.5;normalwidth=1;hidemyedges=false;view=0;format=normal;constcol=rgb(255,0,0)&type=implicit;equation=-2x+y+3z~9;cubes=16;visible=true;fixdomain=false;xmin=-10;xmax=10;ymin=-10;ymax=10;zmin=-10;zmax=10;alpha=-1;revorient=false;showvf=false;shownormals=false;numnormals=10;normalscale=0.5;normalwidth=1;hidemyedges=false;view=0;format=normal;constcol=rgb(255,0,0)&type=vector;vector=<1,2,3>;visible=true;color=rgb(255,0,0);size=2;initialpt=(0,0,0);dashed=undefined&type=window;showfunnot=false;hsrmode=0;nomidpts=true;anaglyph=-1;center=5.7317299798287955,-6.7245419132242255,-4.682713689264047,1;focus=0,0,0,1;up=-0.5376122051596625,-0.7078557560588468,0.4581630119048497,1;transparent=false;alpha=140;twoviews=false;unlinkviews=false;axisextension=0.7;shownormals=false;shownormalsatpts=false;xaxislabel=x;yaxislabel=y;zaxislabel=z;edgeson=true;faceson=true;showbox=true;showaxes=true;showticks=true;perspective=true;centerxpercent=0.5;centerypercent=0.5;rotationsteps=30;autospin=true;xygrid=false;yzgrid=false;xzgrid=false;gridsonbox=true;gridplanes=false;gridcolor=rgb(128,128,128);lastaddedsurfaceactive=true;disabletrace=false;activefun=-1;xmin=-10;xmax=10;ymin=-10;ymax=10;zmin=-10;zmax=10;xscale=1;yscale=1;zscale=1;zcmin=-4;zcmax=4;xscalefactor=1;yscalefactor=1;zscalefactor=1;tracemode=0;keep2d=false;zoom=0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem like very maintainable code. How is this intended to be edited in the future?
|
How does this work for screenreader users? I'm also a little wary of adding yet another technology into the book as one thing I want to work on is ensuring a consistent look and feel for all images (and interactives if possible) as best we can. |
siwelwerd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow-up from our synchronous conversation: We should use 3D sageplot instead of Calcplot3d, along with a detailed <description>.
🚀 Preview available 🚀https://8e3437f7.tbil.pages.dev
|
🚀 Preview available 🚀https://6574e720.tbil.pages.dev
|
Show how three planes can intersect at zero, one, or infinitely-many points.