GTSetTableColors

GTSetTableColors[colors]
is used to change the color scheme of the tables in GTPack.

DetailsDetails

  • The Tables in GTPack are mainly constructed by means of Grid. Hence, the colors in the tables can be changed easily. Few protected variables are used to define a coloring scheme. Colors are used in the same way in all tables in GTPack. The change of the color scheme influences all tables in GTPack in the same way.
  • colors = {GTBackGroundColor1, GTBackGroundColor2, GTCornerColor, GTDividerColor1, GTDiverColor2}
  • GTBackGroundColor1PinkDefines the backgroud colors of the cells
    GTBackGroundColor2GrayDefines the backgroud colors of the cells
    GTCornerColorYellowDefines the color of the upper left corner of the table
    GTDividerColor1RedDefines the color of the dvider after first row and first column
    GTDividerColor2BlueDefines the color of other dividers
  • The following option can be given:
  • GOVerboseTrueControls the output of additional information
  • See: W. Hergert, M. Geilhufe, Group Theory in Solid State Physics and Photonics. Problem Solving with Mathematica

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

First load the package:

In[1]:=
Click for copyable input

A group is installed.

In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input

Calculate the character table.

In[4]:=
Click for copyable input
Out[4]=

The color scheme can be changed.

In[5]:=
Click for copyable input
In[6]:=
Click for copyable input
Out[6]=

It is also possible to use different grey values

In[7]:=
Click for copyable input
In[8]:=
Click for copyable input
Out[8]=