Updated
This commit is contained in:
parent
3e03aa27f7
commit
bdeb0e45ab
@ -92,9 +92,10 @@ macro gnuplotrc()
|
|||||||
# available in your $PATH
|
# available in your $PATH
|
||||||
#Gnuplot.options.cmd = "/path/to/gnuplot";
|
#Gnuplot.options.cmd = "/path/to/gnuplot";
|
||||||
|
|
||||||
# Set the display behaviour (see documentation, or let Gnuplot.jl
|
# Force a specific display behaviour (see documentation). If
|
||||||
# choose the best option according to your runtime environment):
|
# not given explicit Gnuplot.jl will choose the best option
|
||||||
#Gnuplot.options.gpviewer = true/false
|
# according to your runtime environment.
|
||||||
|
#Gnuplot.options.gpviewer = true
|
||||||
|
|
||||||
# Set the default terminal for interacitve use
|
# Set the default terminal for interacitve use
|
||||||
Gnuplot.options.term = "wxt size 700,400";
|
Gnuplot.options.term = "wxt size 700,400";
|
||||||
@ -105,7 +106,7 @@ macro gnuplotrc()
|
|||||||
#Gnuplot.options.mime[MIME"text/html"] = "svg enhanced standalone mouse dynamic";
|
#Gnuplot.options.mime[MIME"text/html"] = "svg enhanced standalone mouse dynamic";
|
||||||
|
|
||||||
# Set the terminal to plot in a terminal emulator:
|
# Set the terminal to plot in a terminal emulator:
|
||||||
# (try `save(MIME"text/plain")`):
|
# (try with `save(MIME"text/plain")`):
|
||||||
#Gnuplot.options.mime[MIME"text/plain"] = "sixelgd enhanced"; # requires vt340 emulation
|
#Gnuplot.options.mime[MIME"text/plain"] = "sixelgd enhanced"; # requires vt340 emulation
|
||||||
|
|
||||||
# Set the default linetypes
|
# Set the default linetypes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user