Questions tagged [gridlines]

Gridlines are the lines that divide rows and columns in a grid layout, or guide lines in a plot.

Gridlines are the lines that divide rows and columns in a , or guide lines in a .

237 questions
4
votes
2 answers

How can I draw in gridlines in the background of a website after loading?

I'm trying to animate the background of my website, which has a solid background, and then I want to "sketch" gridlines over it. Right now I have the background drawn as such: background-color: #269; background-image: linear-gradient(@light-grey…
4
votes
2 answers

Polar plot - Put one grid line in bold

I am trying to make use the polar plot projection to make a radar chart. I would like to know how to put only one grid line in bold (while the others should remain standard). For my specific case, I would like to highlight the gridline associated to…
Michaël Weber
  • 136
  • 1
  • 8
4
votes
1 answer

custom color gridLine echarts

its possible customize color of the gridLine in eCharts? I want to custom the color of horizontal white line
Medina
  • 47
  • 2
  • 4
4
votes
2 answers

How to hide gridlines in an excel sheet through C# WPF

Following this http://www.e-iceblue.com/Tutorials/Spire.XLS/Spire.XLS-Program-Guide/Worksheet/How-to-hide-or-show-gridlines-on-a-worksheet-in-C.html to hide gridlines I should do just: Workbook wb =…
Patrick
  • 3,073
  • 2
  • 22
  • 60
4
votes
1 answer

How can I remove all gridlines on an Excel spreadsheet except those explicitly added by me after clearing them all?

Yes, this question has been asked before, but the answer provided does not work for me. To be more specific: Wanting to only have gridlines where there is data (which I add myself), and remove the lighter gridlines that appear by default everywhere…
4
votes
1 answer

JFreeChart grid line Color

I am making a BarChart with JFreeChart in java. The default code makes a chart with dashed grid lines. As far as I can see, here is the only part of the code that deals with the gridlines. final CategoryPlot plot = chart1.getCategoryPlot(); …
user3794422
  • 311
  • 1
  • 5
  • 17
4
votes
2 answers

Remove grid line in tableView

I am trying to remove the grid line inside table view of each cell using css. For example, between the Name and Description column, there is a line which I assumed that it is grid line. I have no idea to remove it using css. I can do it in Java…
user2424370
4
votes
2 answers

Axis plotting in python - matplotlib

I currently have a plot for my data, with a vertical line in red marking the point where "average number of spins" is. I was wondering if is possible to change the marker for the points for "millionspins,millions" into a blue/black thin cross, and…
joe oxley
  • 73
  • 3
4
votes
5 answers

Listview gridlines issue

There's a problem with drawing gridlines in listview with common controls 6. It happens when I try to scroll the list page down or page up with mouse. (source: rsdn.ru) . I was only able to find this discussion…
Fedor
  • 43,261
  • 10
  • 79
  • 89
4
votes
3 answers

R matrix plot with colour threshold and grid

my matrix consists of values between 0 and 100 and has the dimensions of 100 x 100. I basically want to plot this matrix but colour all values above 50 in e.g. red and below in e.g. blue. On top of that I'd like to add a nice grayisch grid like they…
user969113
  • 2,349
  • 10
  • 44
  • 51
4
votes
1 answer

Vertical gridlines in a ListView

I've got a WPF ListView that I'm using as a GridView. Is there any way I can get vertical gridlines in there? The ListView has a MinHeight specified, so I'd like the GridLine to go all the way to the bottom of the grid, so it'll fill the empty…
Jim B
  • 8,344
  • 10
  • 49
  • 77
3
votes
1 answer

ASP.NET Chart StripLine over the GridLine

I have a Chart control with some columns and GridLines. I wanted to add a red StripLine at a specific location on the Chart to show that this is the acceptable level (or whatever). The problem is that the stripline is not showing because the…
Yousi
  • 811
  • 3
  • 12
  • 26
3
votes
1 answer

Unable to show grid labels on a Southpolar stereographic map using cartopy

I am trying to plot a polar stereographic map using cartopy in Python. I am able to plot the map successfully, but I am having trouble showing the grid labels. Here is my code: import cartopy.crs as ccrs import cartopy.feature as cfeature import…
Rony Golder
  • 111
  • 6
3
votes
2 answers

Fail to add gridlines in cartopy custom shape boundary and stereographic projection

I am drawing custom shape boundary map which focuses on the Pacific Sector of Southern Ocean (160E~180~60W,-60S~-90S). When adding gridlines, the region (180~60W) lacks gridlines. I have tried many solutions (mostly for rectangular projection), but…
Jellywzx
  • 31
  • 3
3
votes
1 answer

specify the lat/lon label location in cartopy (remove at some sides)

The new capability in Cartopy 0.18.0 to add lat/lon labels for any map projection is excellent. It's a great addition to this package. For some maps, especially in polar regions, the lat/lon labels can be very crowded. Here is an example. from…
ZL-Arctic
  • 109
  • 7
1 2
3
15 16