Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpmarks committed Sep 22, 2022
1 parent aa21910 commit 1d21c3b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var gulp = require('gulp')
, version
, glowscript_libraries;

version = '3.1.0';
version = '3.1.1';

glowscript_libraries = {
"glow": [
Expand Down
6 changes: 3 additions & 3 deletions lib/glow/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
this.graph_series = [] // series added to graph, in time order of creation of a series
this.__todo_list = [] // Plotly restyle options to apply once this.__lock becomes false; each item is [ {info}, gobject.__id ]
graph.__selected = this
this.__width = 640
this.__height = 400
this.__width = 480
this.__height = 300
this.__plot = null
this.__xmin = this.__ymin = null // the graph limits specified in the graph constructor
this.__xmax = this.__ymax = null
Expand Down Expand Up @@ -1536,4 +1536,4 @@
ghistogram: ghistogram
}
Export(exports)
})()
})()
4 changes: 4 additions & 0 deletions package/RScompiler.3.1.1.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package/RSrun.3.1.1.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package/compiler.3.1.1.min.js

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions package/glow.3.1.1.min.js

Large diffs are not rendered by default.

0 comments on commit 1d21c3b

Please sign in to comment.