Quantcast
Channel: Question and Answer » tikz-pgf
Browsing latest articles
Browse All 959 View Live

Image may be NSFW.
Clik here to view.

TikZ – draw only vertices of a path line

Is there a way to draw only the vertices of the triangles? begin{tikzpicture}[x=1mm, y=1mm] coordinate (A) at (0:12); coordinate (B) at (120:12); coordinate (C) at (240:12); foreach i in {0, 1, ...,...

View Article


Image may be NSFW.
Clik here to view.

Determine width of a milticolumn cell

I am attempting to draw a rectangle within a multicolumn, and would like it to span the width of the cell and be consistant with a similar rectangle drawn in a standard cell. I am struggling to...

View Article


How I can break a long tikz box in an automatic way?

documentclass{article} usepackage{tikz} usetikzlibrary{shapes,snakes} usepackage{amsmath,amssymb} begin{document} % Define box and box title style tikzstyle{mybox} = [draw=red, fill=blue!20, very...

View Article

Image may be NSFW.
Clik here to view.

Loose bounding box with circular arcs

Consider the following MWE: documentclass[border=5pt]{standalone} usepackage{tikz} begin{document} begin{tikzpicture} draw (0,0) circle (1); draw[blue] (current bounding box.south west) rectangle...

View Article

Image may be NSFW.
Clik here to view.

Problem with scaling multiple tikz picture in one line

This is one of the first figures I drew with latex. documentclass[a4paper,10pt]{scrbook} usepackage[utf8]{inputenc} usepackage{tikz} usetikzlibrary{calc} usetikzlibrary{intersections}...

View Article


Image may be NSFW.
Clik here to view.

Generating minimal-looking graph in pgf plots

I want to generate simple-looking plots such as this one: I’ve tried the following: usepgflibrary{shapes.geometric} usetikzlibrary{calc} pgfplotsset{my style/.append style={axis x line=middle, axis y...

View Article

Image may be NSFW.
Clik here to view.

3D arrows with TikZ

Asymptote does give 3D arrows when drawing three dimensional figures (they even have shade!). Could we fake it with TikZ? Here’s an example, manually written, with just one arrow worked:...

View Article

Image may be NSFW.
Clik here to view.

How to label/tag TikZ diagrams?

I would like to be create diagrams using TikZ that have a number on the side of the page (like the equation environment makes) that I can label using label and cross-reference using ref. Essentially, I...

View Article


Tikz problem since TeXLive 2015 update

sorry if I do something wrong, it is my first post. I generate usually pdfs with gnuplot by using the output terminal tkiz to generate first a .tex and afterwards a .pdf. I recently updated to TeXLive....

View Article


How to draw Forward time difference diagram in TikZ?

I am trying to draw a diagram of mesh points for Forward time difference method (frac{u_{i}^{n+1}-u_{i}^{n}}{Delta t}) in TikZ but I am unable to draw it. I have only drawn coordinates by using...

View Article
Browsing latest articles
Browse All 959 View Live