Skip to main content

Questions tagged [graphics]

Questions on the construction of 2D and 3D graphics through the direct use of primitives, directives, and functions. Include the graphics3d tag for questions specifically on 3D graphics. This tag is not to be used for basic questions on visualizing functions and lists using the various flavors of Plot commands.

0 votes
1 answer
94 views

Version: "14.3.0 for Linux x86 (64-bit) (July 8, 2025)" The code listed below using the data following it produces the result shown in the image. I want the node labels positioned directly ...
Steven Thomas Hatton's user avatar
1 vote
2 answers
339 views

This is both a math question and a Mathematica question. I am trying to draw a simple spiral, and found this diagram that fits what I am trying to create. Implementing the math, using Mathematica, I'...
Tom De Vries's user avatar
  • 3,830
1 vote
3 answers
419 views

The code I have written to create a chessboard is as follows: ...
N31ngy's user avatar
  • 21
4 votes
1 answer
185 views

I am trying to imitate default frame of ContourPlot with AxisObject. I used AbsoluteOptions ...
azerbajdzan's user avatar
  • 32.8k
1 vote
0 answers
69 views

I use this code p1 = Graphics[{PointSize[0.05], Red, Point[{{4, 0}, {7, 0}}]}]; p2 = Plot[Sin[x], {x, 0, 10}, PlotRange -> {-2, 2}]; Show[{p1, p2}] which gives ...
charmin's user avatar
  • 1,179
1 vote
1 answer
97 views

I am trying to add a title with a background color to my plot. Currently, using Framed inside PlotLabel only creates a box around the text itself. I want the background box of the title to: Span the ...
Lerh's user avatar
  • 43
4 votes
1 answer
152 views

I have a thick arc (or it can be represented as sector of annulus), just a very simple example: ...
LittleCat1's user avatar
2 votes
3 answers
195 views

In documentation of Polygon we can read: Polygon[{poly_1,poly_2,…}] represents a collection of polygons poly_i. But then there is no example how to style each ...
azerbajdzan's user avatar
  • 32.8k
0 votes
1 answer
82 views

I am plotting particle trajectory using ParametricNDSolveValue, but it gives error. Any help is highly appreciated. ...
David Senjaya's user avatar
4 votes
0 answers
186 views

Bug introduced in 14.3 or earlier. Question has been amended — see below How can I make a plot, such as from the following, so that the spacing of the points x = 1, 2, 3 on the x-axis and y = 1, 2, 3,...
murray's user avatar
  • 12.2k
1 vote
1 answer
109 views

In Mathematica 13.3, is there a robust way to force longer edges so that long edge labels are always readable and not clipped/overlapped? As far as I could see, options for edge spacing in "...
florin's user avatar
  • 2,380
4 votes
1 answer
161 views

There are cases when there exist several different shortest curves with exactly the same length. Do you have a better idea than mine which is adding obstacles to first found curve so that algorithm is ...
azerbajdzan's user avatar
  • 32.8k
2 votes
2 answers
181 views

Text[Style["}", 230, FontWeight -> "Thin"], {0, 0}] in Graphics gives me a large bracket, but it is toooo thick. How can I get a thin bracket ...
Harry's user avatar
  • 2,819
3 votes
1 answer
140 views

How is this possible that tooltips of Show (inherited from ContourPlot) are that perfectly selective that they are displayed ...
azerbajdzan's user avatar
  • 32.8k
3 votes
3 answers
826 views

I would like Mathematica to produce for me a matrix $M$, where the entry $M_{ij}$ is a coloured disk with a black numeral in it, representing a billiard ball. Basically, I want a simplified example ...
ZeroTheHero's user avatar

15 30 50 per page
1
2 3 4 5
334