Changes between Version 4 and Version 5 of FAQ_MatlabPlots


Ignore:
Timestamp:
Feb 21, 2014 3:25:19 PM (10 years ago)
Author:
dkearney
Comment:

fixing rappture path

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_MatlabPlots

    v4 v5  
    7171Here's an example of converting a tiff image to base64 encoding in Python:
    7272{{{
    73 #! /bin/sh
    74 #
    75 """:"
    76 exec /apps/rappture/bin/python $0 ${1+"$@"}
    77 """
     73#!/usr/bin/env python
    7874
    7975import base64, Rappture