Skip to content

Instantly share code, notes, and snippets.

@adamabernathy
Last active April 14, 2016 20:50
Show Gist options
  • Select an option

  • Save adamabernathy/94cc0d1542325b08b813b673d96d07ce to your computer and use it in GitHub Desktop.

Select an option

Save adamabernathy/94cc0d1542325b08b813b673d96d07ce to your computer and use it in GitHub Desktop.
IDL plot config
; pconfig
pconfig = {current:1, xrange:[0, 10], thick:1.5}
p = plot(x, y, name='my_plot', $
_EXTRA = pconfig, $
dimensions = [700, 800], $
title = 'My Awesome Plot', $
ytitle = 'F(x)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment