mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
🚀 Transferred YouPlot to RedDataTools
This commit is contained in:
parent
33c68c0607
commit
92989eb582
@ -2,7 +2,7 @@
|
|||||||
<img src="logo.svg" width="60%" height="60%" />
|
<img src="logo.svg" width="60%" height="60%" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||
[](https://badge.fury.io/rb/youplot)
|
[](https://badge.fury.io/rb/youplot)
|
||||||
[](https://rubydoc.info/gems/youplot)
|
[](https://rubydoc.info/gems/youplot)
|
||||||
[](LICENSE.txt)
|
[](LICENSE.txt)
|
||||||
@ -230,8 +230,8 @@ uplot colors
|
|||||||
YouPlot is a library under development, so even small improvements like typofix are welcome!
|
YouPlot is a library under development, so even small improvements like typofix are welcome!
|
||||||
Please feel free to send us your pull requests.
|
Please feel free to send us your pull requests.
|
||||||
|
|
||||||
* [Report bugs](https://github.com/kojix2/youplot/issues)
|
* [Report bugs](https://github.com/red-data-tools/YouPlot/issues)
|
||||||
* Fix bugs and [submit pull requests](https://github.com/kojix2/youplot/pulls)
|
* Fix bugs and [submit pull requests](https://github.com/red-data-tools/YouPlot/pulls)
|
||||||
* Write, clarify, or fix documentation
|
* Write, clarify, or fix documentation
|
||||||
* English corrections by native speakers are welcome.
|
* English corrections by native speakers are welcome.
|
||||||
* Suggest or add new features
|
* Suggest or add new features
|
||||||
@ -249,7 +249,6 @@ bundle exec rake install # Installation from source code
|
|||||||
|
|
||||||
### Acknowledgements
|
### Acknowledgements
|
||||||
|
|
||||||
* [Red Data Tools](https://github.com/red-data-tools) - Technical support
|
|
||||||
* [sampo grafiikka](https://jypg.net/sampo_grafiikka) - Project logo creation
|
* [sampo grafiikka](https://jypg.net/sampo_grafiikka) - Project logo creation
|
||||||
* [yutaas](https://github.com/yutaas) - English proofreading
|
* [yutaas](https://github.com/yutaas) - English proofreading
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ module YouPlot
|
|||||||
|
|
||||||
Program: YouPlot (Tools for plotting on the terminal)
|
Program: YouPlot (Tools for plotting on the terminal)
|
||||||
Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||||
Source: https://github.com/kojix2/youplot
|
Source: https://github.com/red-data-tools/YouPlot
|
||||||
|
|
||||||
Usage: uplot <command> [options] <in.tsv>
|
Usage: uplot <command> [options] <in.tsv>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.summary = 'A command line tool for Unicode Plotting'
|
spec.summary = 'A command line tool for Unicode Plotting'
|
||||||
spec.description = 'A command line tool for Unicode Plotting'
|
spec.description = 'A command line tool for Unicode Plotting'
|
||||||
spec.homepage = 'https://github.com/kojix2/youplot'
|
spec.homepage = 'https://github.com/red-data-tools/YouPlot'
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user