The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
79 views

Beginner's question: Gap between FrameLabel and BarChart

I have a BarChart (Mathematica 9.0.1) ...
1
vote
1answer
120 views

No anti-aliasing on BarChart3D?

If I put AA code in BarChart3D, it won't works. Here is the code. ...
2
votes
1answer
50 views

Scaling of ChartElements

In attempting to answer this question from @Cam on BubbleCharts with elliptical bubbles, I suggested using separate ...
3
votes
1answer
47 views

Why doesn't my line match my barchart?

I'm trying to create a chart that has both a line and a bar chart representation of an expression. Because I'm using the same expression twice, I expect the line and the bar chart to match, but they ...
3
votes
2answers
104 views

Axis labels are clipped (in BarChart)

I have created a bar chart with the below code. My $x$ axis labels have been cut in half for some reason. My $x$ axis heading is also missing. I tried using ...
3
votes
1answer
122 views

Getting over Mathematica Bar Chart Limitations….

I am trying to create a pareto chart for some non technical folks and having the hardest time formatting it correctly… Here’s my sample code: ...
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: ...
3
votes
2answers
106 views

How to change BarChart labels font?

The question seems trivial, but no sign of such thing in reference. Also TicksStyle does not work for labels. Thanks, Regards
2
votes
3answers
200 views

How can I imitate the style of a certain 3D bar chart?

I would like to get a 3D visualization of a given matrix. Here is a figure which may come from Mathematica. I want to plot something like it. When I use ListPlot3D ...
3
votes
1answer
136 views

BarChart and Log Scale results in different bar origins

I want to create a bar chart from two different data sets. ...
2
votes
1answer
55 views

How to change texture of chart bar?

Is there anyone who know how to make diagonal lines inside the chart bar like the below picture?
5
votes
3answers
136 views

Placing bar chart labels on the upper and lower frame axes

In the bar chart (with negative values) ...
2
votes
3answers
133 views

Controlling Bar Color in BarChart precisely [duplicate]

I'm trying to control the color of individual bars in a BarChartwhen I pass a 2 dimensional list of data to plot. What I want to accomplish is that for each pair of ...
2
votes
1answer
132 views

Can I customize a TradingChart?

What I would like to do is generate a chart similar to the TradingChart but to have two lines on it instead of the candlestick. The lines I want to plot will look something like this; And what I ...
5
votes
2answers
139 views

BoxWhiskerChart with logarithmic axes

I would like to make a following chart Ideally I would also like to control the boxes position on a logarithmic x-axis. Some inspiration how to do the latter may be found in the answer to my ...
5
votes
1answer
163 views

Label both sides in BarChart

I have labeled the name(A,B,C) of each row on the left and value of each item , is there any way to put the total number(6,7,5) of each row on the right side without changing other labels? ...
7
votes
4answers
204 views

How to remove ticks?

I wanted to remove the Ticks in my coding but i can't. Here when i try to remove the Ticks the number also gone. I need numbers ...
1
vote
1answer
120 views

Bar chart labels disappear when PlotRange is used

I have used Placed[Before] to place labels on the labels before the bars, but when I specify a plot range, the labels disappear. I need a solution wherein I can use ...
0
votes
0answers
73 views

Dynamic Chart Elements in Bar Chart [duplicate]

Possible Duplicate: How to execute a function each time the slider is dragged? This is my code: ...
2
votes
1answer
157 views

Positioning ChartLabels in a horizontal stacked BarChart

I can create a BarChart with horizontal bars (using BarOrigin -> Left) and Mathematica will automatically position the ...
4
votes
2answers
161 views

BarChart with BarOrigin->Left: axis on top

This question is somewhat related to this one. Let's say this is the BarChart i want to make: ...
2
votes
1answer
60 views

How do I stack a RectangleChart?

What I would like to do is represent the state of a machine over a period of time using a RectangleChart (or anything else that can do it) . The chart will need to be made up of equally sized blocks ...
3
votes
0answers
63 views

Specifying a graphics object for the width of a median marker

In a previously posted question VLC used the element specification {"MedianMarker", filledCircle[10], Black} in a box and whisker chart, where ...
4
votes
2answers
165 views

Median marker style in BoxWhiskerChart

I was trying to adapt the BoxWhiskerChart to obtain a minimalistic quartile plot, like this: What I obtained is the plot below that is, however, unsatisfying; ...
4
votes
1answer
113 views

How can I set the axis for ScalingFunction in a BarChart?

Why is the scaling function being applied to the wrong axis? Here, the log ticks are on the Y axis, but they should be on the X axis: ...
15
votes
5answers
502 views

How to visualize the voting choices in the moderator elections?

I'm trying to use Mathematica to create some visual representations of the votes cast in the recent Mathematica-StackExchange moderator elections. (Not the vote-counting system itself, OpenSTV, but ...
9
votes
3answers
241 views

Different calculation of median and quartiles, bug in BoxWhiskerChart?

When you plot a dataset with BoxWhiskerChart passing over the box in the plot with your mouse pointer shows some specifics about the dataset (min and max values, ...