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.
5,020 questions
4
votes
1
answer
106
views
How to draw one sunset image using Mathematica?
How can I simulate a realistic sunset image in Mathematica using computer graphics or atmospheric physics principles?
11
votes
2
answers
402
views
Penrose stairs or impossible staircase
Is it possible to use Graphics3D to somehow reproduce Penrose stairs or impossible staircase?
It would be nice to get to the original as close as possible. Here is ...
3
votes
1
answer
147
views
5
votes
2
answers
147
views
How can I write a function to remove FrameLabel and FrameTicks of a ListPlot?
How can I write a function to achieve this: Input a single Mathematica ListPlot graphic, optionally remove the FrameLabel and FrameTicks on either the x-axis or y-axis, while keeping the ImagePadding ...
3
votes
0
answers
207
views
How can I generate a Mandelbrot-like fractal constrained to a custom shape (e.g., a cat silhouette) in Mathematica? [closed]
Fractals are often visualized in 2 distinct ways (Or at least that is the way I see them): on one hand, highly regular and geometric structures from iterated function systems, and on the other, more ...
1
vote
0
answers
94
views
Generate an MP4 file from Mathematica that can run continuously when embedded in PowerPoint [closed]
I've been learning how to generate MP4 files with Mathematica (ver. 14.3). I wish to export the file from Mathematica and then import it into PowerPoint. Here is some sample code that generates an ...
4
votes
2
answers
184
views
Graphics of GeometricTransformation has incorrect PlotRange
I encountered examples of strange behavior of GeometricTransformation.
arc = Circle[{0, 0}, 1, {π/4, π/3}]
1. ...
10
votes
4
answers
384
views
How can I find the parameters of self-intersections from the parameterization of a closed plane curve?
More specifically, the closed curve is given by the following periodic function $f:\mathbb{R}\to \mathbb{R}^{2}$, whose fundamental period is the interval $[0,1]$.
...
6
votes
0
answers
116
views
Bug in Polygon with empty hole
This first example works correctly. The first polygon has a hole. The second polygon has an "empty hole" {} and the third polygon (identical to polygon ...
2
votes
1
answer
232
views
Wolfram Engine 14.3 does not create plot windows
Bug introduced in 14.3.
After installing on Zorin Linux (and some strange hassle to get the activation working, as explained in #258750, I had to use answer #96177), another problem pops up: no ...
1
vote
2
answers
286
views
Arrow not pointing in the correct direction/incorrectly rendered
I've run into a strange problem in trying to make some graphics for my Calc 3 class. I'm intending to draw a plane and a vector normal to that plane. The first graphic below gives me what I want. ...
-1
votes
1
answer
187
views
Where can I find the Feynman Diagrams package?
I would like to know where I can download the Feynman diagrams package to draw simple Feynman diagrams.
I have gone onto the Mathematica repository but did not find it.
5
votes
2
answers
210
views
How to extract the image part from a PDF page?
This PDF page is a Graphics filled with text, but I only want the part with the illustrations, so I wrote a PlotRange to control the drawing area, but there are many white borders on the top, bottom, ...
7
votes
3
answers
463
views
Plotting paths between Gaussian primes in the complex plane
For a university project I have to plot paths between Gaussian primes (starting at 1+i) with steps with distance less or equal to 2. I have an example given by my professor, for the case of the conex ...
2
votes
2
answers
174
views
How to produce StreamPlot3D with thin lines and small spaced out arrows?
I got a streamplot which looks fine as long as I don't add arrows:
(* Define the vector field *)
...