Giter Club home page Giter Club logo

Comments (4)

tbreloff avatar tbreloff commented on May 22, 2024

You didn't miss it. I also need to add the ability to set tick labels and grid lines.

In general, you can always access the underlying plotting package directly. I export Gadfly for example, and you can get the underlying plot object from the "o" field. So if there's something missing you should still be able to access the underlying functionality.

On Sep 18, 2015, at 9:55 PM, Josh Day [email protected] wrote:

I hope this isn't something I missed. Feature request for something similar to R's xlim and ylim plot arguments for specifying the endpoints for the axes.


Reply to this email directly or view it on GitHub.

from plots.jl.

tbreloff avatar tbreloff commented on May 22, 2024

Mostly done with limits/ticks for Gadfly/Immerse... I'll add some checkboxes to your comment to keep track. For now, there are lots of ways to update. I'll push to master soon:

using Plots
plot(rand(100), title="Changing ticks and axis limits")
plot!(xlims=(25,75),xticks=25:5:75)
ylims!((0.6,0.8))
yticks!([0.6,0.63,0.7,0.8])

tmp

from plots.jl.

joshday avatar joshday commented on May 22, 2024

👍

from plots.jl.

tbreloff avatar tbreloff commented on May 22, 2024

This is as complete as I'm going to make it on first pass. I'll close the issue, and if anyone wants more extensive functionality (and it's possible for that backend) I'll open separate issues.

from plots.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.