Questions tagged [column]
The column tag has no summary.
54 questions
3 votes
1 answer
79 views
Apply A Function With Parameters to a Dataset Query
If I create a simple Dataset like: ...
2 votes
2 answers
146 views
Locator control position changes
When only the g1 graph was drawn, the locator was in the desired position. However, when I expressed the two graphs vertically using the Coulmn function, the position of the locator changed. How can I ...
0 votes
0 answers
116 views
How to take an average of certain columns from multiple files?
I have many text files of tables, 300 rows long and 5 columns across. I can import all the files together as they're all named similarly. I would like to average column 2 of every file together, ...
3 votes
2 answers
138 views
GraphicsColumn - Multiline text isn't adapting based on overall column size
I'm trying to use Graphics Column to add a label under my plots. Eventually these individual columns will be combined in a grid, and I want the height of each plot to be the same so I can compare data ...
3 votes
1 answer
77 views
Retain Values in new column when Appending a column to an existing dataset
I am working on a basketball data set. I am trying to append a "Class" column which looks at the "Pos" column and assigns a 1 if a forward (C, PF, SF) or a 2 if a guard (PG, SG). I ...
1 vote
1 answer
268 views
Listplot legend in one column
I am trying to plot multiple curves with ListPlot. Since I have 12 curves to plot, the legend appears in two columns. I looked into this solution but it does not work with Listplot. Can anyone help? ...
7 votes
0 answers
340 views
How to format notebook like ACL Papers?
I typically use the ICML or ACL paper format in latex which is two-columns (shown below). Is there anyway to get a two column stylesheet that looks similar?
2 votes
2 answers
261 views
How to split many controls in Manipulate into multiple columns (saw some potential bugs)
I need to use Manipulate[] with many controls, because I have around 40 parameters which I want to be able to alter. Since the number is too large, I want to split these controls into multiple columns,...