Skip to main content
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Source Link

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

JensJens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

added 52 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics packageload the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

deleted 123 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Although Jens says that only version 5 graphics is supported, this is not true and the graphics displayed is version 8.

Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Although Jens says that only version 5 graphics is supported, this is not true and the graphics displayed is version 8.

Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

Heike's code produces a graphics output. So if you run it inside a raw kernel (which is what the math command does on linux), it won't display any graphics. Instead you'll see something like --Graphics-- on your screen. To actually display the output, you'll need to load the JavaGraphics package as <<JavaGraphics` before the plot command (this needs to be done only once per session).

Jens has more on running Mathematica without a front-end. Brett Champion also notes the following:

When using JavaGraphics` , graphics are rendered by a child front end and converted to a bitmap format. So most new features of graphics are supported. The exception is that if there are interactive aspects to the graphic (tooltips, mouse-overs, Dynamics), they will effectively be ignored. Visualization functions sometimes have problems since in order for them to work correctly, they have to handle Show and DisplayFunction just right. If you do run across problems with a visualization function when using JavaGraphics` , please file it as a bug.

As for the rest of the questions, I'll refer you to the official documentation that Sjoerd shared, as there is no need to duplicate information.

added 542 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498
Loading
added 371 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498
Loading
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498
Loading