-
Notifications
You must be signed in to change notification settings - Fork 11
Added show function for GR and Magick backends #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
21d2450
improved the show function for both backends and frontend
alishdipani 0644a78
correction in testing of plot function
alishdipani 64cbdf4
added error handling of large figures for Magick
alishdipani af190f4
improved frontend for plot function
alishdipani a0c27ce
Merge pull request #45 from alishdipani/master
alishdipani cc71ad0
implemented the fmt argument
alishdipani 1b38f34
minor improvements in the plot function frontend
alishdipani 5947c91
added bubble opacity as input for the bubble plot
alishdipani ca2aa73
added new method print_on_device to avoid repetition in write and show
a5a91cb
Added iruby integration to magick backend
92d4da0
Added iruby integration to show function frontend
640b3d7
Added inline and stop_inline functions to start and stop iruby inline
442a675
Corrected bug for to changing properties of canvas after declaring
2edeaef
stop printing output device in stop_output_device function
bdf5bbc
Added tutorial for Magick backend
bd321be
Improved the tutorial
7abeae6
Implemented major ticks
954f83f
Improved the tutorial
4f0dab1
Implemented minor ticks
d11ee83
Corrected bug - only first subplot had axes drawn in case of multiple
b0b21a2
Improved tick labels
0e8aa83
added data method for taking in x values as input for consistency
f101e63
Made x coordinate values compulsory for Line plot
e89fd2f
Made x values compulsory, added stacked option
9d693a2
added line_opacity to Line plot and corrected line_color attribute
2e34714
removed line_opacity option from line plot and plot function
7780962
improved the tutorial
3ffd94c
Added comment for point
8efa9d6
added blog links to the tutorial
3624962
added final blog link to the tutorial
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add docs saying what exactly this does and how it can be used. BTW you were going to push some method-specific docs right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will work on writing the docs soon and will make a PR for that too.