Tagged Questions
6
votes
1answer
369 views
Change the appearance of grids in pgfplots
I am asking if there is a command in the pgfplots package that changes the appearance of the grid in terms of kind of the lines. What I mean is how to change the kind of lines. I have read the ...
2
votes
1answer
294 views
How to only draw grid lines for ticks with labels in pgfplots?
I'm using the dynamic dict from mail-archive.com
It generates automatically the data for the x axis.
I want only every second (or every third, ...) tick and grid line. I've already managed to omit ...
5
votes
1answer
313 views
Is there any way to remove mesh lines completely in a pgfplots faceted 3d plot?
I can not seem to find the way to remove the lines in the surface mesh in a 3d faceted plot. I need a solution that does not use the "shader=interp" (i.e. gradient filling) so that the faces are ...
3
votes
1answer
483 views
How can I create an angled grid in a 2D PGFPlots plot?
Is it possible to make PGFPlots display 45° height lines in an axis? Basically, what I am looking for is a grid defined by y=-x + k*1000, k being a natural number. My numbers are rather large, e.g. y ...