Ticket #5305 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

New colormaps

Reported by: Andrei Savici Owned by: Andrei Savici
Priority: trivial Milestone: Release 2.2
Component: MantidPlot Keywords:
Cc: Blocked By:
Blocking: Tester: Jose Borreguero

Description

Add colormaps similar to DAVE MSlice and Horace

Change History

comment:1 Changed 8 years ago by Andrei Savici

  • Status changed from new to accepted

New colormaps. Refs #5305

IDL-rainbow is the map used by Dave Mslice Jet is the map used by Horace (I think)

Changeset: 96193e8742b23e611d219fb839dff668a289cefc

Last edited 8 years ago by Andrei Savici (previous) (diff)

comment:2 Changed 8 years ago by AndreiSavici

New colormaps. Refs #5305

IDL-rainbow is teh map used by Dave Mslice Jet is the map used by Horace (I think)

Changeset: 96193e8742b23e611d219fb839dff668a289cefc

comment:3 Changed 8 years ago by Andrei Savici

  • Status changed from accepted to verify
  • Resolution set to fixed

Jet colormap info http://www.metastine.com/?p=7

For IDL Rainbow, in IDL:

loadct,13
TVLCT,r,g,b,/get
print, [transpose(r),transpose(g),transpose(b)]

comment:4 Changed 8 years ago by Andrei Savici

Added map instead of the generating python script. Refs #5305

Changeset: bf7f6e709e040c2f5713497b23df1a2fd91f5b3d

comment:5 Changed 8 years ago by Jose Borreguero

  • Status changed from verify to verifying
  • Tester set to Jose Borreguero

comment:6 Changed 8 years ago by Jose Borreguero

  • Status changed from verifying to closed

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6151

Note: See TracTickets for help on using tickets.