|
Last change
on this file since 20498 was 20498, checked in by Mathieu Morlighem, 10 years ago |
|
CHG: done with Archive/19101-20495
|
|
File size:
563 bytes
|
| Rev | Line | |
|---|
| [20498] | 1 | Index: ../trunk-jpl/src/m/plot/plot_unit.js
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- ../trunk-jpl/src/m/plot/plot_unit.js (revision 19844)
|
|---|
| 4 | +++ ../trunk-jpl/src/m/plot/plot_unit.js (revision 19845)
|
|---|
| 5 | @@ -107,7 +107,8 @@
|
|---|
| 6 | else{ //triangular elements
|
|---|
| 7 |
|
|---|
| 8 | vertices.itemSize = 3;
|
|---|
| 9 | - var cmap=options.getfieldvalue('cmap','rainbow');
|
|---|
| 10 | + var cmap=options.getfieldvalue('cmap','jet');
|
|---|
| 11 | + console.log(z[0]);
|
|---|
| 12 | for(var i = 0; i < x.length; i++){
|
|---|
| 13 | vertices[vertices.length] = x[i];
|
|---|
| 14 | vertices[vertices.length] = y[i];
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.