Mojtaba Samimi
Mojtaba Samimi
Files and size changes: Should the new files have UN prefix to avoid overwriting on the CDN? ``` old dist/topojson/ 37K | africa_110m.json 144K | africa_50m.json 55K | asia_110m.json 353K...
In regards to new files: ``` antarctica_110m.json antarctica_50m.json oceania_110m.json oceania_50m.json ``` would you consider adding new scopes for `antarctica` and `oceania` here? https://github.com/plotly/plotly.js/blob/5e2163b2f3377187152bdfdffe1a9e64998ce5aa/src/plots/geo/constants.js#L145-L189
To have desirable results with `connectgaps: false`, the input data used in issue description should be improved (i.e. by avoiding declaring single vertices with on x and y axes). Here...
The clipping of gaps is performed here: https://github.com/plotly/plotly.js/blob/5e2163b2f3377187152bdfdffe1a9e64998ce5aa/src/traces/contour/plot.js#L617-L661 To have more control of scenarios similar to the one mentioned in this issue, having a feature so that the user could...