Questions tagged [drawing]

64 questions
4
votes
1 answer

Draw: vector drawing & technical illustration application

I found this very sophisticated Draw application created entirely with the Wolfram Language: https://github.com/shdlbwr/draw The documentation is available here: http://community.wolfram.com/groups/-/m/t/963158 When I execute Draw[] I get the…
mrz
  • 11,686
  • 2
  • 25
  • 81
3
votes
1 answer

How do I invoke the freehand line tool (f key) programmatically in an attached cell containing a canvas?

I created the following code that overlays an attached cell containing a large canvas on top of a notebook. This allows me to use the drawing tools on top of my notebook so that I can annotate code with my…
B flat
  • 5,523
  • 2
  • 14
  • 36
2
votes
2 answers

How to draw a shaded elipse using drawing tools?

I'm trying to draw the following picture using drawing tools, but I could get just the arrows and points. As you can imagine, I'm a begginer at mathematica, but I use LaTeX. I'd like to know if there is a nice reference for commands. I imaggine…
geekformoney
  • 123
  • 5
0
votes
2 answers

Drawing nodal lines of wave equation

I am new to Mathematica and I want to produce the following figure wich represents the nodal lines of wave equation. Can anyone help?
0
votes
1 answer

How to draw a picture like this?

That is what l want,but l can only use Show,Plot3D to get something just like this What should l do?Thanks~
Ben
  • 15
  • 4
0
votes
0 answers

drawing tools don't work

I'm using Mathematica version 12.0 and just starting using the drawing tools. Everything seemed to be working well until it didn't. Mathematica crashed and when I restarted, I no longer could see lines and a little orange box appear. I suspect the…
user26718
  • 366
  • 1
  • 2
0
votes
0 answers

Package for calculating feynman digrams from number of external points, vectices and propagators

I usually manually compute most of the Feynman diagrams that I need for my assignment by hand. But lately, I've had to deal with $O(\lambda^2)$ with interactions involving both $\phi^3$ and $\phi^4$. I boil down the problem to finding the possible…
user34128