|
Revision 145, 0.9 kB
(checked in by lgs, 3 years ago)
|
|
Import docs created by Adam Przywecki
|
| Line | |
|---|
| 1 | .. index:: chavier, gui |
|---|
| 2 | .. _chavier: |
|---|
| 3 | |
|---|
| 4 | ******* |
|---|
| 5 | Chavier |
|---|
| 6 | ******* |
|---|
| 7 | |
|---|
| 8 | Chavier is a GUI application that let's you explore PyCha. It can be launched |
|---|
| 9 | from the command line with ``chavier``. |
|---|
| 10 | |
|---|
| 11 | .. image:: examples/chavier-main.png |
|---|
| 12 | |
|---|
| 13 | The easiest way to get started is to generate some random data to play around with. |
|---|
| 14 | |
|---|
| 15 | ``Tools -> Generate random points`` |
|---|
| 16 | |
|---|
| 17 | The type of chart can be changed in the ``View`` menu. To change an option, just |
|---|
| 18 | double click its entry or use the ``Edit`` menu. |
|---|
| 19 | |
|---|
| 20 | ``Tools -> Dump chart state`` prints some chart information (size, ranges, etc.) |
|---|
| 21 | to the console from which Chavier was launched. |
|---|
| 22 | |
|---|
| 23 | :: |
|---|
| 24 | |
|---|
| 25 | CHART STATE |
|---|
| 26 | ---------------------------------------------------------------------- |
|---|
| 27 | surface: 320 x 396 |
|---|
| 28 | area : <pycha.chart.Area@(30.00, 30.00) 260.00 x 336.00 Origin: 0.00> |
|---|
| 29 | |
|---|
| 30 | minxval: 0.0 |
|---|
| 31 | maxxval: 9.0 |
|---|
| 32 | xrange : 9.0 |
|---|
| 33 | |
|---|
| 34 | minyval: 0.0 |
|---|
| 35 | maxyval: 9.8384503533 |
|---|
| 36 | yrange : 9.8384503533 |
|---|
| 37 | |
|---|