Skip to main content
Andrew Cheong's user avatar
Andrew Cheong's user avatar
Andrew Cheong's user avatar
Andrew Cheong
  • Member for 11 years, 3 months
  • Last seen more than a week ago
  • New York, NY, United States
31 votes
4 answers
5k views

How do you turn off the Dashed graphics directive? [duplicate]

24 votes
6 answers
3k views

Is there a way to riffle more than two lists?

20 votes
8 answers
2k views

What are ways to better show depth along a 3D curve?

20 votes
3 answers
4k views

Programming Mathematica in plaintext, i.e. no formatting, non-notebook

19 votes
1 answer
1k views

Is there a guideline about when to end expressions with semicolons?

19 votes
4 answers
701 views

Replacing parts of a held expression with held parts of another expression

18 votes
1 answer
849 views

Exporting a high-resolution GraphPlot of a very large graph (65,536 nodes)

13 votes
7 answers
1k views

How can I insert an element every $n$th position in a list?

13 votes
2 answers
2k views

Efficiently searching a list for the position of the closest number to a specified number

11 votes
2 answers
690 views

Is it possible to get the (x, y) position of nodes in a `Graph`?

10 votes
3 answers
4k views

Hovering mouse cursor over a plot to display a "corresponding" point in another plot

8 votes
1 answer
2k views

Is there anything like a C pointer (or returning a reference) in $Mathematica$?

8 votes
3 answers
289 views

How can I generate a $2n$-point moving maximum of a list as efficiently as MaxFilter?

7 votes
4 answers
849 views

How can I reduce a directed graph to only its "junctions"?

7 votes
7 answers
411 views

How do I write a condition for Position that uses both the current and previous element?

6 votes
3 answers
365 views

Using PatternTest and/or Condition to detect equal list lengths as well as list element formats

6 votes
2 answers
712 views

Can someone explain this code for joining two lists by the first element of each sublist?

6 votes
0 answers
183 views

Is there a package or canonical way for writing test harnesses in Mathematica?

5 votes
2 answers
396 views

Is there an inequality operator (Less, Greater) for lists of elements (as opposed to elements)?

5 votes
7 answers
362 views

Is there a way to PrependTo or AppendTo while flattening the result in the same step?

4 votes
1 answer
126 views

How do I extract the domain values associated with a ColorDataFunction?

4 votes
1 answer
119 views

Using ValueQ to test whether "hash" key exists fails when key is given as variable

4 votes
2 answers
181 views

Why is `FindCycle` crashing for this graph?

4 votes
2 answers
298 views

Stopping a head from evaluating more than once

3 votes
1 answer
221 views

How do I get the length of held list without evaluating the list?

3 votes
1 answer
194 views

Experiment with TagSetDelayed involving Part

3 votes
2 answers
331 views

Is there a way in Mathematica to simplify expressions based on inexact assumptions? [closed]

2 votes
1 answer
205 views

Why does `Position` by default return a list of lists of positions instead of a simple list of positions?

2 votes
1 answer
837 views

"Graphics is not a Graphics primitive or directive." when returning an `Import`ed image for `VertexShapeFunction`

2 votes
2 answers
189 views

How do I get the heading elements from the TableForm option TableHeadings?