CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 21:13:17 GMT
content-type: text/html; charset=utf-8
cf-ray: 9677dbe7ce8e75e9-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=5480e732-8236-4e89-8691-9e1704fc15a3; expires=Thu, 30 Jul 2026 21:13:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 1a10e6c8-de14-4d46-b0f2-19fcfa3fa04b
x-worker-origin-response-time: 495000000
x-dns-prefetch-control: off
set-cookie: prov=5480e732-8236-4e89-8691-9e1704fc15a3; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=OZayM5AmQV7b5bnlT0N_cw5HcnxpYFJ8xiRQadMVuOE-1753909997-1.0.1.1-sxwFwfiBdCUTPJuj76kG.4uj23i5tBz1lR3nx.1HgqphpGH2nU.R6___CsCVi3d7XXSH6AHPS86AEPzjBSy0J06SUCGDRs8J.27cQ09Sy54; path=/; expires=Wed, 30-Jul-25 21:43:17 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=daau4mTycOiSnzkTJZbdgQXE1ksNi4ceYc_RTVDBCyY-1753909997280-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'graphics' Questions - Mathematica Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions 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,982 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
6
votes
3
answers
247
views
+100
(discrete) Surface parametrization in Mathematica
In Python there are very easy to use and efficient libraries for surface parametrization (for instance igl). I wonder if in Mathematica we have a ready-made implementation.
The parametrization is ...
2
votes
0
answers
129
views
How can I create a zebra stripe pattern? [closed]
This picture is from the public domain but does not quite look so real...
I assume that there is a 'decently simple' and known solution but I have not found a good approach by internet research.
...
1
vote
1
answer
101
views
Adding texts to an image
Suppose I have a PNG image
img=Import["......\\img.png"];
I want a function addtext which will do this:
...
1
vote
0
answers
46
views
VertexColors works strange in Polygon: how to make Polygon with not monotonic color? [duplicate]
Graphics[ Polygon[l = {{-1, 0}, {1, 0}, {1, 0.5}, {1, 1}, {-1, 1}, {-1, 0.5}}, VertexColors -> (Blend[{Green, Red}, #[[2]]] & /@ (l))]] gives me this:
Good,...
3
votes
1
answer
173
views
Making an illustrative image of Poincare section using Mathematica
I am trying to redraw this illustration for the Poincaré section using Mathematica:
For which I used this code as a start:
...
0
votes
1
answer
92
views
How to include this broken axis symbol while keeping PlotRangeClipping?
I'm trying to use the idea in this answer to make a plot that has a "discontinuous break" symbol on one of the axes. The trouble is that my plot has a frame and no ...
6
votes
1
answer
693
views
Animated line to trick the eye into seeing 'flow'
I would like to create a 2d Graphic[] representing time-dependent flow direction in a network of 'pipes'. Commercial applications use 'animated' dashed lines where ...
0
votes
0
answers
77
views
How to plot multiple figures in one figure
I am trying to produce certain figures for a report that I am writing. Below, I put a previously produced image against which I am benchmarking tic marks and fonts etc of all the images of the report:
...
2
votes
1
answer
141
views
Graphics: inscribed circles and points of intersections
I have the programm which is quite difficult for me and I'm trying to use it for my own purposes, to demonstrate the solution of the geomtric problem.
What should I add in this program to get the ...
0
votes
0
answers
59
views
0
votes
2
answers
92
views
0
votes
0
answers
59
views
Calculating distance between objects in een Graphic image (printing Laser Cutter)
I am converting a drawing into a grid of black circles. I want to send this new drawing to a laser cutter. The laser cutter should cut out all the black circles. To get ...
5
votes
1
answer
213
views
Finding General Solution for Straight-Line Films between Two Closed Shapes
Given two closed shapes, I want to see if there exists a 'film' between the two shapes and if one exists what they are for various solutions where the film is formed by non-intersecting straight lines ...
28
votes
4
answers
1k
views
Boids by Simon Woods: can we re-invent further efficient flocking models to forge complexity from simple rules?
It has been 12 years since @simon-woods created this fascinating animation an invented a boids model which is more efficient than typical ones. Code is extremely short an elegant:
...
1
vote
3
answers
233
views
Visualize the contour for $\oint_{|z|=2} \frac{1}{z^2+1}\,dz$ with two enclosed poles
I solved the following Integral
$$
\oint_{|z|=2} \frac{1}{z^2+1}\,dz
$$
and in my proof, I factor $z^2+1=(z-i)(z+i)$, so the function has simple poles at $z=i$ and $z=-i$, both inside the contour $ |z|...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
plotting × 2014
graphics3d × 443
export × 247
color × 240
graphs-and-networks × 231
geometry × 196
manipulate × 193
regions × 175
list-manipulation × 165
animation × 162
image-processing × 162
dynamic × 143
bugs × 142
visualization × 140
legending × 133
labeling × 119
image × 117
generative-art × 106
functions × 85
mesh × 84
formatting × 82
pdf-format × 77
front-end × 74
more related tags
Hot Network Questions
- Should I regularly reapply thermal paste?
- What happens if a witness is required to travel to the US to make a deposition but is refused entry?
- If Satan is not omnipresent, how can he tempt or test multiple people at the same time in different places?
- How Does Code Reuse Work at NASA
- using `find` to find a file in PATH
- Area of a Quadrilateral Formed by Intersecting Lines in a Triangle
- Is Samson referred to/mentioned in the siddur/liturgy?
- Many people, when faced with a statement, exclaim: “PROVE IT!” But are they truly aware of what they’re saying? What is a proof? What does it mean?
- General Two-dimensional Elliptical Gaussian Image Generator in C++
- Right size rim tape when converting MTB to tubeless
- Novel with fog on an alien world and a labyrinth
- How loud were the top-of-the-range propeller aircrafts like the Lockheed Constellation when commercial jet travel appeared?
- R-squared for glmmTMB with beta distribution and variance-covariance matrix as random effect
- Do police need a search warrant to chase a fugitive onto private property?
- 2 Horizontal Bolt Bicycle Light
- When using Da Capo, does that normally include a pick up?
- Short story about a scientific rivalry that leads to madness
- Is Spock performing a mind meld in Dagger of the Mind?
- How to create a Face Group from selected faces, similar to a Vertex Group
- What were WW2 electronics wires made of?
- Why RewriteRule behaves different if request URL has a trailing slash and when not?
- Why is my 74HC595 working without VCC?
- GraphQL Search Not Working for Multilist Field (Category) in Sitecore JSS
- Does the colour force between two quarks get stronger because gluons emit more gluons or because quarks emit more gluons?