GithubHelp home page GithubHelp logo

vim-gnuplot's Introduction

vim-gnuplot

A collection of settings (and maybe functions) to make vim go well with gnuplot

Run as Jobs

To run gnuplot in the background, run it by a :Make command (instead of :make or :lmake), such as

  • that of vim-dispatch or,

  • with AsyncRun.vim installed, that defined by

    command! -bang -nargs=* -complete=file -bar Make AsyncRun<bang> -auto=make -program=make

    To avoid empty lines in the quickfix list, add let g:asyncrun_trim = 1 to your vimrc. Other options, such as g:asyncrun_save might be of interest.

vim-gnuplot's People

Contributors

gagbo avatar konfekt avatar sencer avatar

Stargazers

 avatar Ginger Old avatar kuator avatar  avatar

Watchers

 avatar  avatar

Forkers

sencer holesch

vim-gnuplot's Issues

Auto-format long lines

Long lines should be automatically formatted using the line continuation feature of the language

Keep an instance of gnuplot in the background

Still looking if terminal or just job is the feature I want for that, but I would like to add a command to update the graph live after some changes. Typical workflow is :

  • Create and write a gnuplot file with the default terminal (or qt)
  • Make some modifications to the layout or the fonts or the linestyles
  • Have a command update the same graph window so you can keep vim/gvim and the gnuplot window side to side all the time.

Update syntax detection

The syntax file in the plugin is the syntax file shipped with vim, which is written with gnuplot 4

The new syntax rules added in gnuplot 5 should be added. The plan is to use the manual to implement them

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.