The default plotTitle is created on the server - either using plotTitle specified by user or automatically created
Automatic creation should change from:
y vs x
to
y vs x color=[color] sorce=[source]
It is better to make the changes on the client via the format string as in the hint
In some cases - when parameters are used - the parameter value could be shown in the axis title and in the figure title
The default plotTitle is created on the server - either using plotTitle specified by user or automatically created
Automatic creation should change from: y vs x to y vs x color=[color] sorce=[source]
It is better to make the changes on the client via the format string as in the hint In some cases - when parameters are used - the parameter value could be shown in the axis title and in the figure title