Search found 8 matches

by vrouvrou
Wed Sep 14, 2016 11:30 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Re: Draw a picture

i begin by this

\usetikzlibrary{shapes,shapes.multipart}
\begin{tikzpicture}
\node [draw,trapezium,trapezium left angle=70,trapezium right angle=-70,minimum height=5cm] {};

\end{tikzpicture}
by vrouvrou
Wed Sep 14, 2016 10:23 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Re: Draw a picture

in 2d , it is just like we do in class when the prof want to draw a space

and yes the lines must be paralel
by vrouvrou
Wed Sep 14, 2016 10:04 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Re: Draw a picture

because i don't use the same symbole , i must change some idication on the picture
by vrouvrou
Wed Sep 14, 2016 9:42 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Re: Draw a picture

It is from a Phd thesis
by vrouvrou
Wed Sep 14, 2016 9:05 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Draw a picture

It represent the Orlisz space L_{\Phi}(\Omega) and the space E_{\Phi}(\Omega) where E_{\Phi}(\Omega)=\overline{L^{\infty}(\Omega)}
by vrouvrou
Wed Sep 14, 2016 2:44 pm
Forum: Graphics, Figures & Tables
Topic: Draw a picture
Replies: 10
Views: 6025

Draw a picture

Hello, Please how to do to draw this picture

Image
by vrouvrou
Sat Aug 27, 2016 8:30 pm
Forum: Graphics, Figures & Tables
Topic: Graph with tikz
Replies: 2
Views: 5541

Re: Graph with tikz

THANK YOU VERY MUCH
by vrouvrou
Sat Aug 27, 2016 7:13 pm
Forum: Graphics, Figures & Tables
Topic: Graph with tikz
Replies: 2
Views: 5541

Graph with tikz

I need help on how to draw this graph
http://i.stack.imgur.com/FLCaW.png

The question was also asked on TeX.SX.

i tryed this: but i don't know how to make 4 points like in the picture

\usetikzlibrary{arrows,intersections}
\tikzpicture[
thick,
>=stealth',
dot/.style = {
draw,
fill ...