Search found 2 matches

by moitetajni
Wed May 11, 2016 9:15 pm
Forum: Graphics, Figures & Tables
Topic: How to create two copies of the Sierpinski triangle?
Replies: 2
Views: 4489

How to create two copies of the Sierpinski triangle?

Hello. I am trying to create two copies of the Sierpinski triangle like this:
http://s32.postimg.org/of7676mlh/striangle.png

For this I borrowed some code I found online and tried to modify it a little bit to meet my needs. Here's my edited version of the code:


\documentclass[border=5mm ...
by moitetajni
Tue Aug 25, 2015 11:17 pm
Forum: Graphics, Figures & Tables
Topic: Drawing interlocking tori using sketch/tikz
Replies: 1
Views: 3804

Drawing interlocking tori using sketch/tikz

Hello.

I am trying to create the graph of some interlocking tori like these two

interlocking_tori2.png

Since I am not an expert on tikz or sketch, I have been modifying some code I found on the web. So here's the code I have been running so far:

def torus {
def n_segs 60
sweep [draw=none ...