Tagged Questions
1
vote
2answers
83 views
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar
I have a matrix of data that I am plotting via ArrayPlot.
...
2
votes
1answer
50 views
Reuse ParametricPlot3D plotting options [duplicate]
I create several ParametricPlot3D's that all should look the same: BoundaryStyle -> Thick, ...
0
votes
1answer
90 views
Is it possible to modify the tick marks in BarChart plot?
I need to specify the length of the tick marks on the x axis in a BarChart plot:
...
8
votes
2answers
149 views
How can automatic ticks be made “outie”?
By default, FrameTicks stick into the data area in a way that is sometimes uncomfortable.
...
1
vote
2answers
127 views
Filling for ListPolarPlot
I want to use Filling for ListPolarPlot in such a way that the points in the list are joined to the origin with a line colored ...
1
vote
2answers
91 views
How can I define an option “packet” for plots so I can only alter the definition and all plots with that “packet” will change appearance? [duplicate]
Possible Duplicate:
Consistent Plot Styles across multiple MMA files and data sets
So, here's my problem; I have a lot of data that is shown in different plots.
I want all the plots to have ...
1
vote
1answer
142 views
Lines with label in Plot options syntax
I wrote a little function to add lines with labels to plots. It just creates customized {GridLines -> ..., Epilog -> ...} code:
...
4
votes
1answer
554 views
Fixed color scale in multiple density plots
I think there should be a simple solution for my current problem, but neither StackOverflow (or the help of Mathematica) or Google have it.
I have to plot multiple density plots with a color ...
5
votes
2answers
148 views
Manipulating OptionsPatterns[]
How do you combine OptionsPatterns?
For example, I would like to have a function that can take both options that I specify, and options for all graphs:
...
0
votes
0answers
244 views
Unexpected result from contour plot - where is the color gradient?
When I plot a contour plot of my (in)famous code :P I get some unexpected results that I don't quite understand.
My code (the one that has ...
3
votes
2answers
256 views
X label in GraphicsColumn is cut off
I'm trying to use GraphicsColumn to plot two curves with very different ranges. for example,
...
1
vote
2answers
215 views
Plotting with NDSolve`StateData`
This question is a continuation of this.
As answered by J.M., I am able to iterate a solution.
However, I am unable to plot it.
I am sure that this has to do with my inability to understand how the ...
11
votes
2answers
338 views
About number truncation of ticks display in ListPlot
In my problem, I need to plot a figure in a relatively small region of the $x$ axis, e.g.,
...
12
votes
3answers
423 views
How to plot a curve with border around the line?
This can be useful if the curve is passing over both dark and light backgrounds (like well-done subtitles in movies).
11
votes
3answers
593 views
Number format of axes in a plot
How can I have a conditional format of the values appearing in the axis of a plot ?
I have in mind the number format options available in Excel for plots as described here ...
14
votes
2answers
1k views
How to save plots in grayscale
As sophomoric as this question seems, how should I save plots in grayscale in Mathematica?
I generally like eps images for their scalability and I use ghostscript or other third party perl scripts ...
10
votes
2answers
559 views
Labels and tickmarks inside Frame
Is there a way to force Plot and related functions to place the tick labels inside, rather than outside a frame? For example, consider,
...
7
votes
2answers
287 views
Why does ListPlot ignore some global options?
Why does the following plot no use the global PlotMarkers option?
...
14
votes
2answers
358 views
Plot Option Precedence while combining Plots with `Show[]`
I like to build sophisticated plots by combining simpler ones with Show[]. Typically this involves setting non-default Plot-Options with the different ...
