Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
109 views

Gate-All-Around FET (GAAFET) nanosheet 3d illustration

I'm trying to create a 3D representation of a GAAFET (Gate-All-Around Field-Effect Transistor) nanosheet using TikZ in LaTeX. I have attempted a 2D schematic, but I would like to improve it and create ...
Yusef Hamdellah's user avatar
0 votes
2 answers
459 views

How do I add gray grid lines to a three-dimensional plot using pgfplots?

I am trying to use pgfplots to draw a three-dimensional space. Using the following code I'm able to get the axes to show, and I know how to add coordinates and nodes and some other objects: \...
twoblackboxes's user avatar
10 votes
3 answers
3k views

3D Cartesian Coordinate System

I want to modify my three-dimensional Cartesian coordinate system as shown in the picture attached. I would like to have numbers under my ticks. I want parts of the grid to be parallel to the x_1 ...
Sebastian3141's user avatar
1 vote
1 answer
301 views

Calculation of coordinates in 3d with the 3dstructuralanalysis library

The tikz library structuralanalysis provides the pointcommand. %------------------------------------------------ % point %------------------------------------------------ % \point{...
Nik's user avatar
  • 477
6 votes
1 answer
6k views

Rotating axes in 3D for better viewing planes

I have this code: \begin{figure}[h!] \centering % Generat amb TikZ \begin{tikzpicture} % Note: the points have coordinates (x,z,y) \coordinate (O) at (0,0,0); ...
somenxavier's user avatar
3 votes
1 answer
1k views

Confusion about the coordination system of 3D

I am drawing a 3d framework. I use something like (xyz cs:x = 12, y = 6, z = -6) to specify a coordination. However, the figure I produced looks ugly. Especially, the coordinations at the corners of ...
hengxin's user avatar
  • 2,411
2 votes
1 answer
644 views

Tikz 3d trimetric view coordinate calculation bug

I'm trying to draw a line in the x-y-plane and circles in the y-z-plane at constant x position. Problem is, that the circle is far out of position (x-coordinate of center point of the circle is ...
user3116388's user avatar
4 votes
1 answer
1k views

3d sphere style changes coordinates?

i took this one http://www.texample.net/tikz/examples/map-projections and rebuild or changed it for my use. This is a crosspost to: http://latex-community.org/forum/viewtopic.php?f=45&t=25078&...
startrucky's user avatar
6 votes
1 answer
2k views

How to prepare coordinates for 3D surface plot using pgfplots

I'm trying to plot a Pareto front on 3 dimensions, using pgfplots. However, although I expect a nice surface to appear (since it is a Pareto front), pgfplots does not produce the result I want (yet). ...
JoosBuijs's user avatar
  • 398
2 votes
1 answer
1k views

Converting node coordinates in tikz 3d?

Consider this MWE: \documentclass[% 12pt, journal, onecolumn, twoside, draftcls, letterpaper, ]{IEEEtran} \usepackage{tikz} \usetikzlibrary{calc} \usetikzlibrary{positioning} \usetikzlibrary{3d} \...
sdaau's user avatar
  • 17.3k