The tikzscale package extends the \includegraphics command to support tikzpictures. It allows scaling of TikZ images and PGFPlots to a given width or height without changing the text size.
3
votes
1answer
144 views
TikZ External and tikzscale: Figure is regenerated every time
I am using tikzscale with tikz external library in the list and make mode. Before using tikzscale, if I issued make -f main.makefile command, only the figures that were not present would be generated. ...
7
votes
1answer
398 views
tikzscale and histograms in pgfplots
Tikzscale is giving wrong results for histograms drawn in pgfplots.
Histogram without scaling by tikzscale:
Histogram after scaling:
I have included a histogram from page 67 from pgfplots manual ...