Tagged Questions
7
votes
2answers
320 views
Comparison of pgf plotting packages
I know three ways to do function plots based on the TikZ/pgf package:
TikZ/pgf directly
pgfplots
tkz-fct
Which of those options is the most powerful? Why?
Can you give typical cases where one ...
8
votes
1answer
2k views
pgfplots axis scaling
Is it possible to define in pgfplots that y should correspond to Y cm in my plot?
I know how to do this in tkz-fct, so let me add an tkz-fct example to make more clear what I want:
...