Questions tagged [style]
Questions about applying a consistent look or form to Mathematica output, including use of the built-in styling constructs (Style, PlotStyle, etc). For questions specific to styling in notebooks with stylesheet properties please use the [stylesheet] tag.
466 questions
4
votes
1
answer
185
views
Blurry AxisObject
I am trying to imitate default frame of ContourPlot with AxisObject. I used AbsoluteOptions ...
1
vote
0
answers
67
views
Number with leading digit underlined [duplicate]
I'd like to print a multi-digit number with the leading digit underlined. I see that I can get the leading digit, convert it to a string and use Style to underline ...
2
votes
3
answers
195
views
Styling collection of polygons in single Polygon differently [closed]
In documentation of Polygon we can read:
Polygon[{poly_1,poly_2,…}] represents a collection of polygons poly_i.
But then there is no example how to style each ...
0
votes
0
answers
84
views
How to adjust the style of the Dataset
This is my current Dataset:
...
1
vote
1
answer
135
views
Matching style of mesh of 3D surface with style of 3D curves in ParametricPlot3D
How to style curves plotted by ParametricPlot3D in one parameter so that the style matches default style of mesh of surface plotted by...
3
votes
1
answer
142
views
Matching default plot styles of several ParametricPlot3D-s in Show
Suppose you have five different plots in one ParametricPlot3D with default style for each.
Then you want to add another ...
0
votes
1
answer
139
views
Displaying a string on fixed-width lines
Is it possible to format/style a string/text so that it is displayed in lines of fixed character length like on image without converting it to list of characters?
...
4
votes
2
answers
204
views
Styling multiple functions when argument of Plot can not be evaluated?
How would one style multiple functions in a single plot when an argument of Plot can not be evaluated?
When we have implicit list of functions we have to use ...
1
vote
0
answers
77
views
Is it possible to set PrivateFontOption for plots globally?
Originally motivated by my previous question.
I'm trying to see whether it's possible to write PrivateFontOptions in the init.m file of Mathematica so that I don't ...
0
votes
1
answer
135
views
Slightly different styling in python and Mathematica scripts
Consider this piece of the python script:
...
0
votes
0
answers
125
views
Default fill color for ComplexRegionPlot is grey instead of blue
The input
ComplexRegionPlot[Abs[Arg[z]] < π/4, {z, 10}]
gives the grey fill color output,
Instead of what the Mathematica online reference manual shows which ...
0
votes
2
answers
136
views
How to change the point style in Graphics to a diamond or any other marker style? [duplicate]
I have a combination of ListLinePlot and Graphics. How can I change the point style in Graphics to a diamond or any other marker ...
0
votes
1
answer
90
views
Styling the LabelingFunction in a Histogram
I am doing some data analysis and I'd like to style the LabelingFunction in the Histogram that I'm making.
I would like to know if it's possible to box the content of the labels similar to a ...
1
vote
2
answers
185
views
Distinguishing between almost overlapping curves
I am trying to plot the following function versus r for two values of q=1 and q=2:
...
6
votes
1
answer
220
views
Why `LegendItem` does not work in version 14
The code below was working in previous versions of Mathematica but is not functioning in version 14. My goal is to create a plot with an error band and include a legend that matches the plot style. ...