Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cciOS
/
core-plot
Public
forked from
core-plot/core-plot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
core-plot
examples
DatePlot
on
xcode-7
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2015
Updated .xib files in the example apps to the latest file format and deployment target.
eskroch
committed
cc05e59
View commit details
Copy full SHA for cc05e59
View code at this point
Browse repository at this point
Commits on Jul 18, 2015
Merge branch 'master' into release-2.0
eskroch
committed
240889c
View commit details
Copy full SHA for 240889c
View code at this point
Browse repository at this point
Removed the unneeded framework search paths from the Mac example apps to fix a build warning from the examples workspace.
eskroch
committed
7b6ee58
View commit details
Copy full SHA for 7b6ee58
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Updated project files with Xcode 7 settings.
eskroch
committed
0fbbd85
View commit details
Copy full SHA for 0fbbd85
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
More fixes for Xcode 7.
eskroch
committed
ef2228a
View commit details
Copy full SHA for ef2228a
View code at this point
Browse repository at this point
Updated the framework and example apps for Xcode 7.
eskroch
committed
0737e20
View commit details
Copy full SHA for 0737e20
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
Added nullability annotations to all property and method declarations.
eskroch
committed
d6b5fa5
View commit details
Copy full SHA for d6b5fa5
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Updated the Swift example apps for Swift 1.2.
eskroch
committed
d8ac0e7
View commit details
Copy full SHA for d8ac0e7
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
Added missing parameter names in Swift initializers.
eskroch
committed
630373d
View commit details
Copy full SHA for 630373d
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
Merge branch 'master' into release-2.0
eskroch
committed
0ae20a1
View commit details
Copy full SHA for 0ae20a1
View code at this point
Browse repository at this point
Commits on Oct 26, 2014
Moved all of the DatePlot app icons and launch images into asset catalogs.
eskroch
committed
74f6a70
View commit details
Copy full SHA for 74f6a70
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
Updated the DatePlot example app with Xcode 6.1 changes to Swift.
eskroch
committed
6579eac
View commit details
Copy full SHA for 6579eac
View code at this point
Browse repository at this point
Commits on Oct 12, 2014
Merge branch 'master' into release-2.0
eskroch
committed
2adde05
View commit details
Copy full SHA for 2adde05
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Replaced the rand() function with arc4random() in all example apps.
eskroch
committed
ba8c9e6
View commit details
Copy full SHA for ba8c9e6
View code at this point
Browse repository at this point
Commits on Oct 4, 2014
Turned on the standard Core Plot warnings in the DatePlot example app and fixed the resulting warnings.
eskroch
committed
c00a9eb
View commit details
Copy full SHA for c00a9eb
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Enabled ARC in all example apps.
eskroch
committed
15797eb
View commit details
Copy full SHA for 15797eb
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Merge branch 'lroathe-master' into release-2.0
eskroch
committed
774a248
View commit details
Copy full SHA for 774a248
View code at this point
Browse repository at this point
Changed the Installation Directory for the Mac framework to "@rpath" and updated the Runpath Search Path in each Mac example app.
eskroch
committed
e31ffb9
View commit details
Copy full SHA for e31ffb9
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Converted the DatePlot example app from Objective-C to Swift.
eskroch
committed
b873b76
View commit details
Copy full SHA for b873b76
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Updated all example apps to use the new NSNumber-based API.
eskroch
committed
2615e7b
View commit details
Copy full SHA for 2615e7b
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
Replace deprecated NSDate method with NSDateFormatter.
eskroch
committed
c0f5ff3
View commit details
Copy full SHA for c0f5ff3
View code at this point
Browse repository at this point
Commits on Jul 2, 2014
Added support for categorical plot data. Fixed issue #8.
eskroch
committed
289e810
View commit details
Copy full SHA for 289e810
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Merged the default branch into the release-2.0 branch.
eskroch
committed
19523a6
View commit details
Copy full SHA for 19523a6
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Cleaned up the example apps. Removed some redundant code, clarified certain calculations and set operations, and updated numeric constants to reduce implicit type conversions performed by the compi…
Show description for bf03025
eskroch
committed
bf03025
View commit details
Copy full SHA for bf03025
View code at this point
Browse repository at this point
Commits on Oct 26, 2013
Increased the deployment target to iOS 5.0 and Mac OS X 10.7. Fixed issue 598.
eskroch
committed
21b581d
View commit details
Copy full SHA for 21b581d
View code at this point
Browse repository at this point
Commits on Oct 12, 2013
Removed some redundant type casts that are no longer needed to satisfy the static analyzer.
eskroch
committed
ccdb4bf
View commit details
Copy full SHA for ccdb4bf
View code at this point
Browse repository at this point
Commits on Sep 19, 2013
Merged the default branch into the release-2.0 branch. Fixed some new compiler warnings.
eskroch
committed
fd818ef
View commit details
Copy full SHA for fd818ef
View code at this point
Browse repository at this point
Updated all example projects for Xcode 5.
eskroch
committed
4123c28
View commit details
Copy full SHA for 4123c28
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
Merged the default branch into the release-2.0 branch.
eskroch
committed
03eab4b
View commit details
Copy full SHA for 03eab4b
View code at this point
Browse repository at this point
Removed unused image files from several example apps.
eskroch
committed
a25aff6
View commit details
Copy full SHA for a25aff6
View code at this point
Browse repository at this point
Commits on Jun 30, 2013
Updated all example apps to use modern Objective-C syntax.
eskroch
committed
36e51d4
View commit details
Copy full SHA for 36e51d4
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Merged the default branch into the release-2.0 branch.
eskroch
committed
54e0189
View commit details
Copy full SHA for 54e0189
View code at this point
Browse repository at this point
Formatted all source code using the new Uncrustify settings.
eskroch
committed
d8bb657
View commit details
Copy full SHA for d8bb657
View code at this point
Browse repository at this point
Commits on May 10, 2013
Changed all Mac example apps to 64-bit only.
eskroch
committed
23387e8
View commit details
Copy full SHA for 23387e8
View code at this point
Browse repository at this point
Commits on Jul 28, 2012
Updated all projects for compatibility with Xcode 4.4. Fixed issue #435. Fixed issue #442.
eskroch
committed
77fbcba
View commit details
Copy full SHA for 77fbcba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.