Skip to main content

Questions tagged [fill]

The tag has no usage guidance.

5 votes
1 answer
471 views

3D Chip Design using TikZ

I'm trying to reproduce a 3D design of a chip using TikZ in LaTeX. The design I'm aiming for resembles a multi-layered chip concept, similar to the image below (showing different components stacked on ...
Yusef Hamdellah's user avatar
2 votes
2 answers
90 views

Filling between two paths (using intersections)

I've been playing with sketching plots using tikz's \draw plot command, rather than using pgfplots (mainly as these are quick-and-dirty notes for students, rather than anything mission-critical). It's ...
Dave's user avatar
  • 45
4 votes
3 answers
175 views

Expand \hbox to the width of parent \vbox

I have two \hboxes, one above another, inside \vbox: \documentclass{article} \begin{document} Some\vbox{\hbox{longer text above}\hbox{shorter text}}and some more text. \end{document} Which ...
Filip Ž's user avatar
0 votes
1 answer
79 views

Energy band structure

I am trying to recreate a plot depicting the energy band structure of a semiconductor, and the overall outcome is great. However, I encountered a couple of issues: I'm unable to reproduce the ...
Yusef Hamdellah's user avatar
1 vote
0 answers
20 views

Fill surface of circle with solid or transparent colour in 3dtools

I'm trying to figure out how to fill the surface of a circle plotted with 3dtools with a solid or transparent colour. For example, in the MWE below, I would like to colour the surface of the green ...
Coenraad van Schoor's user avatar
3 votes
1 answer
66 views

Filling a specific area with tikz

I am trying to fill a specific area in my tikz picture but didn't manage to do it correctly. It is a wave shape so it makes it a bit tricky to fill since it's not perfectly sinusoidal (on purpose). ...
Waxler's user avatar
  • 860
1 vote
1 answer
58 views

How to make a tcolobox stick the bottom of the page ? (and why \vfill is not perfectly working?)

I have created a MWE where one can picture my issue. \documentclass[12pt]{article} \usepackage[ left =0cm, right =0cm, top =0cm, bottom =0cm, paperwidth = 521pt, ...
OursPolaire's user avatar
4 votes
1 answer
71 views

How can I fill parts inside of closed curve?

I would like to fill all the areas separated by the dashed lines inside the closed curve using different patterns. I have managed to fill some of the areas but not all. I want to get something like ...
Nanna's user avatar
  • 43
9 votes
2 answers
304 views

TikZ: how prevent darker fill in overlapping regions?

In this TikZ picture, how do I prevent the overlapping regions from becoming darker than the rest? I want the overlap to be the same uniform color as the rest of the regions. \documentclass[tikz,...
murray's user avatar
  • 8,784
0 votes
1 answer
38 views

Filling a figure created with arc

How can I fill out this figure? I am trying hard to copy this picture. Here my code: \begin{tikzpicture} \draw[step=1cm,black,very thin] (0,0) grid (3,3); \coordinate (A) at (2,3); \coordinate (B)...
Stitz's user avatar
  • 13
3 votes
2 answers
137 views

TikZ: Shapes with an angular colour gradient

Cross-posting from Stack Overflow: https://stackoverflow.com/q/78347764/2777074 Good people! I'm trying to draw some shapes with an angular colour gradient, but I am unable to find the general syntax ...
StormyTeacup's user avatar
1 vote
1 answer
95 views

How to give the shadow effect which is shown in the below image for the white rectangle in the code?

\documentclass[12pt]{article} \usepackage{tikz} \usetikzlibrary{arrows, shapes, positioning} \begin{document} \pagestyle{empty} \pagecolor{blue!50} \begin{tikzpicture}[remember picture, overlay] \fill[...
Vishakha's user avatar
  • 119
1 vote
1 answer
143 views

Gradient colour fill with light and shadow effect on 3D objects

I wonder if it is possible to obtain a gradient colour fill to replicate the light position by means of TikZ. For example in these images (taken by a book) it is evident, that the light effect from ...
Richard's user avatar
  • 306
3 votes
3 answers
596 views

Repeat a pattern until the page is filled

General overview I make Chinese grids for handwriting exercice. The goal is to use the maximum space given in A4 page (with 1cm margin). MWE For the moment here is my code: \documentclass[a4paper]{...
fauve's user avatar
  • 2,551
2 votes
2 answers
119 views

Fill between f(y) and f(x) functions

I want to fill the area between an f(x) functions and an f(y) function. This is what I have so far: \documentclass{article} \usepackage{amsmath} \usepackage{amssymb} \usepackage{tikz,bm} \usepackage{...
PlutoDust's user avatar

15 30 50 per page
1
2 3 4 5
14