We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae900f0 + 7fcc90b commit 593ed0eCopy full SHA for 593ed0e
4 files changed
vpython/vpython.py
@@ -500,6 +500,11 @@ class standardAttributes(baseObj):
500
'make_trail', 'trail_type', 'interval',
501
'retain', 'trail_color', 'trail_radius', 'texture', 'pickable'],
502
['red', 'green', 'blue','length', 'width', 'height']],
503
+ 'group':[['pos', 'color', 'trail_color'],
504
+ ['axis', 'size', 'up'],
505
+ ['visible', 'make_trail', 'trail_type', 'interval',
506
+ 'retain', 'trail_color', 'trail_radius'],
507
+ ['red', 'green', 'blue','length', 'width', 'height']],
508
'sphere':[['pos', 'color', 'trail_color'],
509
['axis', 'size', 'up'],
510
['visible', 'opacity','shininess', 'emissive',
vpython/vpython_libraries/glow.min.js
vpython/vpython_libraries/glowcomm.html
@@ -399,7 +399,7 @@
399
'u':'logx', 'v':'logy', 'w':'dot', 'x':'dot_radius',
400
'y':'markers', 'z':'legend', 'A':'label','B':'delta', 'C':'marker_color',
401
'D':'size_units', 'E':'userpan', 'F':'scroll', 'G':'choices', 'H':'depth', 'I':'round',
402
- 'J':'name', 'K':'offset', 'L':'attach_idx','M':'ccw'
+ 'J':'name', 'K':'offset', 'L':'attach_idx','M':'ccw', 'N':'dot_color'
403
}
404
405
// methods are X in {'m': '23X....'}
vpython/vpython_libraries/glowcomm.js
@@ -446,7 +446,7 @@ var attrsb = {'a':'userzoom', 'b':'userspin', 'c':'range', 'd':'autoscale', 'e':
446
447
448
449
+ 'J':'name', 'K':'offset', 'L':'attach_idx', 'M':'ccw', 'N':'dot_color'
450
451
452
0 commit comments