1 / 14

Scientific visual presentation

Scientific visual presentation. Oerlemans [2005]. What makes for a good scientific figure?. Accurate Informative Easily understood Appropriate for anticipated audience/medium What’s best for an oral or poster presentation is not necessarily ideal for a manuscript, and vice versa

manton
Download Presentation

Scientific visual presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Scientific visual presentation Oerlemans [2005]

  2. What makes for a good scientific figure? • Accurate • Informative • Easily understood • Appropriate for anticipated audience/medium • What’s best for an oral or poster presentation is not necessarily ideal for a manuscript, and vice versa • Has a natural heritage • No fluff

  3. ENSO pattern

  4. GRACE estimates of ice-sheet mass loss

  5. How do you make a good scientific figure? Philosophy • Data visualization is an extension of your scientific self • Accept that making a good figure will require numerous revisions • Good figures, liked good papers, are longer lived • Is the figure a hypothesis test or a summary of data? • Is the figure a cartoon or reality? Technical approach • Have all the data ready to be plotted beforehand • Sketch it • Plan plotting stages • Recognize its heritage and shamelessly appropriate others’ good ideas • Shamelessly re-use your own good ideas • Develop a framework that ensures repeatable figure output • Use an image editor as a last resort only

  6. More direct advice • There is only one font: Helvetica • There is only one font size: bigger • There is only one system of units: S.I. • Plotting defaults are often poor choices • Plan figure and axis size • Produce raster output as a last resort only • Use the breadth of the color palette • Three dimensions only when absolutely necessary

  7. Color choices good and bad • Positive–negative changes warrant a contrasting color palette • Discretize color ranges as often as possible (e.g., cbarf)

  8. Maintain some semblance of realism in cartoons

  9. Useful figure features that are challenging • Multiple subplots • Multiple axes • Logarithmic or non-linear color maps • Geographically accurate maps • Transparency • Multiple color maps • High-quality animations • GUI elements increasing difficulty

  10. The easiest/best things I can teach you re: Figures • set(0, ‘DefaultFigureWindowStyle’, ‘docked’) always docks figures • set(0, ‘DefaultFigureWindowStyle’, ‘default’) always pop figures • Command–~ switch between current application’s windows • Command–tab switch between applications • epstopdfcommand-line conversion of eps figures to pdf • redbluered/blue color map • ‘CO_2’, ‘SO_4^{2-}’, ‘Temperature (\circC)’ simple LaTeX commands • linkaxes match multiple axes • again with the cells

  11. Multiple subplots x0 y0 w h • subplot(212) • subplot(‘position’, [0.08 0.05 0.90 0.44]) • Most subplots will require manual adjustment

  12. Multiple axes • axes(‘position’, get(gca, ‘position’), ‘color’, ‘none’) • Set(gca, ‘yaxislocation’, ‘right’) • line vs. plot • Avoid the hack that is plotyy

  13. Logarithmic or non-linear color maps • imagesc(x, y, log10(new_climate_mode), [0 1]) colorbar(‘ytick’, 0:0.5:1, ‘yticklabel’, {‘1’ ‘’ ‘10’}) • Cheat

  14. GUI elements • Load data / assign variables • Design figure • Assign behavior, i.e., write sub-functions

More Related