Gnuplot
Gnuplot Package for Sublime Text
Details
Installs
- Total 8K
- Win 3K
- Mac 2K
- Linux 3K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 1 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Gnuplot
This package aims to provide a support for creating nice figures with gnuplot in Sublime-Text. So far, various features have been implemented, including:
* Syntax highlighting
* Script execution – pressing cmd+b
on Mac OS X, ctrl+b
on Linux/Windows
* Toggle Comments – pressing cmd+/
on Mac OS X, ctrl+/
on Linux/Windows Leandro Heck
* Jump to the location of an error, should one occur when running gnuplot AJMansfield
* Autocomplition for set joebarker87
Installation
Sublime Gnuplot can be installed via Package Controll or from source. I recommend that you use Package Control! Not only does it ease installation, but more importantly it automatically updates the plugins it installs, which ensures you will get the latest features and bug fixes.
Installing via Package Control
To install Sublime Gnuplot via Package Controll, follow these steps:
- Open the Command Palette (
cmd+shift+p
on Mac OS X,ctrl+shift+p
on Linux/Windows). - Type
install
and selectPackage Control: Install Package
from the Command Palette. There will be a pause of a few seconds while Package Control finds the available packages. - When the list of available packages appears, type
gnuplot
and selectGnuplot
. - After a few seconds Sublime Gnuplot will be installed and loaded.
Installing from source
I very strongly discourage you from installing from source. There is no advantage to installing from source vs. using Package Control. In fact, there are several disadvantages, including no automatic updates, no update messages, etc.
If you insist on installing from source, please do not do so unless you are comfortable with the command line and know what you are doing. To install Sublime Gnuplot from source, do the following:
- Quit Sublime Text.
- If you have a previous source installation at
Packages/Gnuplot
, delete it. - Type in a terminal:
cd '/path/to/Sublime Text 3/Packages'
git clone https://github.com/hesstobi/sublime_gnuplot.git Gnuplot
- Restart Sublime Text 3.