Questions tagged [grapher]

Questions about Grapher, a data fetching layer on top of Meteor and MongoDB.

Grapher is a Data Fetching Layer on top of Meteor and MongoDB.

3 questions
2
votes
0 answers

Confused about how subscription and publications work. I can filter data using Mongo commands but not Grapher

I have made a recipe app. I am listing all the recipes from the database. I want to add a feature that filters the recipes, to only show the user's recipes. I have published the recipe collection and subscribed to it in a different file. It loads…
Q-Win
  • 31
  • 3
1
vote
0 answers

Panda Grapher without sorting data - 2

I am a new user of PandasGUI. I just read the data table and want to see a quick line chart: MWE: import pandas as pd from pandasgui import show my_data = pd.read_csv('test.txt',sep='\t') print(my_data) show(my_data) test.txt: x y 0 0 6 1 7…
Pygmalion
  • 785
  • 2
  • 8
  • 24
1
vote
1 answer

Meteor grapher-react query did not get correct result

I am using the withQuery of grapher-react (https://github.com/cult-of-coders/grapher-react) to fetch data. The query is like below const userData = { _id: 1, profile: { firstName: 1, lastName: 1, phoneNumber: 1 }, shortName: 1, …
Ivan Liang
  • 11
  • 1