The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
2answers
447 views

Making a presentable BarChart

I've been asked to reproduce a bar chart generated in Excel in Mathematica. The original Excel chart looks like this; My Mathematica version looks like this; There are a couple of things wrong ...
16
votes
2answers
286 views

Helio chart for canonical correlation

I'm trying to create a chart usually called "Helio chart". It's a chart type very suited for canonical correlation analysis involving several dependent and independent variables. However, it is a ...
15
votes
5answers
509 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
248 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, ...
8
votes
2answers
232 views

How do I create an ellipse bubble chart?

I have some data that I would like to plot as a bubble chart. The data is formatted as {{val1_mean,val1_sd,val2_mean,val2_sd},{val1_mean,......}}. What I would like to do is plot a bubble chart where ...
7
votes
4answers
211 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 ...
6
votes
2answers
113 views

Finessing labels in BarChart

BarChart is aggravating. Why don't the following correctly display both percentages and labels? (1) ...
5
votes
1answer
181 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? ...
5
votes
3answers
162 views

Placing bar chart labels on the upper and lower frame axes

In the bar chart (with negative values) ...
5
votes
2answers
147 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 ...
4
votes
2answers
168 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
2answers
170 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: ...
4
votes
1answer
121 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: ...
4
votes
2answers
87 views

Beginner's question: Gap between FrameLabel and BarChart

I have a BarChart (Mathematica 9.0.1) ...
3
votes
2answers
128 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
3
votes
2answers
123 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
143 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: ...
3
votes
1answer
49 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
1answer
146 views

BarChart and Log Scale results in different bar origins

I want to create a bar chart from two different data sets. ...
3
votes
1answer
171 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 ...
3
votes
0answers
64 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 ...
2
votes
3answers
220 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 ...
2
votes
3answers
148 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
58 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?
2
votes
1answer
165 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 ...
2
votes
1answer
61 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 ...
2
votes
1answer
54 views

Scaling of ChartElements

In attempting to answer this question from @Cam on BubbleCharts with elliptical bubbles, I suggested using separate ...
1
vote
1answer
123 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 ...
1
vote
1answer
140 views

No anti-aliasing on BarChart3D?

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

Bar Chart Labels Mystery

I have some data which I want to plot in a simple bar chart: ...
0
votes
1answer
107 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: ...
0
votes
0answers
74 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: ...