Coder Social home page Coder Social logo

class's Introduction

These instructions and directories were obtained from:

    git clone http://github.com/milfeld/class

Instructions:


In each of the following directories there is
a do file. They have the gnuplot commands to
create a plot.  Any special instructions are 
included in a README file in the directory.

Use the commands in the do files to create
a gnuplot.  Perform them in the following order:

basics
function  
hist  
multiplot  
smooth
param
splot
png
advanced

There are 4 ways to generate the plots.

1.) This is the simple way.
    cat the "do" file:  

    $ cat do

    highlight the listed commands into your copy buffer. 
    Execute gnuplot:
    
    $ gnuplot

    At the gnuplot prompt, paste the commands.

    gnuplot>       <-----PASTED COMMANDS HERE

 -------------------------------------------------- 

2.) Enter the command individually.

    List the command in the "do" file:  

    $ cat do

    Execute gnuplot:
    
    $ gnuplot

    At the gnuplot prompt type in each commands

    gnuplot>       <-----Type in each command


3.) Run the commands as a batch script.

    Execute gnuplot:
    
    $ gnuplot

    Load up the do file at the gnuplot prompt:

    gnuplot>  load 'do'

4.) Run the commands as an argument to gnuplot command.

    copy the "do" file to "do_cmdline"
    At the end of do_cmdline add:  

    pause -1 "Hit any key to continue"

    include the do_cmdline file name on the gnuplot command line:
    
    $ gnuplot do_cmdline

There is actually another way to do this by executing a file
with the commands in them,  e.g. something like "do_cmd" will
execute the plot.  See the instructions in the smooth directory.


Need help?

   man gnuplot

   or

   gnuplot>  help <subject_name>

class's People

Contributors

milfeld avatar

Watchers

 avatar  avatar

class's Issues

poll

/polls Option1 'Option 2' "Option 3"

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.