-
**Describe the bug**
Despite the gridlines.line.zorder being lower than that of the stars, the gridlines are still above the star
**To Reproduce**
```py
from starplot import Star, DSO, MapPlot, …
-
#### Actual behaviour
Use the following JSON file to generate a PNG:
```JSON
{
"chart": {
"type": "column",
"backgroundColor": "transparent",
"style": {
"fontFamily": "sa…
-
https://github.com/canisminor1990/factorio-gridlines/blob/e95193f40086fdcf551ed7c76ddb5e9c11400af4/src/app/clean.ts#L5
This code as written blows away all rendering objects not just the ones create…
-
### Pre-check
- [X] I have searched the existing issues and discussions to make sure my problem has not already been addressed.
- [X] I have looked at the "Known Issues" Section of the marketplace pa…
-
**Describe the issue**
I want to show grid lines for each boxes in main plot area by enabling borderCol but it also creates grid lines for left and right annotations for gene names and %. How to avoi…
-
#### Expected behaviour
Gridlines and plot lines that have the same value as the axis ticks will render on the same pixel.
#### Actual behaviour
Some gridlines and plot lines that have the same v…
-
### Initial checklist
- [X] Is this really a problem?
- [X] I have searched the Github Issues for similar issues, but did not find anything.
### Problem
Hope to support the same function as Excel t…
-
From email:
"I am using iheatmapr in one of my project. I am stuck with giving grid lines to the chart below. I have tried various methods but no luck."
-
The release of plotly.js [v2.35.1](https://github.com/plotly/plotly.js/releases/tag/v2.35.1) solves the problem that the zorder property didn't work correctly with overlayed subplots with multiple tra…
-
### Description
`imshow` works fine when both axes and raster data projections are the same (Figure 1), but it fails when the axes has a projection that is different from the data (Figure 2). As a …