Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa42091

Browse files
committed
try without s notation
1 parent 6d6c571 commit aa42091

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/examples/2d/lines/log_scales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ y = -0.75sin.(x);
2121

2222
```julia
2323
@gp "set logscale x" "set logscale cb" yrange = [-1,1] :-
24-
@gp :- raw"""set format cb '10^{%T}'"""
24+
# @gp :- raw"""set format cb '10^{%T}'"""
2525
@gp :- xlab = raw"""default format x""" cblab = "Scientific Notation" :-
2626
@gp :- ylab = raw"""-0.75 sin(x)""" :-
2727
@gp :- x y x "w l notit lw 2 dt 1 lc palette"

docs/examples/2d/lines/log_scales.svg

Lines changed: 6 additions & 6 deletions
Loading

examples/2d/lines/log_scales.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ y = -0.75sin.(x);
1313
# ## log scales
1414

1515
@gp "set logscale x" "set logscale cb" yrange = [-1,1] :-
16-
@gp :- raw"""set format cb '10^{%T}'"""
16+
## @gp :- raw"""set format cb '10^{%T}'"""
1717
@gp :- xlab = raw"""default format x""" cblab = "Scientific Notation" :-
1818
@gp :- ylab = raw"""-0.75 sin(x)""" :-
1919
@gp :- x y x "w l notit lw 2 dt 1 lc palette"

src_md_examples/2d/lines/log_scales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nothing #hide
2121

2222
````@example log_scales
2323
@gp "set logscale x" "set logscale cb" yrange = [-1,1] :-
24-
@gp :- raw"""set format cb '10^{%T}'"""
24+
# @gp :- raw"""set format cb '10^{%T}'"""
2525
@gp :- xlab = raw"""default format x""" cblab = "Scientific Notation" :-
2626
@gp :- ylab = raw"""-0.75 sin(x)""" :-
2727
@gp :- x y x "w l notit lw 2 dt 1 lc palette"

0 commit comments

Comments
 (0)