You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default setting in the gnuplot.sublime-build is : "working_dir": "${project_path:${folder}}",
If someone is using something like set output 'outimg.png', this will output the image to the folder of the current Sublime project, instead of the path of the current .plt file (or some other gnuplot scripts).
Maybe it is better to change it to: "working_dir":"$file_path",
The text was updated successfully, but these errors were encountered:
Hansimov
changed the title
[Bug] Change the "working_dir" to "$file_path"
[Improvement] Change the "working_dir" to "$file_path"
Jul 18, 2018
The default setting in the
gnuplot.sublime-build
is :"working_dir": "${project_path:${folder}}",
If someone is using something like
set output 'outimg.png'
, this will output the image to the folder of the current Sublime project, instead of the path of the current.plt
file (or some other gnuplot scripts).Maybe it is better to change it to:
"working_dir":"$file_path",
The text was updated successfully, but these errors were encountered: