|
|
Changing style of (individual) axis labels?
Hi group!
Starting with 1e5(?), Gnuplot starts writing axis labels in a "1e+006"
style, which I don't like very much. I'd prefer, for example, "10^6".
(I'm exporting plots into .eps files for later typesetting in LaTeX.)
Is there a way of changing the label style alltogether or at least
re-set individual labels without the need of redefining the complete axis?
TIA,
Sebastian
|
|
0
|
|
|
|
Reply
|
Sebastian
|
1/14/2010 4:35:04 PM |
|
Sebastian Suchanek wrote:
> Hi group!
>
> Starting with 1e5(?), Gnuplot starts writing axis labels in a "1e+006"
> style, which I don't like very much. I'd prefer, for example, "10^6".
> (I'm exporting plots into .eps files for later typesetting in LaTeX.)
set format y '$10^%L$'
should be what you want...
Stefan
|
|
0
|
|
|
|
Reply
|
Stefan
|
1/14/2010 4:44:12 PM
|
|
Stefan Nowy schrieb:
> Sebastian Suchanek wrote:
>> Hi group!
>>
>> Starting with 1e5(?), Gnuplot starts writing axis labels in a "1e+006"
>> style, which I don't like very much. I'd prefer, for example, "10^6".
>> (I'm exporting plots into .eps files for later typesetting in LaTeX.)
>
> set format y '$10^%L$'
>
> should be what you want...
Yes, that bascially did the trick. (A pair of curly braces is needed for
exponents with more than one digit in LaTeX: "set format y '$10^{%L}$'")
And furthermore, the documentation revealed some more juicy options for
set format - thanks a lot. :-)
Regards,
Sebastian
|
|
0
|
|
|
|
Reply
|
Sebastian
|
1/15/2010 8:02:08 AM
|
|
|
2 Replies
469 Views
(page loaded in 0.56 seconds)
Similiar Articles: Changing style of (individual) axis labels? - comp.graphics.apps ...Hi group! Starting with 1e5(?), Gnuplot starts writing axis labels in a "1e+006" style, which I don't like very much. I'd prefer, for example, "1... change axis tick label position? - comp.soft-sys.matlabY axis plot labeling? Want auto scaling, but want to format ..... To get the tick label numbers to ... Changing style of (individual) axis labels? - comp.graphics ... How to change the fontsize of labels of boxplot - comp.soft-sys ...Changing style of (individual) axis labels? - comp.graphics.apps ..... to: Change the Display Format for Axis Labels ... goptions Axis font size and ... ... Changing X-axis display - comp.soft-sys.matlabChanging style of (individual) axis labels? - comp.graphics.apps ... Changing style of (individual) axis labels? - comp.graphics.apps ... How to: Change the Display Format ... Rotate axes label in 3D graphics - comp.soft-sys.math.mathematica ...Changing style of (individual) axis labels? - comp.graphics.apps ... Changing style of (individual) axis labels? - comp ... Boxplot rotate labels, change ... comp.soft-sys ... Changing The Polar Axis Values - comp.soft-sys.matlabOn another issue, how do I determine the polar ... of getting the lowest and highest y value ... Changing style of (individual) axis labels? - comp.graphics.apps ... Proc GPLOT - Centering multi-line y-axis labels - comp.soft-sys ...boxplot - comp.soft-sys.sas... if it's possible with proc boxplot, but with proc gplot ... Changing style of (individual) axis labels? - comp ... Y axis plot labeling? Want auto scaling, but want to format ...Changing style of (individual) axis labels? - comp.graphics.apps ... Y axis plot labeling? Want auto scaling, but want to format ... Changing style of ... apps ... re-set ... SAS Gchart - how to format font on midpoint names? - comp.soft-sys ...Changing style of (individual) axis labels? - comp.graphics.apps ... goptions Axis font size and type - comp.soft-sys.sas Changing style of (individual ... Axes Label Question - comp.soft-sys.matlab... position? - comp.soft-sys.matlab Axes Label Question - comp.soft-sys.matlab Turning off axis tick labels using Matlab code ... Changing style of (individual) axis labels ... Changing style of (individual) axis labels? - comp.graphics.apps ...Hi group! Starting with 1e5(?), Gnuplot starts writing axis labels in a "1e+006" style, which I don't like very much. I'd prefer, for example, "1... How to Change the Axis on Excel 2007 | eHow.comHow to Change the Axis on Excel 2007. Most ... Line Fill" or "Line Style" to alter how the text appears on the axis. ... How to Change the Horizontal Axis Labels in Excel 2007 7/21/2012 10:39:34 PM
|
|
|
|
|
|
|
|
|