~ubuntu-branches/ubuntu/trusty/guiqwt/trusty

« back to all changes in this revision

Viewing changes to guiqwt/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2011-04-07 22:41:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110407224150-kkhppnq7rp2c8b3c
Tags: 2.1.0-1
* Imported Upstream version 2.1.0
* debian/patches/
  - 0001-features-01_bts614083.patch (delete)
  - 0001-feature-fix-the-documentation-build.patch (new)
* add and install the sift desktop file
* recommends python-dicom (Closes: #621421)
  thanks Junqian Gordon Xu for the report

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
              "shape/axes/yarrow_brush/color" : "green",
281
281
              "shape/axes/yarrow_brush/alpha" : 0.2,
282
282
 
 
283
              "shape/image_stats/line/style" : 'DashLine',
 
284
              "shape/image_stats/line/color" : "#ff88dc",
 
285
              "shape/image_stats/line/width" : 1,
 
286
              "shape/image_stats/fill/style" : "SolidPattern",
 
287
              "shape/image_stats/fill/color" : "white",
 
288
              "shape/image_stats/fill/alpha" : 0.1,              
 
289
              "shape/image_stats/symbol/marker" : 'Rect',
 
290
              "shape/image_stats/symbol/size" : 3,
 
291
              "shape/image_stats/symbol/edgecolor" : "#ff55dc",
 
292
              "shape/image_stats/symbol/facecolor" : "#ff88dc",
 
293
              "shape/image_stats/symbol/alpha" : .6,
 
294
              "shape/image_stats/sel_line/style" : 'DashLine',
 
295
              "shape/image_stats/sel_line/color" : "#ff00dc",
 
296
              "shape/image_stats/sel_line/width" : 1,
 
297
              "shape/image_stats/sel_fill/style" : "SolidPattern",
 
298
              "shape/image_stats/sel_fill/color" : "white",
 
299
              "shape/image_stats/sel_fill/alpha" : 0.1,              
 
300
              "shape/image_stats/sel_symbol/marker" : 'Rect',
 
301
              "shape/image_stats/sel_symbol/size" : 5,
 
302
              "shape/image_stats/sel_symbol/edgecolor" : "#ff00dc",
 
303
              "shape/image_stats/sel_symbol/facecolor" : "#ff88dc",
 
304
              "shape/image_stats/sel_symbol/alpha" : .7,
 
305
 
283
306
              "shape/cross_section/line/style" : 'DotLine',
284
307
              "shape/cross_section/line/color" : "#ff5555",
285
308
              "shape/cross_section/line/width" : 1,
326
349
              "shape/average_cross_section/sel_symbol/facecolor" : "#ff0000",
327
350
              "shape/average_cross_section/sel_symbol/alpha" : .7,
328
351
 
 
352
              "shape/mask/line/style" : 'DotLine',
 
353
              "shape/mask/line/color" : "#5555ff",
 
354
              "shape/mask/line/width" : 1,
 
355
              "shape/mask/fill/style" : "SolidPattern",
 
356
              "shape/mask/fill/color" : "white",
 
357
              "shape/mask/fill/alpha" : 0.1,              
 
358
              "shape/mask/symbol/marker" : 'Rect',
 
359
              "shape/mask/symbol/size" : 7,
 
360
              "shape/mask/symbol/edgecolor" : "#5555ff",
 
361
              "shape/mask/symbol/facecolor" : "#5555ff",
 
362
              "shape/mask/symbol/alpha" : .6,
 
363
              "shape/mask/sel_line/style" : 'DotLine',
 
364
              "shape/mask/sel_line/color" : "#0000ff",
 
365
              "shape/mask/sel_line/width" : 1,
 
366
              "shape/mask/sel_fill/style" : "SolidPattern",
 
367
              "shape/mask/sel_fill/color" : "white",
 
368
              "shape/mask/sel_fill/alpha" : 0.1,              
 
369
              "shape/mask/sel_symbol/marker" : 'Rect',
 
370
              "shape/mask/sel_symbol/size" : 9,
 
371
              "shape/mask/sel_symbol/edgecolor" : "#0000aa",
 
372
              "shape/mask/sel_symbol/facecolor" : "#0000ff",
 
373
              "shape/mask/sel_symbol/alpha" : .7,
 
374
 
329
375
              "shape/point/line/style" : 'SolidLine',
330
376
              "shape/point/line/color" : "#ffff00",
331
377
              "shape/point/line/width" : 1,
380
426
              "shape/label/bgalpha" : 0.25,
381
427
              "shape/label/abspos" : False,
382
428
              "shape/label/move_anchor" : True,
 
429
              
 
430
              "shape/cursor_label/symbol/marker" : "NoSymbol",
 
431
              "shape/cursor_label/symbol/size" : 0,
 
432
              "shape/cursor_label/symbol/edgecolor" : "white",
 
433
              "shape/cursor_label/symbol/facecolor" : "white",
 
434
              "shape/cursor_label/border/style" : "SolidLine",
 
435
              "shape/cursor_label/border/color" : "#cbcbcb",
 
436
              "shape/cursor_label/border/width" : 0,
 
437
              "shape/cursor_label/font/size" : 8,
 
438
              "shape/cursor_label/font/family": "default",
 
439
              "shape/cursor_label/font/bold" : False,
 
440
              "shape/cursor_label/font/italic" : False,
 
441
              "shape/cursor_label/color" : "black",
 
442
              "shape/cursor_label/bgcolor" : "white",
 
443
              "shape/cursor_label/bgalpha" : 0.8,
 
444
              "shape/cursor_label/abspos" : False,
 
445
              "shape/cursor_label/move_anchor" : True,
383
446
 
384
447
              "label/symbol/marker" : "NoSymbol",
385
448
              "label/symbol/size" : 0,
475
538
              "range/sel_line/width" : 2,
476
539
              "range/fill" : "red",
477
540
              "range/shade" : 0.15,
478
 
              "range/symbol/marker" : "NoSymbol",
479
 
              "range/symbol/size" : 5,
480
 
              "range/symbol/edgecolor" : "black",
481
 
              "range/symbol/facecolor" : "yellow",
 
541
              "range/symbol/marker" : "Ellipse",
 
542
              "range/symbol/size" : 7,
 
543
              "range/symbol/edgecolor" : "white",
 
544
              "range/symbol/facecolor" : "#ff9393",
482
545
              "range/symbol/alpha" : 1.,
483
546
              "range/sel_symbol/marker" : "Ellipse",
484
547
              "range/sel_symbol/size" : 9,