| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Apr 12 at 17:27 | |
| stats | profile views | 21 |
|
Feb 1 |
comment |
Fix append pgfplots style to all pictures breaking plain TikZ compilation @percuße so, the code you suggest would be different from this one? |
|
Feb 1 |
comment |
Fix append pgfplots style to all pictures breaking plain TikZ compilation @percuße I don't think I understood what you meant. Shouldn't the empty axis be enough? Is there any way to force no grid nor axis in this empty axis? |
|
Feb 1 |
revised |
Fix append pgfplots style to all pictures breaking plain TikZ compilation English correction |
|
Feb 1 |
accepted | More elegant way to achieve this same camera perspective projection model? |
|
Jan 31 |
asked | Fix append pgfplots style to all pictures breaking plain TikZ compilation |
|
Jan 30 |
comment |
More elegant way to achieve this same camera perspective projection model? I wasn't aware of this 3D coordinate system support in TikZ. Is it in the manual? A search for 3D doesn't show this. Looks interesting. What do you mean by having to adjust colors? Can't see the relation of it with this topic. I'll try this tikz-3dplot idea. Looks nice too. I used relative coordinates in the pixel squares, but it didn't seem to help much with the other drawings. Maybe with the 3D system this is solved. |
|
Jan 30 |
awarded | Nice Question |
|
Jan 30 |
revised |
More elegant way to achieve this same camera perspective projection model? Remove unused world coordinate system from code |
|
Jan 30 |
comment |
Create curved TikZ single arrow @PaulGaborit The head is not, but the arrow itself is. Isn't it possible to draw a circled arrow like these from my picture using the same structured as in the linked question? I can't see why not, but right now I don't understand the code from the linked example either, so I'm might be wrong. |
|
Jan 30 |
asked | More elegant way to achieve this same camera perspective projection model? |
|
Jan 30 |
comment |
Create curved TikZ single arrow @PaulGaborit I thought it was possible after seeing this question: tex.stackexchange.com/questions/75432/…. It is about text, but there is definitely a curved arrow in there. Although I don't understand how that was made, I thought it would be possible to do the same here. |
|
Jan 30 |
comment |
Create curved TikZ single arrow @PaulGaborit this questions originally asks for a curved single arrow, not for tip positioning. It came out, however, that curved single arrows seem not possible. |
|
Jan 30 |
comment |
Create curved TikZ single arrow I know single arrow is a node shape, but I was wondering if it was possible to use that node shape (single arrow) as its is more elegante, IMO. This arrow with -> looks like it's hand drawn. |
|
Jan 30 |
accepted | Create curved TikZ single arrow |
|
Jan 30 |
comment |
Create curved TikZ single arrow how can I change the arrow tip to look like the bottom arrow? I tried adding >=latex to tikzpicture options, but then the thick tip get really ugly. |
|
Jan 30 |
asked | Create curved TikZ single arrow |
|
Jan 29 |
comment |
Help with circle and arrows diagram with PGFPLOTS @percuße can you explain briefly how the node naming (n-\x) and positioning (bigc.45*\x) and (45*\x:\myradius) work? |
|
Jan 29 |
comment |
Help with circle and arrows diagram with PGFPLOTS @percuße I think I found the problem. There is a /tikz/every picture/.append style={trim axis left,trim axis right} for picture alignment in my preamble. If I'm right, it doesn't find the axis for this picture. The error is gone when I comment this section. |
|
Jan 29 |
comment |
Help with circle and arrows diagram with PGFPLOTS @percuße, your example works flawlessly in a standalone file. But when I embed it in my main document (with an \input command) it gives the error: "Package pgf Error: No shape named current axis is known \end{tikzpicture}". So I tried editing your code and included an empty \being{axis} \end{axis} and it compiles with no errors (but it draws the axis, of course). Also I noted that, despite the error, the figure is drawn in the main document. Although, as I use tikz externalize, the separate pdf file is not created. Do you know why this is hapenning? |
|
Jan 29 |
comment |
Help with circle and arrows diagram with PGFPLOTS Thank you! This answer is really simple. Just to add to this colorblindness stuff, the arrow pointing from the red circle to the blue circle (opposite to green) is actually brown. ;) |