Model Analysis > Graphing Tools > Customizing Graph Display Settings
  
Customizing Graph Display Settings
You can use the bmgr_pref_file configuration option to customize various settings for your graphs. You can define the axis and graph line weights, label fonts, tick mark types, grid styles and so on.
With this configuration option included in your config.pro file, Creo Parametric uses settings stored in a user-created graph preferences text file to determine how to render your graphs. Customising your graph helps you ensure the exact graph display characteristics you want, each time you view a graph. To change the appearance of the customised graph, click Format > Graph You can also save the time of manually reformatting each graph through the Graph Window Options dialog box.
You can create a graph preferences file as follows:
1. Create a text file that contains the settings you want.
2. Add the bmgr_pref_file configuration option to your config.pro file and set it to the name of your graph settings file.
To help you create a valid graph settings file, here is a sample file, that shows the items you can set and what some of the possible values might be.
X_Axis_Color 5.019608e-01f,5.019608e-01f,1.000000e+00f
X_Axis_DisplayLabel 1
X_Axis_GridColor 5.019608e-01f,5.019608e-01f,0.000000e+00f
X_Axis_GridEnabled 1
X_Axis_GridStyle 2
X_Axis_LabelColor 1.000000e+00f,1.000000e+00f,1.000000e+00f
X_Axis_LabelEnabled 1
X_Axis_LabelFont graphtool_font
X_Axis_LabelFontHeight 1.500000e-01f
X_Axis_Thickness 4
X_Axis_TickColor 1.000000e+00f,1.000000e+00f,1.000000e+00f
X_Axis_TickFont graphtool_font
X_Axis_TickFontHeight 1.000000e-01f
X_Axis_TickHorizontal 1
Y_Axis_Color 1.000000e+00f,0.000000e+00f,0.000000e+00f
Y_Axis_DisplayLabel 1
Y_Axis_GridColor 5.019608e-01f,5.019608e-01f,0.000000e+00f
Y_Axis_GridEnabled 1
Y_Axis_GridStyle 2
Y_Axis_LabelColor 1.000000e+00f,1.000000e+00f,1.000000e+00f
Y_Axis_LabelEnabled 1
Y_Axis_LabelFont graphtool_font
Y_Axis_LabelFontHeight 1.500000e-01f
Y_Axis_Thickness 2
Y_Axis_TickColor 1.000000e+00f,1.000000e+00f,1.000000e+00f
Y_Axis_TickFont graphtool_font
Y_Axis_TickFontHeight 1.000000e-01f
Y_Axis_TickHorizontal 1