Code Monkey home page Code Monkey logo

gnuplot-workshop-cigso-purdue-2016's Introduction

This repository serves as a resource for the workshop on gnuplot at Purdue, in 2016, organized by CIGSO

#Installation instructions If these don't work, internet seach is your friend.

GNU/Linux

Ubuntu

Pre-installed. Command-line tool: gnuplot

Other *nix

Please search your package repository or build from source.

MacOSX

Easiest with homebrew: brew install gnuplot. Of course, you could build always from source.

Windows

10

Windows binaries built by Tatsuro Matsuoka: cygwin and MinGW. The MinGW version is the most plug and play, from a vanilla windows 10 installation.

Other windows

Windows binaries built by Tatsuro Matsuoka: cygwin and MinGW. Instructions for older gnuplot 4.6.0

Test your installation

This command graphically tests or presents terminal and palette capabilities. Syntax: test {terminal | palette}

test or test terminal creates a display of line and point styles and other useful things supported by the terminal you are currently using. test palette plots profiles of R(z),G(z),B(z), where 0<=z<=1. These are the RGB components of the current color palette. It also plots the apparent net intensity as calculated using NTSC coecients to map RGB onto a grayscale. The profile values are also loaded into a datablock named $PALETTE.

Start-up (initialization)

When gnuplot is run, it first looks for a system-wide initialization file gnuplotrc. The location of this file is determined when the program is built and is reported by show loadpath. The program then looks in the user's HOME directory for a file called .gnuplot on Unix-like systems or GNUPLOT.INI on other systems. (OS/2 will look for it in the directory named in the environment variable GNUPLOT; Windows will use APPDATA). Note: The program can be configured to look first in the current directory, but this is not recommended because it is bad security practice.

~From the gnuplot documentation

gnuplot-workshop-cigso-purdue-2016's People

Contributors

snugghash avatar

Watchers

 avatar  avatar

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.