Questions tagged [tikz-datavisualization]

{tikz-datavisualization} is about the datavisualization library of the {tikz-pgf} package.

The tag is about the datavisualization library of the library.

It is loaded via

\usetikzlibrary{datavisualization}

and provides the \datavisualization macro.

110 questions
3
votes
1 answer

scatter plot in datavisualization with extra draw

In this question, it seems like adding an extra \draw to a datavisualization should be relatively straightforward. But I'm baffled: \begin{figure}[h] \begin{tikzpicture} \datavisualization [scientific axes, visualize as scatter] data…
kcrisman
  • 415
3
votes
2 answers

Plot logged data from external CSV file

Is it possible to plot data of the following sort in LaTeX? Since the data is huge, sourcing it from an external file would be desired, but not necessary.
user99326
2
votes
1 answer

Color in dashed Line

I have a U-I-diagramm in physics of a yellow LED. I use a yellow line, because the LED is yellow. For better reading of the diagram I add a black dashed line over the yellow line. Here is my approach: \documentclass[varwidth,…
Michael.H
  • 107
2
votes
1 answer

TikZ datavisualization: Is it possible to change fontsize globally?

Here my MWE: \documentclass{scrartcl} \usepackage{tikz} \usetikzlibrary{datavisualization.formats.functions} \begin{document} Text \begin{figure} \centering \begin{tikzpicture} \datavisualization[ scientific axes =…
Su-47
  • 2,508
2
votes
1 answer

TikZ: No visualize as smooth cycle option available

On page 858 the manual mentioned the option visualize as smooth cycle for the \datavisualization[]{} command. MWE: \documentclass{scrartcl} \usepackage{tikz} \usetikzlibrary{datavisualization.formats.functions} \begin{document} …
Su-47
  • 2,508
2
votes
1 answer

Is it possible to use arrays in a function of TikZ datavisualization?

Sorry for my incorrect english. I have some data values. I choose an array as a data structure (it could be any another data structure). I wish to use those data values to calculate some other data values and then plot those (new data values). My…
Su-47
  • 2,508
1
vote
1 answer

Applying color to visualizer and using it for different part

I would like to locally override style sheet color and have: pin data the same color as the data set drawed be able to access the data set color in the "info" section Currently I've got: wrong color for pin data for the data set "foo" ("x" is in…
1
vote
1 answer

Why the label of the x-axis is shifted, when creating multiple datavisualization pics in one figure with custom unit length between the ticks?

My MWE: \documentclass{scrreprt} \usepackage{tikz} \usetikzlibrary{datavisualization.formats.functions} \pgfooclass{circle visualizer}{%from TikZ & PGF manual, page 928 \attribute name; …
Su-47
  • 2,508
1
vote
0 answers

datavisualization with more than three functions

Do my first steps with datavisualization. Find out how to plot functions. But the fourth function ist not in the plot. Found out that only the first three appear to be plotted out of the box. How can I make all four functions visible? I would also…
Michael.H
  • 107
1
vote
1 answer

Tikz-datavisualisation custom tik labels

I am trying to create a graph, where the labels for the tikz mark are not supposed to be numbers but strings, is there a(n easy) way to achieve this with tikz-datavisualisation? Mockup of what I am going for: Notice that the tikz are labeled with…
ted
  • 3,377
0
votes
0 answers

3D Data Visualisation in Latex

Relative newbie to Latex visualisation, and I genuinely wouldn't know where to start with the type of visual I've given below. However I am hoping someone could provide an example or signpost me towards a tutorial in which I could generate this type…
EB3112
  • 163