-
Notifications
You must be signed in to change notification settings - Fork 33
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
jp v2 - Call for Opinion #18
Comments
I'm interested in more support for visualizing distributions. For example, adding a histogram plot type with vertical bars would be nice. Adding boxplots would be great. |
Late to the party, but I'm interested in plotting multiple columns (I use |
@Kabouik not late at all :) I only just got around to giving In particular with proper datetime axis support. My current WIP does this for the eth.csv example: Re:multi-column plots - which plot type would you be interested in as a multi-series plot? bars or lines? Eventually both would be nice to have, but since I'm trying to get a first cut released quickly I'd rather do just one of those at first. @gsauthof boxplots will also be included :) ETA = 2-3 days |
This look awesome. Glad to see that an update is coming soon with proper datetime support! As you said, eventually both multi-series lines and multi-series bars would be nice, but I (with the other account above) was thinking about lines first because this is something I could readily use in phidget-tools, a program I worked on in the past few days. Plotting multiple variables of a CSV file on the same axes with different colours, instead of replicating plots as I currently do, would probably improve readability (as long as curves can be disabled, but that could be done outside I feel that the plot resolution either in scatter mode or in line mode is not optimal, compared for instance with plots from tools like A few other features I was thinking about, not sorted by importance, and
Thanks again for the nice tool! |
@sgreben were your changes for v2 ever pushed? are they on some branch? |
I'd love to see something like stock market candlesticks or something similar! I've been trying to visualize stock market data and sometimes I just have a ton of JSON from various services, and while JP has helped me a lot, it would be much better if there were more types of graphs. |
Given that some time has passed since
jp
was released, it's a good moment to reflect on possible changes and improvements. Hence, the question for this issue is:v2 will certainly include breaking changes- which is a chance to adapt the UX of the tool in a more drastic way than usual :) The timeline for this is roughly "until-end-of-year".
The text was updated successfully, but these errors were encountered: