ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gnuplot

by hesstobi ALL

Gnuplot Package for Sublime Text

Details

Installs

  • Total 8K
  • Win 3K
  • Mac 2K
  • Linux 3K
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4
Windows 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 1 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 2 0 0 0 0 1 0 3
Linux 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 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:

  1. Open the Command Palette (cmd+shift+p on Mac OS X, ctrl+shift+p on Linux/Windows).
  2. Type install and select Package Control: Install Package from the Command Palette. There will be a pause of a few seconds while Package Control finds the available packages.
  3. When the list of available packages appears, type gnuplot and select Gnuplot.
  4. 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:

  1. Quit Sublime Text.
  2. If you have a previous source installation at Packages/Gnuplot, delete it.
  3. Type in a terminal:
cd '/path/to/Sublime Text 3/Packages'
    git clone https://github.com/hesstobi/sublime_gnuplot.git Gnuplot
  1. Restart Sublime Text 3.