Questions tagged [grid-lines]
For questions about the GridLines and GridLinesStype options as well as FaceGrids and FaceGridsStyle options.
56 questions
2 votes
1 answer
225 views
How to create a grid line inside a polygon?
I want to make the same grid line as shown in the picture inside several polygons. ...
0 votes
2 answers
135 views
How to Make Axis Extend Beyond Plot
The following code plots a function with the axes styled red with arrowheads. ...
2 votes
1 answer
181 views
Position of FaceGrids planes in Graphics3D
What is the position of FaceGrids used in Graphics3D? The example below suggests it is at a depth around 2% of the plot box. Cuboid at 0.1 sits below the grid, cuboid at 0.3 sits above and the one at ...
4 votes
1 answer
168 views
GridLines in ChromaticityPlot
How can I place GridLines above the colored region of a ChromaticityPlot (and hence make them visible throughout the plot) ...
6 votes
3 answers
416 views
Spiral gridding in Plot3D
I would like to represent a curved manifold with a "frame dragging", such as this one (source): I have done the following: ...
1 vote
2 answers
2k views
3D Plot Grid-Lines [closed]
I have a simple 3D plotting question, but having difficulty finding the option which might have changed from a previous version as I have recently updated to Mathematica 13.1. When using the Plot3D ...
8 votes
3 answers
886 views
How to make transparent markers without plotted lines going through them?
This is what happens when I use FaceForm[Opacity[0, White]]. The lines go across the markers: How can I make the markers transparent inside, but so that the lines ...
1 vote
1 answer
215 views
Gridlines overrule PlotRange
edit at the end I encountered an interesting bug (?) when plotting where if a Gridline is outside the boundaries set by PlotRange, then the plot appears distorted and automatically resizes so that ...
5 votes
2 answers
240 views
Marking day versus night in DateListPlot
I would like to mark the periods of day versus night on a DateListPlot (and associated plots) by light gray regions for the night. Here's a minimal example that ...
2 votes
0 answers
103 views
Inconsistent behavior of theme "Monochrome"
I am reporting inconsistent behavior of the "Monochrome" theme through this post when using a GrayLevel[] background. I am using version 12.2.0 Win7-x64. ...
2 votes
1 answer
205 views
Is this a known issue in 12.3.1 with GridLinesStyle with Dashed option not working?
Update Dec 7, 2021. Reported to WRI. A support case was created with the ID [CASE:4883278]. According to help But the above no longer works in 12.3.1 (windows 10) Code: ...
2 votes
1 answer
248 views
Plot two square lattices on top of one another
I plot two square lattices where one of them is rotated by 30 degrees. The Mathematica command to generate them is ...
3 votes
2 answers
193 views
Centering a weirdly shaped grid
Consider the following grid ...
0 votes
2 answers
123 views
How to create a table of values with style for lateral limits study?
I want to make a table to analyze a function when it tends to 1 on the left and on the right. for example if this is the function $\lim _{x\rightarrow 1} \frac{1-\sqrt{x}}{1-x}$ the table should look ...
3 votes
1 answer
334 views
Plot with lines highlighting different regions
I want to plot Plot[{Sin[x], 0.3}, {x, 0, 2 \[Pi]}] with the portion below 0.3 highlighted as by lines as shown