Coder Social home page Coder Social logo

gnuplot-tmbundle's People

Contributors

grundprinzip avatar kevinsawicki avatar mattfoster avatar pieter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gnuplot-tmbundle's Issues

Failure running 'Run and display'

This is the error shown by the drop-down menu:

/Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:267:in `popen': no implicit conversion of nil into String (TypeError)
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:267:in `block in convertEPSOutputFilesToPDF'
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:266:in `each'
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:266:in `convertEPSOutputFilesToPDF'
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:316:in `displayEPS'
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:241:in `displayOutput'
    from /Users/veleno/Library/Application Support/Avian/Bundles/gnuplot.tmbundle/Support/GnuplotMate.rb:123:in `run_and_display'
    from Run and display:4:in `<main>'

This is the gnuplot script I'm trying to compile:

set term postscript monochrome eps enhanced 22
set output "workload_ops.eps"

set size 1, 0.9

set title "Characterization of real-world applications"

#set xlabel "Type of operation" offset 0,1.6
unset xlabel
set ylabel "sys calls"  offset 1

set bmargin 3

set key right # width -3
#set grid noxtics ytics
set style data histogram
set style histogram cluster gap 1
set style fill solid 1.00 border 0
set boxwidth 0.9

set yrange[0:900000]
set ytics (0,"100k" 100000,"200k" 200000,"300k" 300000,"400k" 400000,"500k" 500000,"600k" 600000,"700k" 700000,"800k" 800000,)

set xtics rotate by -35 font "courier"

set style line 1 lc rgb 'gray30' lt 1 lw 3
set style line 2 lc rgb 'gray60' lt 1 lw 3
set style line 3 lc rgb 'gray90' lt 1 lw 3
set style line 4 lc rgb 'black' lt 2 lw 1

plot "data/ops.data" u 2 ls 1 title "bc 1.0.6",\
     "data/ops.data" u 3:xtic(1) ls 2 title "httpd 2.4.12"

!pstopdf workload_ops.eps
!rm workload_ops.eps

I'm using:

  • TextMate version 2.0-beta.8
  • gnuplot Version 5.0 patchlevel 1 last modified 2015-06-07
  • mac osx 10.11 El capitan

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.