source: trunk/UTIL/PYTHON/planetoplot_v2/examples/ppclass_additional/maktext @ 1192

Last change on this file since 1192 was 1029, checked in by aslmd, 11 years ago

UTIL PYTHON planetoplot_v2

  • added keywords nxticks nyticks xp yp missing for improved plot settings
  • added function to print contents of pp object
  • added to ppplot a function figureref to easily set a figure of given size
  • bug fix affecting .ppobj objects containing fields with missing values
  • bug fix when size of z coordinate do not match field
  • bug fix for Ls time coordinates (added changetime=correctls)
  • bug fix if not connected to internet
  • tidying up examples
  • Property svn:executable set to *
File size: 609 bytes
Line 
1#! /bin/bash
2sed s/','/" ; "/g storms_109to129.txt | sed 's/$/ ; * ; y/g' > add_text.txt ; echo ' ' >> add_text.txt
3sed s/','/" ; "/g storms_130to159.txt | sed 's/$/ ; * ; m/g' >> add_text.txt ; echo ' ' >> add_text.txt
4sed s/','/" ; "/g storms_160to189.txt | sed 's/$/ ; * ; r/g' >> add_text.txt ; echo ' ' >> add_text.txt
5sed s/','/" ; "/g storms_190to219.txt | sed 's/$/ ; * ; g/g' >> add_text.txt ; echo ' ' >> add_text.txt
6sed s/','/" ; "/g storms_220to249.txt | sed 's/$/ ; * ; b/g' >> add_text.txt ; echo ' ' >> add_text.txt
7sed s/','/" ; "/g storms_250to274.txt | sed 's/$/ ; * ; k/g' >> add_text.txt
Note: See TracBrowser for help on using the repository browser.