GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
12
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Publications
Browse code
- Removed Google Earth data and reformatted plots.
TOIT_2006
1 parent
6a2e2ae
commit
632a4530ab8d56c00d5b3cfab97181342cd49339
nstanger
authored
on 12 Aug 2006
Patch
Showing
2 changed files
Makefile
lineplot.plo
Ignore Space
Show notes
View
Makefile
.SUFFIXES: .eps .dvi .ps .bbl .bib .tex .plo .tif .pdf SHELL=/bin/sh lineplot = ploticus -eps -tightcrop -o $(1).eps lineplot.plo infile=$(2) \ title=$(3) ytitle=$(4) ymin=$(5) ymax=$(6); \ epstopdf $(1).eps; \ rm -f $(1).eps GRAPHICS:=ImageGeneration-full.png GoogleMap-full.png \ jpeg_detail.png overlay_detail.png \ tasmania_stats.pdf data_size.pdf data_generation_time.pdf \ page_load_time.pdf combined_time.pdf real_memory.pdf virtual_memory.pdf \ data_server.pdf image_server.pdf model_interaction.pdf shared.pdf \ 16384_points.png Map_Visualisation.pdf: Map_Visualisation.tex Map_Visualisation.bib $(GRAPHICS) pdflatex $< bibtex $* pdflatex $< pdflatex $< jpeg_detail.png: ImageGeneration-full.png convert -crop 180x95+150+95 $< $@ overlay_detail.png: PointOverlay-full.png convert -crop 180x95+150+95 $< $@ data_size.pdf: d_data_size.txt lineplot.plo $(call lineplot,$*,$<,'Size of Generated Data','Data size (kB)',1,200000) data_generation_time.pdf: d_data_generation_time.txt lineplot.plo $(call lineplot,$*,$<,'Data Generation Time','Average time to generate data at server (s)',0.001,2000) page_load_time.pdf: d_page_load_time.txt lineplot.plo $(call lineplot,$*,$<,'Map Display Time','Average time to display map at client (s)',0.001,2000) combined_time.pdf: d_combined_time.txt lineplot.plo $(call lineplot,$*,$<,'Combined Page Load Time','Average time to generate data and display map (s)',0.001,2000) real_memory.pdf: d_real_memory.txt lineplot.plo $(call lineplot,$*,$<,'Real Memory Usage','Application real memory size (MB)',10,1200) virtual_memory.pdf: d_virtual_memory.txt lineplot.plo $(call lineplot,$*,$<,'Virtual Memory Usage','Application virtual memory size (MB)',10,1200) %.pdf: %.svg inkscape --file=$< --export-text-to-path --without-gui --export-eps=$*.eps ps2eps --ignoreBB --nohires --loose --gsbbox < $*.eps | ps2pdf -dEPSCrop - $@ rm -f $*.eps clean: rm -f *.aux *.bbl *.blg *.log *.dvi *.ps Map_Visualisation.pdf %.pdf: %.ps ps2pdf -dNOCACHE $< $@ %.ps: %.dvi dvips -o $@ $< %.dvi: %.tex latex $< latex $< %.eps: %.tif convert $< $@
.SUFFIXES: .eps .dvi .ps .bbl .bib .tex .plo .tif .pdf SHELL=/bin/sh lineplot = ploticus -eps -tightcrop -o $(1).eps lineplot.plo infile=$(2) \ title=$(3) ytitle=$(4) ymin=$(5) ymax=$(6); \ epstopdf $(1).eps; \ rm -f $(1).eps GRAPHICS:=ImageGeneration-full.png GoogleMap-full.png \ jpeg_detail.png overlay_detail.png \ tasmania_stats.pdf data_size.pdf data_generation_time.pdf \ page_load_time.pdf combined_time.pdf real_memory.pdf virtual_memory.pdf \ data_server.pdf image_server.pdf model_interaction.pdf shared.pdf \ 16384_points.png Map_Visualisation.pdf: Map_Visualisation.tex Map_Visualisation.bib $(GRAPHICS) pdflatex $< bibtex $* pdflatex $< pdflatex $< jpeg_detail.png: ImageGeneration-full.png convert -crop 180x95+150+95 $< $@ overlay_detail.png: PointOverlay-full.png convert -crop 180x95+150+95 $< $@ data_size.pdf: d_data_size.txt lineplot.plo $(call lineplot,$*,$<,'Size of Generated Data','Data size (kB)',0.1,200000) data_generation_time.pdf: d_data_generation_time.txt lineplot.plo $(call lineplot,$*,$<,'Data Generation Time','Average time to generate data at server (s)',0.001,2000) page_load_time.pdf: d_page_load_time.txt lineplot.plo $(call lineplot,$*,$<,'Map Display Time','Average time to display map at client (s)',0.001,2000) combined_time.pdf: d_combined_time.txt lineplot.plo $(call lineplot,$*,$<,'Combined Page Load Time','Average time to generate data and display map (s)',0.001,2000) real_memory.pdf: d_real_memory.txt lineplot.plo $(call lineplot,$*,$<,'Real Memory Usage','Application real memory size (MB)',1,1200) virtual_memory.pdf: d_virtual_memory.txt lineplot.plo $(call lineplot,$*,$<,'Virtual Memory Usage','Application virtual memory size (MB)',1,1200) %.pdf: %.svg inkscape --file=$< --export-text-to-path --without-gui --export-eps=$*.eps ps2eps --ignoreBB --nohires --loose --gsbbox < $*.eps | ps2pdf -dEPSCrop - $@ rm -f $*.eps clean: rm -f *.aux *.bbl *.blg *.log *.dvi *.ps Map_Visualisation.pdf %.pdf: %.ps ps2pdf -dNOCACHE $< $@ %.ps: %.dvi dvips -o $@ $< %.dvi: %.tex latex $< latex $< %.eps: %.tif convert $< $@
Ignore Space
Show notes
View
lineplot.plo
#musthave infile #musthave title #musthave ytitle #musthave ymin #musthave ymax #proc settings units: cm #endproc #proc getdata delim: comma fieldnameheader: yes file: @infile #proc areadef // title: @title // titledetails: size=10 style=B align=C areaname: standard xscaletype: log yscaletype: log xrange: 1 2000000 yrange: @ymin @ymax // autowidth: 0.33 // autoheight: 0.66 #proc xaxis: selflocatingstubs: text #include chunk_logstubs stubdetails: size=10 label: Number of points labeldetails: style=B size=10 adjust=0,-0.1 ticlen: 0.25 #proc xaxis: axisline: none selflocatingstubs: text #include chunk_logtics ticlen: 0.1 #proc yaxis: selflocatingstubs: text #include chunk_logstubs stubformat: %2.1f stubdetails: size=10 label: @ytitle labeldetails: style=B size=10 adjust=-0.3,0 grid: color=gray(0.7) ticlen: 0.25 #proc yaxis: axisline: none selflocatingstubs: text #include chunk_logtics ticlen: 0.1 #proc lineplot xfield: points yfield: image_gen pointsymbol: shape=diamond linecolor=black fillcolor=white legendlabel: Image generation legendsampletype: line+symbol #proc lineplot xfield: points yfield: html_overlay pointsymbol: shape=square linecolor=black fillcolor=white legendlabel: HTML overlay legendsampletype: line+symbol #proc lineplot xfield: points yfield: image_overlay pointsymbol: shape=square style=spokes linecolor=black legendlabel: Image overlay legendsampletype: line+symbol #proc lineplot xfield: points yfield: google_maps pointsymbol: shape=triangle linecolor=black fillcolor=white legendlabel: Google Maps legendsampletype: line+symbol #proc legend format: multiline location: min+2 max-1 textdetails: size=10 seglen: 0.25 frame: yes backcolor: white
#musthave infile #musthave title #musthave ytitle #musthave ymin #musthave ymax #proc settings units: cm #endproc #proc getdata delim: comma fieldnameheader: yes file: @infile #proc areadef // title: @title // titledetails: size=10 style=B align=C areaname: standard xscaletype: log yscaletype: log xrange: 1 2000000 yrange: @ymin @ymax // autowidth: 0.33 // autoheight: 0.66 #proc xaxis: selflocatingstubs: text #include chunk_logstubs stubdetails: size=10 label: Number of points labeldetails: style=B size=10 adjust=0,-0.1 ticlen: 0.25 #proc xaxis: axisline: none selflocatingstubs: text #include chunk_logtics ticlen: 0.1 #proc yaxis: selflocatingstubs: text #include chunk_logstubs stubformat: %2.1f stubdetails: size=10 label: @ytitle labeldetails: style=B size=10 adjust=-0.3,0 grid: color=gray(0.7) ticlen: 0.25 #proc yaxis: axisline: none selflocatingstubs: text #include chunk_logtics ticlen: 0.1 #proc lineplot xfield: points yfield: google_earth pointsymbol: shape=circle linecolor=black fillcolor=white legendlabel: Google Earth legendsampletype: line+symbol #proc lineplot xfield: points yfield: google_maps pointsymbol: shape=triangle linecolor=black fillcolor=white legendlabel: Google Maps legendsampletype: line+symbol #proc lineplot xfield: points yfield: image_overlay pointsymbol: shape=square style=spokes linecolor=black legendlabel: Image overlay legendsampletype: line+symbol #proc lineplot xfield: points yfield: html_overlay pointsymbol: shape=square linecolor=black fillcolor=white legendlabel: HTML overlay legendsampletype: line+symbol #proc lineplot xfield: points yfield: image_gen pointsymbol: shape=diamond linecolor=black fillcolor=white legendlabel: Image generation legendsampletype: line+symbol #proc legend format: multiline location: max-3.5 min+3 textdetails: size=10 seglen: 0.25 reverseorder: yes
Show line notes below