Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- yaml -*-
# This is commented out pending fixing the encoding issue for times on MSWindows
name: Mathics3-Module-vectorizedplot (MS Windows)

on:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/ChangeLog.orig
/Mathics3_Module_hello.egg-info
/Mathics3_hello.egg-info
/Mathics3_vectorizedplot.egg-info
/build
/dist
/tmp
Expand Down
2 changes: 1 addition & 1 deletion test/doc_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ doc-102:
doc-103:
expr: Plot[Sin[x], {x,0,4 Pi}, Mesh->Full]
doc-104:
expr: Plot[SphericalBesselJ[1, x], {x, 0.1, 10}]
expr: Plot[SphericalBesselJ[1, x], {x, 0.1, 10}, PlotPoints->10]
doc-105:
expr: Plot[SphericalBesselY[1, x], {x, 0, 10}]
doc-106:
Expand Down
23 changes: 0 additions & 23 deletions test/test_plot_detail_ref/doc-037-cls.svg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,29 +146,6 @@ svg
polyline
@points:
- 47.27, 235.98
- 61.82, 233.29
- 76.36, 227.46
- 90.91, 221.31
- 105.45, 214.36
- 120.00, 206.82
- 134.55, 198.76
- 149.09, 190.25
- 163.64, 181.33
- 178.18, 172.04
- 192.73, 162.41
- 207.27, 152.47
- 221.82, 142.25
- 236.36, 131.75
- 250.91, 121.01
- 265.45, 110.03
- 280.00, 98.83
- 294.55, 87.43
- 309.09, 75.82
- 323.64, 64.02
- 338.18, 52.05
- 352.73, 39.90
- 367.27, 27.58
- 381.82, 15.11
@style:
- fill: none
- opacity: 1.00
Expand Down
69 changes: 0 additions & 69 deletions test/test_plot_detail_ref/doc-037-cls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,75 +358,6 @@ System`Graphics
System`List
System`Real 2.0
System`Real 0.0
System`List
System`Real 3.0
System`Real 0.30103
System`List
System`Real 4.0
System`Real 0.954243
System`List
System`Real 5.0
System`Real 1.643453
System`List
System`Real 6.0
System`Real 2.423246
System`List
System`Real 7.0
System`Real 3.26811
System`List
System`Real 8.0
System`Real 4.171229
System`List
System`Real 9.0
System`Real 5.125468
System`List
System`Real 10.0
System`Real 6.125469
System`List
System`Real 11.0
System`Real 7.166861
System`List
System`Real 12.0
System`Real 8.246042
System`List
System`Real 13.0
System`Real 9.359986
System`List
System`Real 14.0
System`Real 10.506114
System`List
System`Real 15.0
System`Real 11.682205
System`List
System`Real 16.0
System`Real 12.886325
System`List
System`Real 17.0
System`Real 14.116774
System`List
System`Real 18.0
System`Real 15.372047
System`List
System`Real 19.0
System`Real 16.6508
System`List
System`Real 20.0
System`Real 17.95183
System`List
System`Real 21.0
System`Real 19.274049
System`List
System`Real 22.0
System`Real 20.616472
System`List
System`Real 23.0
System`Real 21.9782
System`List
System`Real 24.0
System`Real 23.358411
System`List
System`Real 25.0
System`Real 24.756351
System`Rule
System`AlignmentPoint
System`Center
Expand Down
17 changes: 6 additions & 11 deletions test/test_plot_detail_ref/doc-077-cls.svg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,14 @@ svg
- 185.39, 227.48
- 187.01, 227.24
- 190.26, 226.75
- 191.88, 226.49
- 193.51, 226.22
@style:
- fill: none
- opacity: 1.00
- stroke: rgb(24.72%, 24.00%, 60.00%)
- stroke-linecap: square
- stroke-linejoin: miter
- stroke-miterlimit: 3.25
- stroke-width: 1.07px
polyline
@points:
- 196.75, 225.67
- 198.38, 225.37
- 200.00, 225.08
- 203.25, 224.45
- 204.87, 224.12
- 206.49, 223.79
- 208.12, 223.44
- 209.74, 223.08
- 211.36, 222.71
- 212.99, 222.33
Expand Down
22 changes: 18 additions & 4 deletions test/test_plot_detail_ref/doc-077-cls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,30 @@ System`Graphics
System`List
System`Real -0.267857
System`Real 0.87727
System`List
System`Real -0.223214
System`Real 0.896254
System`List
System`Real -0.178571
System`Real 0.9158
System`List
System`List
System`Real -0.089286
System`Real 0.956657
System`List
System`Real -0.044643
System`Real 0.978007
System`List
System`Real 0.0
System`Real 1.0
System`List
System`Real 0.089286
System`Real 1.046002
System`List
System`Real 0.133929
System`Real 1.070057
System`List
System`Real 0.178571
System`Real 1.094846
System`List
System`Real 0.223214
System`Real 1.120396
System`List
System`Real 0.267857
System`Real 1.146732
Expand Down
Loading
Loading