Questions tagged [display]

Questions about solutions and support for mathematical typesetting and layout, and the appearance of elements in input and output as displayed by the front-end.

Math typesetting and layout:

Front-end elements:

Prior to version 6.0, a Display function was used to write graphics or sound to a specified output channel in PostScript format. This command is now obsolete, as it's functionality has been superseded by Export.

220 questions
6
votes
2 answers

How to enter integral bounds when in two-dimensional input?

Whenever I try to write down a definite integral in two-dimensional mode I have the issue that the superscript and subscript for the integral aren't recognised properly and rather than showing up directly above one another, one of them shifts to the…
MicroVirus
  • 161
  • 1
  • 5
4
votes
1 answer

Change default color when printing a string using Print[]

Background: I'm just a hobbyist. I recently found how to change the default colors in a notebook using "Edit Stylesheet" under "Format". I am currently using my own color set up in "Appearance" under "Preferences" in conjunction with an custom…
9Harris
  • 175
  • 6
4
votes
1 answer

Is the System Information that Mathematica displays not completely correct?

Or maybe I did not understand the meaning of Resolution. This is the code I used - SystemInformation["Devices", "ScreenInformation"] I get 120 as my system resolution, and Full Screen Area as 1366x768 (~14" diagonal screen). I checked with two of…
Murali
  • 135
  • 4
3
votes
3 answers

How to display results this way: « 0.0000000000000000e+00f »?

I'm using SpherePoints and it would be helpful if the resulting points be expressed like 1.0000000000000000e-00f. AFAIK, that's IEEE double precision, but I don't know how to write the SpherePoints to directly obtain this type of output. TIA! Edit I…
3
votes
1 answer

Run Mathematica with on a 4K screen without distorting menubars or images in linux?

How do you run Mathematica on a High DPI screen at full resolution, such as on the surface book 2, or a 4K laptop screen? I've tried setting the QT_SCALE_FACTOR variable, but that made the top menu bar much larger than it should be. I also tried…
Antonio Perez
  • 211
  • 1
  • 3
2
votes
1 answer

How to Overwrite the DisplayFunction?

How to overwrite the display function of TemplateBox? For example, if I have: NotebookWrite[InputNotebook[], ToBoxes@Quantity[3, "Meters"]] how do I overwrite the DisplayFunction to make the out put display differently, without changing the…
Yituo
  • 1,389
  • 9
  • 15
1
vote
1 answer

Mathematica output containing the variable name

Is there a way to have Mathematica automatically print the name of the variable during an evaluation when the semi-colon is suppressed. So for instance, Matlab would do this: >> a = 1 a = 1 >> 1 + 1 ans = 2 >> which makes it very…
TSGM
  • 433
  • 3
  • 8
1
vote
1 answer

How to avoid Transpose in output

I would like to have a[i_, j_] := Piecewise[{{HoldForm[A], i == j && i < 2}, {HoldForm[A], i == j - 1}, {-HoldForm[A], i == j && i >= 2}, {0, True}}]; W = Array[a, {2, 2}] a[i_, j_] := Piecewise[{{HoldForm[Msub], i == j},…
Gabriel
  • 439
  • 2
  • 8
1
vote
0 answers

Mathematica symbols not showing

Mathematica displays squares like □ in place of symbols such as slash / and right arrow -> so for example if I write a/b it displays a □ b. Rebooting doesn't seem to help here. Operating system: Windows 10
user35319
  • 11
  • 2
1
vote
1 answer

How to display new windows for each graphic from several file?

I use the following link in the forum to plot a graphic in a new windows. However when I use the code to create a new windows using the function described below in question, yes it works but in the new window I see only the results for the last…
Bigprophete
  • 399
  • 1
  • 11
0
votes
0 answers

AutoMultiplicationSymbol not displaying

Since $14.0$ I've had a minor but bizarre issue with the automatic multiplication symbol not appearing correctly. Previously, a space between numbers, for example, would instantly display a light gray multiplication symbol (by default it looks like…
pancini
  • 213
  • 2
  • 6
0
votes
0 answers

"Preference" window is abnormally displayed without buttons and boxes

The preference interface is displayed abnormally. Although buttons and check boxes are not displayed, they can be operated. Anyone know why? thank you! (Mathmatica 12.3, Windows 10)
Ring
  • 137
  • 5
0
votes
0 answers

Mathematica looks blurred

I am trying out a trial version of Mathematica before actually purchasing it, the image looks blurred. Could someone please verify if this is normal. I do not remember seeing this in the v11.
Rene Duchamp
  • 1,419
  • 10
  • 20
0
votes
0 answers

Mathematica wrongly displays rows instead of columns

I want to perform some operations with certain column but when I tried to display the first column as it is shown in attached picture 1 (in some reference on web) of the table but Mathematica displayed the first row instead my code is in second…
Vocis
  • 195
  • 6
0
votes
0 answers

Stand alone ParametricPlot3D image file for others' 3D viewing

I wish to show a ParametricPlot3D image sharing only the image part that is made available for mouse rotation view for any-ViewPoints by viewers other than the code-maker? Is it possible to delink the code which was used to create the image at first…
Narasimham
  • 3,160
  • 13
  • 26
1
2