File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments