-
### Description
I need to generate many PDF's, and noticed an increased memory usage of about 1 GB per 100 PDF's. The amount of memory increases with the number of points I plot with axx.scatter(), r…
-
It appears as if there is an offset or scaling issue between the gridlines and the target range lines.
My graph boundaries are 40 - 240, and my target range is 80 - 180, with gridlines every 20. The …
-
Add attribute to affect the z-order of the x and y axes gridlines such that the traces added to my figure do not obscure the gridlines, by default the traces are always drawn on top of the grid lines.
-
Hi, test code here:
```
from shapely.geometry import LineString,MultiLineString
import timeit
x_gridlines = [((x,0),(x,100)) for x in range(100)]
y_gridlines = [((0,y),(100,y)) for y in rang…
-
https://github.com/wright-group/WrightTools/blob/e9ed21dd98df32bf57f986ef14eb21b8e8dd0333/WrightTools/artists/_helpers.py#L738
I would expect extra kwargs to be passed to the calls to plot.
This i…
-
how to set showGridlines = false
-
Whenever there is an exercise with a graph, for some reason the gridlines do not show up when I use a PC, however, on my iPad they do show up.
ghost updated
11 years ago
-
In the current math3d.org, look at the scene https://www.math3d.org/TVDcptzK . It is a variable segment of a sphere, with 64 lines of longitude. It looks like there is an irregularity in the spacing…
-
How can I render my WebGL points on top of the SVG layer. I tried to use .order() but it didn't seem to work. The gridlines appear over my data points. Thanks for any help.
```
const gridlines =…
-
**Describe the bug**
When rendering only the constellation lines of the constellation Fornax, the constellation lines of Eridanus and Fornax both display.
**To Reproduce**
By running these lines …