The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
313 views

Grid - Item - Alignment to decimal problem

I've run into a Grid layout problem for which I don't know a solution. I want to specify alignment to a specific character such as a decimal and an ...
4
votes
2answers
135 views

How can I provide dividers and control item alignment in a Grid?

I make a Grid with multiple Rows and Columns. I want to apply different types of Dividers and Alignment to that Grid. If you ...
4
votes
1answer
91 views

Creating plot markers with centered text

I want to create a series of plot markers which are circles, squares etc. with 2-3 letter codes centered within the marker. My current attempt looks like this: ...
3
votes
4answers
140 views

Left-aligned PlotLabel?

Is it possible to have the text generated by PlotLabel (or any other function) aligned to the left side of the plot instead of in the center?
3
votes
2answers
157 views

Overlay alignment

Borrowing triangularArrayLayout from here, I have: ...
3
votes
1answer
157 views

How to align grid dividers of inner grids in a grid?

How to have the vertical dividers of inner grids aligned to each other in the following? ...
2
votes
4answers
244 views

How can I format a table to look nice?

I have this code, but i would like to see the results well formated, How can I obtain a well formatted data with aligment?, similar to this one insted what i obatin, you can see here Here is ...
2
votes
1answer
125 views

How to change alignment of Grid/Matrix created using menu (Insert->Matrix/Table->New)

When I create a Grid using the menu, as follows: and then start to add data, I'd like to make the alignment to be left and not center which is the default ...
1
vote
1answer
105 views

Spacer and Text in Graphics going Awry (in Mathematica 7)

Use of a vertical Spacer in justified text inside a graphic isn't working as required. The result in the green box looks right, but when this is placed in a ...
0
votes
1answer
37 views

float output left in CDF

I'm experimenting with embedding a CDF on a Wordpress site and while it mostly works, the plots are running out of room along the right edge. It seems like if the images were floated left they would ...
0
votes
0answers
73 views

Width of two plots [duplicate]

Possible Duplicate: Vertically aligning two separate plots Trying to illustrate the sums of functions, high school math class... Found a great demonstration on interference patterns, so ...