Colored curved cube The Next CEO of Stack OverflowTikz Graphics: Curved arrow drawn parallel...
Science fiction novels about a solar system spanning civilisation where people change their bodies at will
Increase performance creating Mandelbrot set in python
Why here is plural "We went to the movies last night."
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
How do I solve this limit?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Removing read access from a file
How to be diplomatic in refusing to write code that breaches the privacy of our users
How to start emacs in "nothing" mode (`fundamental-mode`)
Where to find order of arguments for default functions
Anatomically Correct Mesopelagic Aves
How should I support this large drywall patch?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Only print output after finding pattern
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Whats the best way to handle refactoring a big file?
Why do professional authors make "consistency" mistakes? And how to avoid them?
Inappropriate reference requests from Journal reviewers
When did Lisp start using symbols for arithmetic?
Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?
Text adventure game code
Rotate a column
Colored curved cube
The Next CEO of Stack OverflowTikz Graphics: Curved arrow drawn parallel to curved lineCurved text within a curved arrowCube root function3D Cube within a cube?Cube drawing is shiftedHow to draw cube in a cube?Shaping effect for a cubeNumerate cells in a cubecorner cube within a cubeRectanglar cloud shaped node in TikZ
This is a a curved cube
begin{tikzpicture}[thick,scale=3]
coordinate (A1) at (0, 0);
coordinate (A2) at (0, 1);
coordinate (A3) at (1, 1);
coordinate (A4) at (1, 0);
coordinate (B1) at (0.3, 0.3);
coordinate (B2) at (0.3, 1.3);
coordinate (B3) at (1.3, 1.3);
coordinate (B4) at (1.3, 0.3);
coordinate (C1) at (0.4, 2);
coordinate (C2) at (2, -0.4);
coordinate (C3) at (1, .6);
coordinate (C4) at (2, 0.7);
coordinate (C5) at (1, 1.6);
coordinate (C6) at (2, 0.6);
coordinate (C7) at (2, 0.1);
coordinate (C8) at (2, 1.6);
coordinate (C9) at (2, 1.1);
coordinate (C10) at (.8, 2.2);
coordinate (C11) at (1.3, 2);
coordinate (C12) at (1.6, 2);
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A2) (C1)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A4) (C2)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (B1) (C3)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (A3) (C4)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (B2) (C5)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (B4) (C6)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B4) (C7)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A3) (B3) (C8)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B2) (B3) (C9)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B2) (C10)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (A3) (C11)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B4) (B3) (C12)};
draw[fill=blue] (0,0) circle [radius=.02cm];
draw[fill=blue] (0,1) circle [radius=.02cm];
draw[fill=blue] (1,0) circle [radius=.02cm];
draw[fill=blue] (.3,.3) circle [radius=.02cm];
draw[fill=blue] (1.3,.3) circle [radius=.02cm];
draw[fill=blue] (.3,1.3) circle [radius=.02cm];
draw[fill=blue] (1,1) circle [radius=.02cm];
draw[fill=blue] (1.3,1.3) circle [radius=.02cm];
node[black] at (-.2,0) {$M_0$};
node[black] at (1,-.2) {$M_1$};
node[black] at (.15,.35) {$M_2$};
node[black] at (-.2,1) {$M_3$};
node[black] at (1.4,.5) {$M_{12}$};
node[black] at (.6,1.6) {$M_{32}$};
node[black] at (.85,1.1) {$M_{31}$};
node[black] at (1.45,1.5) {$N$};
node[black] at (1.45,-.3) {$q_1$-linha};
node[black] at (.7,.6) {$q_2$-linha};
node[black] at (0,2) {$q_3$-linha};
end{tikzpicture}
How to fill faces with different colors?
tikz-pgf
add a comment |
This is a a curved cube
begin{tikzpicture}[thick,scale=3]
coordinate (A1) at (0, 0);
coordinate (A2) at (0, 1);
coordinate (A3) at (1, 1);
coordinate (A4) at (1, 0);
coordinate (B1) at (0.3, 0.3);
coordinate (B2) at (0.3, 1.3);
coordinate (B3) at (1.3, 1.3);
coordinate (B4) at (1.3, 0.3);
coordinate (C1) at (0.4, 2);
coordinate (C2) at (2, -0.4);
coordinate (C3) at (1, .6);
coordinate (C4) at (2, 0.7);
coordinate (C5) at (1, 1.6);
coordinate (C6) at (2, 0.6);
coordinate (C7) at (2, 0.1);
coordinate (C8) at (2, 1.6);
coordinate (C9) at (2, 1.1);
coordinate (C10) at (.8, 2.2);
coordinate (C11) at (1.3, 2);
coordinate (C12) at (1.6, 2);
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A2) (C1)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A4) (C2)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (B1) (C3)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (A3) (C4)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (B2) (C5)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (B4) (C6)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B4) (C7)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A3) (B3) (C8)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B2) (B3) (C9)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B2) (C10)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (A3) (C11)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B4) (B3) (C12)};
draw[fill=blue] (0,0) circle [radius=.02cm];
draw[fill=blue] (0,1) circle [radius=.02cm];
draw[fill=blue] (1,0) circle [radius=.02cm];
draw[fill=blue] (.3,.3) circle [radius=.02cm];
draw[fill=blue] (1.3,.3) circle [radius=.02cm];
draw[fill=blue] (.3,1.3) circle [radius=.02cm];
draw[fill=blue] (1,1) circle [radius=.02cm];
draw[fill=blue] (1.3,1.3) circle [radius=.02cm];
node[black] at (-.2,0) {$M_0$};
node[black] at (1,-.2) {$M_1$};
node[black] at (.15,.35) {$M_2$};
node[black] at (-.2,1) {$M_3$};
node[black] at (1.4,.5) {$M_{12}$};
node[black] at (.6,1.6) {$M_{32}$};
node[black] at (.85,1.1) {$M_{31}$};
node[black] at (1.45,1.5) {$N$};
node[black] at (1.45,-.3) {$q_1$-linha};
node[black] at (.7,.6) {$q_2$-linha};
node[black] at (0,2) {$q_3$-linha};
end{tikzpicture}
How to fill faces with different colors?
tikz-pgf
add a comment |
This is a a curved cube
begin{tikzpicture}[thick,scale=3]
coordinate (A1) at (0, 0);
coordinate (A2) at (0, 1);
coordinate (A3) at (1, 1);
coordinate (A4) at (1, 0);
coordinate (B1) at (0.3, 0.3);
coordinate (B2) at (0.3, 1.3);
coordinate (B3) at (1.3, 1.3);
coordinate (B4) at (1.3, 0.3);
coordinate (C1) at (0.4, 2);
coordinate (C2) at (2, -0.4);
coordinate (C3) at (1, .6);
coordinate (C4) at (2, 0.7);
coordinate (C5) at (1, 1.6);
coordinate (C6) at (2, 0.6);
coordinate (C7) at (2, 0.1);
coordinate (C8) at (2, 1.6);
coordinate (C9) at (2, 1.1);
coordinate (C10) at (.8, 2.2);
coordinate (C11) at (1.3, 2);
coordinate (C12) at (1.6, 2);
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A2) (C1)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A4) (C2)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (B1) (C3)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (A3) (C4)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (B2) (C5)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (B4) (C6)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B4) (C7)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A3) (B3) (C8)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B2) (B3) (C9)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B2) (C10)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (A3) (C11)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B4) (B3) (C12)};
draw[fill=blue] (0,0) circle [radius=.02cm];
draw[fill=blue] (0,1) circle [radius=.02cm];
draw[fill=blue] (1,0) circle [radius=.02cm];
draw[fill=blue] (.3,.3) circle [radius=.02cm];
draw[fill=blue] (1.3,.3) circle [radius=.02cm];
draw[fill=blue] (.3,1.3) circle [radius=.02cm];
draw[fill=blue] (1,1) circle [radius=.02cm];
draw[fill=blue] (1.3,1.3) circle [radius=.02cm];
node[black] at (-.2,0) {$M_0$};
node[black] at (1,-.2) {$M_1$};
node[black] at (.15,.35) {$M_2$};
node[black] at (-.2,1) {$M_3$};
node[black] at (1.4,.5) {$M_{12}$};
node[black] at (.6,1.6) {$M_{32}$};
node[black] at (.85,1.1) {$M_{31}$};
node[black] at (1.45,1.5) {$N$};
node[black] at (1.45,-.3) {$q_1$-linha};
node[black] at (.7,.6) {$q_2$-linha};
node[black] at (0,2) {$q_3$-linha};
end{tikzpicture}
How to fill faces with different colors?
tikz-pgf
This is a a curved cube
begin{tikzpicture}[thick,scale=3]
coordinate (A1) at (0, 0);
coordinate (A2) at (0, 1);
coordinate (A3) at (1, 1);
coordinate (A4) at (1, 0);
coordinate (B1) at (0.3, 0.3);
coordinate (B2) at (0.3, 1.3);
coordinate (B3) at (1.3, 1.3);
coordinate (B4) at (1.3, 0.3);
coordinate (C1) at (0.4, 2);
coordinate (C2) at (2, -0.4);
coordinate (C3) at (1, .6);
coordinate (C4) at (2, 0.7);
coordinate (C5) at (1, 1.6);
coordinate (C6) at (2, 0.6);
coordinate (C7) at (2, 0.1);
coordinate (C8) at (2, 1.6);
coordinate (C9) at (2, 1.1);
coordinate (C10) at (.8, 2.2);
coordinate (C11) at (1.3, 2);
coordinate (C12) at (1.6, 2);
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A2) (C1)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (A4) (C2)};
draw[draw=black, line width=.5mm] plot [smooth, tension=1] coordinates {(A1) (B1) (C3)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (A3) (C4)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A2) (B2) (C5)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (B4) (C6)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B4) (C7)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A3) (B3) (C8)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B2) (B3) (C9)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B1) (B2) (C10)};
draw[draw=black] plot [smooth, tension=1] coordinates {(A4) (A3) (C11)};
draw[draw=black] plot [smooth, tension=1] coordinates {(B4) (B3) (C12)};
draw[fill=blue] (0,0) circle [radius=.02cm];
draw[fill=blue] (0,1) circle [radius=.02cm];
draw[fill=blue] (1,0) circle [radius=.02cm];
draw[fill=blue] (.3,.3) circle [radius=.02cm];
draw[fill=blue] (1.3,.3) circle [radius=.02cm];
draw[fill=blue] (.3,1.3) circle [radius=.02cm];
draw[fill=blue] (1,1) circle [radius=.02cm];
draw[fill=blue] (1.3,1.3) circle [radius=.02cm];
node[black] at (-.2,0) {$M_0$};
node[black] at (1,-.2) {$M_1$};
node[black] at (.15,.35) {$M_2$};
node[black] at (-.2,1) {$M_3$};
node[black] at (1.4,.5) {$M_{12}$};
node[black] at (.6,1.6) {$M_{32}$};
node[black] at (.85,1.1) {$M_{31}$};
node[black] at (1.45,1.5) {$N$};
node[black] at (1.45,-.3) {$q_1$-linha};
node[black] at (.7,.6) {$q_2$-linha};
node[black] at (0,2) {$q_3$-linha};
end{tikzpicture}
How to fill faces with different colors?
tikz-pgf
tikz-pgf
asked 1 min ago
nailnail
112
112
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482019%2fcolored-curved-cube%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482019%2fcolored-curved-cube%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown