Search found 1 match

by rhum187
Thu Jun 26, 2014 10:35 am
Forum: Graphics, Figures & Tables
Topic: Intersection between two curves 3D
Replies: 1
Views: 4209

Intersection between two curves 3D

Hi everybody,

For several days I tried to find a way to put a red bullet at the intersection of two curves.
I put the code here.


\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{fullpage}
\usepackage{tikz}
\usepackage{pgfplots}

\usetikzlibrary{calc,3d}

\begin{document}
\begin ...