Pgfplotstable - Display specific column in scientific Notation with fixed exponent
up vote
2
down vote
favorite
I have a table, where one column has data like:
5.67e-07
6.79e-08
5.89e-09
And i want to print this column as
567*10^{-9}
67.9*10^{-9}
5.89*10^{-9}
Is there a way to configure this directly without modifying the table-data?
tables pgfplotstable pgfmath
add a comment |
up vote
2
down vote
favorite
I have a table, where one column has data like:
5.67e-07
6.79e-08
5.89e-09
And i want to print this column as
567*10^{-9}
67.9*10^{-9}
5.89*10^{-9}
Is there a way to configure this directly without modifying the table-data?
tables pgfplotstable pgfmath
Check the/pgf/number format/sci
key on page 945 of the tikz manual.
– John Kormylo
Nov 12 at 22:28
Of course, you only want to change the/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.
– John Kormylo
Nov 13 at 16:18
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have a table, where one column has data like:
5.67e-07
6.79e-08
5.89e-09
And i want to print this column as
567*10^{-9}
67.9*10^{-9}
5.89*10^{-9}
Is there a way to configure this directly without modifying the table-data?
tables pgfplotstable pgfmath
I have a table, where one column has data like:
5.67e-07
6.79e-08
5.89e-09
And i want to print this column as
567*10^{-9}
67.9*10^{-9}
5.89*10^{-9}
Is there a way to configure this directly without modifying the table-data?
tables pgfplotstable pgfmath
tables pgfplotstable pgfmath
asked Nov 12 at 22:06
Tim Hilt
11010
11010
Check the/pgf/number format/sci
key on page 945 of the tikz manual.
– John Kormylo
Nov 12 at 22:28
Of course, you only want to change the/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.
– John Kormylo
Nov 13 at 16:18
add a comment |
Check the/pgf/number format/sci
key on page 945 of the tikz manual.
– John Kormylo
Nov 12 at 22:28
Of course, you only want to change the/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.
– John Kormylo
Nov 13 at 16:18
Check the
/pgf/number format/sci
key on page 945 of the tikz manual.– John Kormylo
Nov 12 at 22:28
Check the
/pgf/number format/sci
key on page 945 of the tikz manual.– John Kormylo
Nov 12 at 22:28
Of course, you only want to change the
/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.– John Kormylo
Nov 13 at 16:18
Of course, you only want to change the
/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.– John Kormylo
Nov 13 at 16:18
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f459693%2fpgfplotstable-display-specific-column-in-scientific-notation-with-fixed-expone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check the
/pgf/number format/sci
key on page 945 of the tikz manual.– John Kormylo
Nov 12 at 22:28
Of course, you only want to change the
/.style
for one column. This is also covered on pages 4 and 27 of the pgfplots manual.– John Kormylo
Nov 13 at 16:18