kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Semi-log chart background #437

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to create a semi-log background for the logarithmic chart like 
in the attached screenshot? 

Thanks,
Hung

Original issue reported on code.google.com by hung.ngu...@hnhinnovation.com on 14 May 2012 at 8:27

Attachments:

GoogleCodeExporter commented 8 years ago
Set the yScaleType on the plot space. The currently supported options are: 
CPTScaleTypeLinear (the default) and CPTScaleTypeLog. There is also an 
xScaleType property that performs the same function for the x-axis.

Original comment by eskr...@mac.com on 14 May 2012 at 11:32

GoogleCodeExporter commented 8 years ago
Thanks for your reply. I apologize for being unclear in my question. I can 
create the log chart but I have a problem of creating horizontal grid lines in 
the background that look like in the screenshot (horizontal lines with uneven 
intervals between them)

Original comment by hung.ngu...@hnhinnovation.com on 15 May 2012 at 4:21

GoogleCodeExporter commented 8 years ago
Use the majorGridLineStyle and/or minorGridLineStyle.

Original comment by eskr...@mac.com on 15 May 2012 at 10:59