Révision 1746
tmp/org.txm.chartsengine.r.core/src/org/txm/chartsengine/r/core/RChartsEngine.java (revision 1746) | ||
---|---|---|
161 | 161 |
* @return |
162 | 162 |
*/ |
163 | 163 |
public String getSubtitlePlotCmd(String subtitle) { |
164 |
return String.format("title(sub = \"%s\");\n", subtitle); //$NON-NLS-1$ |
|
164 |
// NOTE: SJ: sub title always draw the string at bottom of the plot |
|
165 |
//return String.format("title(sub = \"%s\");\n", subtitle); //$NON-NLS-1$ |
|
166 |
return String.format("title(main = \"\n\n%s\");\n", subtitle); //$NON-NLS-1$ |
|
165 | 167 |
} |
166 | 168 |
|
167 | 169 |
|
Formats disponibles : Unified diff