The display tag has no wiki summary.
8
votes
2answers
321 views
TeX and TraditionalForm
I have a little problem, and hope, with your help, I'll be able to solve it.
As you got from the title, I have some trouble with TeX in Mathematica. Imagine, I want to output a nice DisplayFormula, ...
10
votes
6answers
432 views
Annoying display truncation of numerical results
I have a lot of data to inspect. An example of a number in my program is
123.189094
This gets displayed as
123.189
...
5
votes
1answer
197 views
Make EventHandler work for clicks and keys in a Dynamic display
I am trying to write a way that will do certain events depending on what screen is showing.
What happens so far is that the screen will change in accordance to a click, but when you try to do the ...
4
votes
2answers
61 views
Problem with Raster and custom ColorTable
Context
Let me define two colour tables: (which come from brewer and xmedcom respectively)
...
2
votes
2answers
135 views
How can I control the number format of exported data?
I'm having issues while exporting a tables of numerical values to "*.dat" data files.
Here's the thing, sometimes when I export a table, I get more decimals on some random values. The problem is that ...