Questions tagged [tkz-collection]

TKZ is a collection of packages that extend the functionality of the drawing package TikZ.

TKZ is a collection of packages that extend the functionality of the drawing package .

74 questions
7
votes
2 answers

Intersection of two tkz-fct funktions

Is it possible to mark the intersection point of two tkz-fct functions and print it's coordinates? For example in this…
student
  • 29,003
6
votes
1 answer

How to color Petersen Graph using tkz-berge?

I am using the following code to draw a Petersen graph in LaTeX beamer: \documentclass{article} \usepackage{tkz-berge} \begin{document} \begin{tikzpicture}[rotate=90] \GraphInit[vstyle=Art] \grPetersen[RA=5,…
Mat
  • 73
4
votes
2 answers

Get x and y coordinates of a point in tkz?

Is it possible to get the x or y coordinate of a Point with tkz? Especially if I have two points A=(a_1,a_2) and B=(b_1,b_2) I want to have a Point C=(a_1,b_2). This is related to Extract the x/y part from a coordinate in pgfplots. The difference is…
student
  • 29,003
3
votes
2 answers

How to define new functions for plotting in tkz-fct?

Is it possible to define new functions in tkz-fct and use them to plot using \tkzFct?
student
  • 29,003
3
votes
1 answer

tkz-fct produces no plots, why?

tkz-fct produces no plots, for instance I copied the following code from the manual: \documentclass{article} \usepackage{color} \usepackage{tikz}% \usepackage{tkz-euclide} \usepackage{tkz-fct} \usetkzobj{all} …
student
  • 29,003
2
votes
1 answer

Drawing a transformation with tikz picture

I want to illustrate a transformation from $xy$ to $uv$ plane. but I don't know how to link these planes. This is supposed to be the $xy$ plane \begin{document} \begin{figure} \centering \begin{tikzpicture}[vect/.style={->,shorten…
2
votes
1 answer

Control sub line width in tkz-collection

In tkz-base I can control the line width of a grid with the line width option as in the following example: \documentclass{article} \usepackage{tkz-base} \begin{document} \begin{tikzpicture} \tkzInit[xmax=4, ymax=2] \tkzGrid[sub,line…
student
  • 29,003
2
votes
2 answers

How to draw quadratic function using tkz-euclide?

Is it possible to draw the following graph using tkz-euclide? The coordinate system looks better to me. I know how to get the coordinates, but not the quadratic function. The code I have so far is only for the coordinate…
Gejun
  • 141
  • 5
1
vote
1 answer

Removing a vertex of Petersen graph

How can we remove the vertex "e" of Petersen graph and replace with three vertices? I used for drawing Petersen…
babgen
  • 215
1
vote
0 answers

Table of variation

I am trying to make a table of function variation with tkz-tab package, like Problem is that I don't know how I could obtain arrows like in the image. My code is: \documentclass[11pt,b5paper]{article} %-Greek, Palatino Linotype Font and language…
tassos
  • 71
1
vote
1 answer

tkz-fct: control ticks of x-axis

In tkz-fct, the command \tkzDrawX draws the x-axis. Is there an option to control the size of the ticks on this axis? Is it possible to draw the axis even without ticks at all?
student
  • 29,003
1
vote
1 answer

tkz-fct: error message when plotting tangent line

I tried to plot tangent lines to the graph of a function using tkz-fct. See the example below. However I get the following error message: ERROR: Use of \tkz@DrawTangentLine doesn't match its definition. --- TeX said --- \pgfutil@ifnextchar ...1\def…
student
  • 29,003
0
votes
1 answer

How to shift x-axis with labels in xy plane?

How to shift x-axis with labels in xy plane?. I tried by this code, but failed. it moves the x-line but their corresponding labels are not in the correct place. \documentclass[]{scrartcl} \usepackage[utf8]{inputenc} …
Zam
  • 313