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.

4 votes
1 answer
106 views

How can I simulate a realistic sunset image in Mathematica using computer graphics or atmospheric physics principles?
Flint's user avatar
  • 461
11 votes
2 answers
402 views

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 ...
Vitaliy Kaurov's user avatar
3 votes
1 answer
147 views

...
user444's user avatar
  • 2,878
5 votes
2 answers
147 views

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 ...
Harry's user avatar
  • 2,871
3 votes
0 answers
207 views

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 ...
pie's user avatar
  • 173
1 vote
0 answers
94 views

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 ...
Ben's user avatar
  • 11
4 votes
2 answers
184 views

I encountered examples of strange behavior of GeometricTransformation. arc = Circle[{0, 0}, 1, {π/4, π/3}] 1. ...
LittleCat1's user avatar
10 votes
4 answers
384 views

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]$. ...
A. Kato's user avatar
  • 9,502
6 votes
0 answers
116 views

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 ...
azerbajdzan's user avatar
  • 38.5k
2 votes
1 answer
232 views

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 ...
Jos Bergervoet's user avatar
1 vote
2 answers
286 views

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. ...
Joshua Stucky's user avatar
-1 votes
1 answer
187 views

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.
francisde's user avatar
5 votes
2 answers
210 views

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, ...
yode's user avatar
  • 28.1k
7 votes
3 answers
463 views

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 ...
Francisco Madeira's user avatar
2 votes
2 answers
174 views

I got a streamplot which looks fine as long as I don't add arrows: (* Define the vector field *) ...
florin's user avatar
  • 2,482

15 30 50 per page
1
2 3 4 5
335