Skip to main content

All Questions

Tagged with
6 votes
2 answers
234 views

Graphics`Mesh`FindIntersections not working in Mathematica 13.3

I just updated my Mathematica for Windows to 13.3 and when I tried to use the "Graphics MeshFindIntersections" command it doesn't seem to work. Have they replaced it with some other command ...
codebpr's user avatar
  • 2,433
9 votes
1 answer
657 views

Charting`ScaledTicks not working anymore in Mathematica 13

Charting`ScaledTicks was a convenient way to organize Ticks or Frameticks in Mathematica without needing to define a tick-function. Basically most tick-related questions here were answered with this ...
mathematica_guy's user avatar
1 vote
1 answer
213 views

Log scale for ListContourPlot when the axes have different orders of magnitude

I am trying to plot a data set (download here) in Mathematica (it's 3.9 MB and I wasn't sure how to best share it) which I then want to visualize with ...
user85503's user avatar
  • 1,002
9 votes
2 answers
341 views

BarLegend ticks distorted in MatrixPlot

As shown in many threads here (this, this, ...), Ticks is a valid option of BarLegend. But it doesn't seem to work well in this ...
xiaohuamao's user avatar
  • 4,728
4 votes
1 answer
210 views

Others problems with Graphics`PolygonUtils`PolygonCombine

As a continuation of this question, writing: ...
πρόσεχε's user avatar
8 votes
2 answers
310 views

Problem with Graphics`PolygonUtils`PolygonCombine

Writing: Normal@ParametricPlot[{x, x^2 t}, {x, 0, 2}, {t, 0, 1}] /. p : {__Polygon} :> Graphics`PolygonUtils`PolygonCombine[p] I get: but if I write: ...
πρόσεχε's user avatar
2 votes
1 answer
181 views

How can I find all the plot themes for a given function?

Plot themes are useful little things that ease the pain of manually styling Mathematica graphics. I have a few favorites, "Web", ...
b3m2a1's user avatar
  • 47k
27 votes
0 answers
2k views

How to use Charting`ScaledTicks?

I found several topics about the undocumented ScaledTicks function and tried to use this. Here is the first example: ...
Alx's user avatar
  • 3,632
20 votes
1 answer
475 views

What are the possible Method option values for plotting functions?

Many plotting functions have a Method options with descriptions like this: Plot: "the method to use for refining curves" ...
Szabolcs's user avatar
  • 236k
1 vote
1 answer
196 views

What does Charting`$MajorTickLength do?

I know I can specify tick lengths using the Ticks option in Plot and related functions, and I also know about the CustomTicks ...
JEM_Mosig's user avatar
  • 3,003
11 votes
1 answer
318 views

What is the effect of giving ColorFunctionScaling a numerical argument?

(by making a mistake) I realised that ColorFunctionScaling can take a list of numerical arguments rather than just booleans. The following is true for ...
gpap's user avatar
  • 9,787
4 votes
1 answer
469 views

What Method values are available for Plot?

The Documentation Center article on Plot notes under Details and Options that Method is one of the options for ...
user avatar
11 votes
2 answers
358 views

What will happen if I set ExclusionsStyle for points in 2D plot?

For example f[x_] := (x^5 - 4 x^2 + 1)/(x - 1/2); Plot[f[x], {x, -1, 2}, Exclusions -> {f[x] == 0}, ExclusionsStyle -> Dashed] Has the ...
xzczd's user avatar
  • 67.1k
10 votes
1 answer
387 views

Enigmatic message about MaxBend

Referring to the method I proposed for Problem with ParametricPlot Mathematica 10.0.2 throws an enigmatic error message: ...
Mr.Wizard's user avatar
  • 272k
8 votes
1 answer
557 views

What are the arguments supplied to ColorFunction in MandelbrotSetPlot?

On the document of MandelbrotSetPlot, it said: With ColorFunction->f, where f is a function, the argument of f is a real number in proportional to the number of ...
alephalpha's user avatar
  • 1,303

15 30 50 per page